{"id":6961,"date":"2024-05-03T10:33:08","date_gmt":"2024-05-03T15:33:08","guid":{"rendered":"https:\/\/www.logikalsolutions.com\/wordpress\/?p=6961"},"modified":"2024-05-03T10:33:08","modified_gmt":"2024-05-03T15:33:08","slug":"fedora","status":"publish","type":"post","link":"https:\/\/www.logikalsolutions.com\/wordpress\/information-technology\/fedora\/","title":{"rendered":"CopperSpice and Fedora 40"},"content":{"rendered":"\n<p>It has been my personal experience that Fedora is one of the least tested Linux distros in the market. Sadly CopperSpice chose to support Fedora first. This is a distro that __never__ tests with NVIDIA drivers that are actually in their repo, prior to pushing out updates.<\/p>\n\n\n\n<p>There is a bug that I reported <a href=\"https:\/\/forum.copperspice.com\/viewtopic.php?f=12&amp;t=3548\">here<\/a>. <a href=\"https:\/\/github.com\/RolandHughes\/copperspice\">My fork of CopperSpice<\/a> has a hack-a-round this bug in the RPM build script. At some point in the very near future this personal fork will be turned into an official for with new name, etc. There are too many academic decisions being made in the course of development. The project needs to be coded to Misra C++ 2008\u00a0if not Misra C++ 2023 standards instead of &#8220;what the language standard will let you get away with.&#8221; That, however, is a topic for another time.<\/p>\n\n\n\n<p>I stumble onto these things while working on <a href=\"https:\/\/sourceforge.net\/projects\/reddiamond\/files\/\">RedDiamond<\/a> which I&#8217;ve <a href=\"https:\/\/www.logikalsolutions.com\/wordpress\/information-technology\/reddiamond\/\">written about previously in this blog<\/a>. A new release will be announced in this blog shortly.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What You Really Need to Build on Fedora<\/h2>\n\n\n\n<p>The &#8220;official&#8221; list of things you need is a bit shy of what you actually need. There is some academic hair splitting going on there. They only list what you need for the UI, not the database, compiler, etc. I&#8217;m putting this here more for myself than you. It&#8217;s everything you need to build ls-cs RPM and work on RedDiamond sans an editor.<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro cbp-has-line-numbers\" data-code-block-pro-font-family=\"Code-Pro-Deja-Vu-Mono.ttf\" style=\"font-size:.875rem;font-family:Code-Pro-Deja-Vu-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;--cbp-line-number-color:#b392f0;--cbp-line-number-width:calc(2 * 0.6 * .875rem);line-height:1.25rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span style=\"display:block;padding:16px 0 0 16px;margin-bottom:-1px;width:100%;text-align:left;background-color:#1f1f1f\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"54\" height=\"14\" viewBox=\"0 0 54 14\"><g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(1 1)\"><circle cx=\"6\" cy=\"6\" r=\"6\" fill=\"#FF5F56\" stroke=\"#E0443E\" stroke-width=\".5\"><\/circle><circle cx=\"26\" cy=\"6\" r=\"6\" fill=\"#FFBD2E\" stroke=\"#DEA123\" stroke-width=\".5\"><\/circle><circle cx=\"46\" cy=\"6\" r=\"6\" fill=\"#27C93F\" stroke=\"#1AAB29\" stroke-width=\".5\"><\/circle><\/g><\/svg><\/span><span role=\"button\" tabindex=\"0\" data-code=\"sudo dnf install freetype-devel fontconfig-devel glib2-devel \\\n                 gstreamer1-devel gstreamer1-plugins-base-devel \\\n                 libICE-devel mesa-libGL-devel glibc-devel libtirpc-devel \\\n                 libnsl2-devel libSM-devel libXcursor-devel libXext-devel \\\n                 libXfixes-devel libXi-devel libXinerama-devel \\\n                 libXrandr-devel libXrender-devel \\\n                 libxkbcommon-devel libxkbcommon-x11-devel libX11-devel\n\nsudo dnf install libxcb-devel libX11-xcb xcb-util-wm-devel xcb-util-image-devel \\\n                 xcb-util-keysyms-devel xcb-util-renderutil-devel \\\n                 libxkbfile-devel mesa-libGL-devel mesa-libEGL-devel\n\n\n\nsudo dnf install git cmake ninja-build cups-devel alsa-lib-devel \\\n                 gstream-devel gstreamer1-devel pulseaudio-libs-devel \\\n                 libxml2-devel libxml++-devel gstreamer1-plugins-base-devel \\\n                 pulseaudio-libs-glib2\n\nsudo dnf install kernel-devel kernel-headers gcc make g++ openssl-devel \\\n                 libpqxx-devel unixODBC-devel mariadb-devel \\\n                 postgresql-server postgresql postgresql-contrib \\\n                 libpq-devel libpqxx\n\n# for building RPM\nsudo dnf install rpm-build rpm-devel rpmlint python \\\n                 bash coreutils diffutils patch rpmdevtools\n\nsudo dnf install hunspell-devel astyle\n\" style=\"color:#b392f0;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"><\/path><\/svg><\/span><pre class=\"shiki min-dark\" style=\"background-color: #1f1f1f\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #B392F0\">sudo <\/span><span style=\"color: #9DB1C5\">dnf<\/span><span style=\"color: #B392F0\"> <\/span><span style=\"color: #9DB1C5\">install<\/span><span style=\"color: #B392F0\"> <\/span><span style=\"color: #9DB1C5\">freetype-devel<\/span><span style=\"color: #B392F0\"> <\/span><span style=\"color: #9DB1C5\">fontconfig-devel<\/span><span style=\"color: #B392F0\"> <\/span><span style=\"color: #9DB1C5\">glib2-devel<\/span><span style=\"color: #B392F0\"> \\<\/span><\/span>\n<span class=\"line\"><span style=\"color: #B392F0\">                 <\/span><span style=\"color: #9DB1C5\">gstreamer1-devel<\/span><span style=\"color: #B392F0\"> <\/span><span style=\"color: #9DB1C5\">gstreamer1-plugins-base-devel<\/span><span style=\"color: #B392F0\"> \\<\/span><\/span>\n<span class=\"line\"><span style=\"color: #B392F0\">                 <\/span><span style=\"color: #9DB1C5\">libICE-devel<\/span><span style=\"color: #B392F0\"> <\/span><span style=\"color: #9DB1C5\">mesa-libGL-devel<\/span><span style=\"color: #B392F0\"> <\/span><span style=\"color: #9DB1C5\">glibc-devel<\/span><span style=\"color: #B392F0\"> <\/span><span style=\"color: #9DB1C5\">libtirpc-devel<\/span><span style=\"color: #B392F0\"> \\<\/span><\/span>\n<span class=\"line\"><span style=\"color: #B392F0\">                 <\/span><span style=\"color: #9DB1C5\">libnsl2-devel<\/span><span style=\"color: #B392F0\"> <\/span><span style=\"color: #9DB1C5\">libSM-devel<\/span><span style=\"color: #B392F0\"> <\/span><span style=\"color: #9DB1C5\">libXcursor-devel<\/span><span style=\"color: #B392F0\"> <\/span><span style=\"color: #9DB1C5\">libXext-devel<\/span><span style=\"color: #B392F0\"> \\<\/span><\/span>\n<span class=\"line\"><span style=\"color: #B392F0\">                 <\/span><span style=\"color: #9DB1C5\">libXfixes-devel<\/span><span style=\"color: #B392F0\"> <\/span><span style=\"color: #9DB1C5\">libXi-devel<\/span><span style=\"color: #B392F0\"> <\/span><span style=\"color: #9DB1C5\">libXinerama-devel<\/span><span style=\"color: #B392F0\"> \\<\/span><\/span>\n<span class=\"line\"><span style=\"color: #B392F0\">                 <\/span><span style=\"color: #9DB1C5\">libXrandr-devel<\/span><span style=\"color: #B392F0\"> <\/span><span style=\"color: #9DB1C5\">libXrender-devel<\/span><span style=\"color: #B392F0\"> \\<\/span><\/span>\n<span class=\"line\"><span style=\"color: #B392F0\">                 <\/span><span style=\"color: #9DB1C5\">libxkbcommon-devel<\/span><span style=\"color: #B392F0\"> <\/span><span style=\"color: #9DB1C5\">libxkbcommon-x11-devel<\/span><span style=\"color: #B392F0\"> <\/span><span style=\"color: #9DB1C5\">libX11-devel<\/span><\/span>\n<span class=\"line\"><\/span>\n<span class=\"line\"><span style=\"color: #B392F0\">sudo <\/span><span style=\"color: #9DB1C5\">dnf<\/span><span style=\"color: #B392F0\"> <\/span><span style=\"color: #9DB1C5\">install<\/span><span style=\"color: #B392F0\"> <\/span><span style=\"color: #9DB1C5\">libxcb-devel<\/span><span style=\"color: #B392F0\"> <\/span><span style=\"color: #9DB1C5\">libX11-xcb<\/span><span style=\"color: #B392F0\"> <\/span><span style=\"color: #9DB1C5\">xcb-util-wm-devel<\/span><span style=\"color: #B392F0\"> <\/span><span style=\"color: #9DB1C5\">xcb-util-image-devel<\/span><span style=\"color: #B392F0\"> \\<\/span><\/span>\n<span class=\"line\"><span style=\"color: #B392F0\">                 <\/span><span style=\"color: #9DB1C5\">xcb-util-keysyms-devel<\/span><span style=\"color: #B392F0\"> <\/span><span style=\"color: #9DB1C5\">xcb-util-renderutil-devel<\/span><span style=\"color: #B392F0\"> \\<\/span><\/span>\n<span class=\"line\"><span style=\"color: #B392F0\">                 <\/span><span style=\"color: #9DB1C5\">libxkbfile-devel<\/span><span style=\"color: #B392F0\"> <\/span><span style=\"color: #9DB1C5\">mesa-libGL-devel<\/span><span style=\"color: #B392F0\"> <\/span><span style=\"color: #9DB1C5\">mesa-libEGL-devel<\/span><\/span>\n<span class=\"line\"><\/span>\n<span class=\"line\"><\/span>\n<span class=\"line\"><\/span>\n<span class=\"line\"><span style=\"color: #B392F0\">sudo <\/span><span style=\"color: #9DB1C5\">dnf<\/span><span style=\"color: #B392F0\"> <\/span><span style=\"color: #9DB1C5\">install<\/span><span style=\"color: #B392F0\"> <\/span><span style=\"color: #9DB1C5\">git<\/span><span style=\"color: #B392F0\"> <\/span><span style=\"color: #9DB1C5\">cmake<\/span><span style=\"color: #B392F0\"> <\/span><span style=\"color: #9DB1C5\">ninja-build<\/span><span style=\"color: #B392F0\"> <\/span><span style=\"color: #9DB1C5\">cups-devel<\/span><span style=\"color: #B392F0\"> <\/span><span style=\"color: #9DB1C5\">alsa-lib-devel<\/span><span style=\"color: #B392F0\"> \\<\/span><\/span>\n<span class=\"line\"><span style=\"color: #B392F0\">                 <\/span><span style=\"color: #9DB1C5\">gstream-devel<\/span><span style=\"color: #B392F0\"> <\/span><span style=\"color: #9DB1C5\">gstreamer1-devel<\/span><span style=\"color: #B392F0\"> <\/span><span style=\"color: #9DB1C5\">pulseaudio-libs-devel<\/span><span style=\"color: #B392F0\"> \\<\/span><\/span>\n<span class=\"line\"><span style=\"color: #B392F0\">                 <\/span><span style=\"color: #9DB1C5\">libxml2-devel<\/span><span style=\"color: #B392F0\"> <\/span><span style=\"color: #9DB1C5\">libxml++-devel<\/span><span style=\"color: #B392F0\"> <\/span><span style=\"color: #9DB1C5\">gstreamer1-plugins-base-devel<\/span><span style=\"color: #B392F0\"> \\<\/span><\/span>\n<span class=\"line\"><span style=\"color: #B392F0\">                 <\/span><span style=\"color: #9DB1C5\">pulseaudio-libs-glib2<\/span><\/span>\n<span class=\"line\"><\/span>\n<span class=\"line\"><span style=\"color: #B392F0\">sudo <\/span><span style=\"color: #9DB1C5\">dnf<\/span><span style=\"color: #B392F0\"> <\/span><span style=\"color: #9DB1C5\">install<\/span><span style=\"color: #B392F0\"> <\/span><span style=\"color: #9DB1C5\">kernel-devel<\/span><span style=\"color: #B392F0\"> <\/span><span style=\"color: #9DB1C5\">kernel-headers<\/span><span style=\"color: #B392F0\"> <\/span><span style=\"color: #9DB1C5\">gcc<\/span><span style=\"color: #B392F0\"> <\/span><span style=\"color: #9DB1C5\">make<\/span><span style=\"color: #B392F0\"> <\/span><span style=\"color: #9DB1C5\">g++<\/span><span style=\"color: #B392F0\"> <\/span><span style=\"color: #9DB1C5\">openssl-devel<\/span><span style=\"color: #B392F0\"> \\<\/span><\/span>\n<span class=\"line\"><span style=\"color: #B392F0\">                 <\/span><span style=\"color: #9DB1C5\">libpqxx-devel<\/span><span style=\"color: #B392F0\"> <\/span><span style=\"color: #9DB1C5\">unixODBC-devel<\/span><span style=\"color: #B392F0\"> <\/span><span style=\"color: #9DB1C5\">mariadb-devel<\/span><span style=\"color: #B392F0\"> \\<\/span><\/span>\n<span class=\"line\"><span style=\"color: #B392F0\">                 <\/span><span style=\"color: #9DB1C5\">postgresql-server<\/span><span style=\"color: #B392F0\"> <\/span><span style=\"color: #9DB1C5\">postgresql<\/span><span style=\"color: #B392F0\"> <\/span><span style=\"color: #9DB1C5\">postgresql-contrib<\/span><span style=\"color: #B392F0\"> \\<\/span><\/span>\n<span class=\"line\"><span style=\"color: #B392F0\">                 <\/span><span style=\"color: #9DB1C5\">libpq-devel<\/span><span style=\"color: #B392F0\"> <\/span><span style=\"color: #9DB1C5\">libpqxx<\/span><\/span>\n<span class=\"line\"><\/span>\n<span class=\"line\"><span style=\"color: #6B737C\"># for building RPM<\/span><\/span>\n<span class=\"line\"><span style=\"color: #B392F0\">sudo <\/span><span style=\"color: #9DB1C5\">dnf<\/span><span style=\"color: #B392F0\"> <\/span><span style=\"color: #9DB1C5\">install<\/span><span style=\"color: #B392F0\"> <\/span><span style=\"color: #9DB1C5\">rpm-build<\/span><span style=\"color: #B392F0\"> <\/span><span style=\"color: #9DB1C5\">rpm-devel<\/span><span style=\"color: #B392F0\"> <\/span><span style=\"color: #9DB1C5\">rpmlint<\/span><span style=\"color: #B392F0\"> <\/span><span style=\"color: #9DB1C5\">python<\/span><span style=\"color: #B392F0\"> \\<\/span><\/span>\n<span class=\"line\"><span style=\"color: #B392F0\">                 <\/span><span style=\"color: #9DB1C5\">bash<\/span><span style=\"color: #B392F0\"> <\/span><span style=\"color: #9DB1C5\">coreutils<\/span><span style=\"color: #B392F0\"> <\/span><span style=\"color: #9DB1C5\">diffutils<\/span><span style=\"color: #B392F0\"> <\/span><span style=\"color: #9DB1C5\">patch<\/span><span style=\"color: #B392F0\"> <\/span><span style=\"color: #9DB1C5\">rpmdevtools<\/span><\/span>\n<span class=\"line\"><\/span>\n<span class=\"line\"><span style=\"color: #B392F0\">sudo <\/span><span style=\"color: #9DB1C5\">dnf<\/span><span style=\"color: #B392F0\"> <\/span><span style=\"color: #9DB1C5\">install<\/span><span style=\"color: #B392F0\"> <\/span><span style=\"color: #9DB1C5\">hunspell-devel<\/span><span style=\"color: #B392F0\"> <\/span><span style=\"color: #9DB1C5\">astyle<\/span><\/span>\n<span class=\"line\"><\/span><\/code><\/pre><\/div>\n\n\n\n<p>When ls-cs is officially forked to become LogikalSpice this will be in the wiki.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>It has been my personal experience that Fedora is one of the least tested Linux distros in the market. Sadly CopperSpice chose to support Fedora first. This is a distro that __never__ tests with NVIDIA drivers that are actually in their repo, prior to pushing out updates. There is a bug that I reported here. My fork of CopperSpice has a hack-a-round this bug in the RPM build script. At some point in the very &hellip; <a title=\"CopperSpice and Fedora 40\" class=\"bnm-read-more\" href=\"https:\/\/www.logikalsolutions.com\/wordpress\/information-technology\/fedora\/\"><span class=\"screen-reader-text\">CopperSpice and Fedora 40<\/span>Read more<\/a><\/p>\n","protected":false},"author":2,"featured_media":6962,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[1835,1932,53],"class_list":["post-6961","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-information-technology","tag-copperspice","tag-fedora","tag-linux","bnm-entry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>CopperSpice and Fedora 40 &#8211; Logikal Blog<\/title>\n<meta name=\"description\" content=\"It has been my personal experience that Fedora is one of the least tested Linux distros in the market. Sadly CopperSpice chose to support . . .\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.logikalsolutions.com\/wordpress\/information-technology\/fedora\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"CopperSpice and Fedora 40 &#8211; Logikal Blog\" \/>\n<meta property=\"og:description\" content=\"It has been my personal experience that Fedora is one of the least tested Linux distros in the market. Sadly CopperSpice chose to support . . .\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.logikalsolutions.com\/wordpress\/information-technology\/fedora\/\" \/>\n<meta property=\"og:site_name\" content=\"Logikal Blog\" \/>\n<meta property=\"article:published_time\" content=\"2024-05-03T15:33:08+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.logikalsolutions.com\/wordpress\/wp-content\/uploads\/2024\/05\/fedora-vm-info.png\" \/>\n\t<meta property=\"og:image:width\" content=\"990\" \/>\n\t<meta property=\"og:image:height\" content=\"639\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"seasoned_geek\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"seasoned_geek\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.logikalsolutions.com\\\/wordpress\\\/information-technology\\\/fedora\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.logikalsolutions.com\\\/wordpress\\\/information-technology\\\/fedora\\\/\"},\"author\":{\"name\":\"seasoned_geek\",\"@id\":\"https:\\\/\\\/www.logikalsolutions.com\\\/wordpress\\\/#\\\/schema\\\/person\\\/c077f770ade13de7faaf616c3eac6842\"},\"headline\":\"CopperSpice and Fedora 40\",\"datePublished\":\"2024-05-03T15:33:08+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.logikalsolutions.com\\\/wordpress\\\/information-technology\\\/fedora\\\/\"},\"wordCount\":256,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.logikalsolutions.com\\\/wordpress\\\/#\\\/schema\\\/person\\\/c077f770ade13de7faaf616c3eac6842\"},\"image\":{\"@id\":\"https:\\\/\\\/www.logikalsolutions.com\\\/wordpress\\\/information-technology\\\/fedora\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.logikalsolutions.com\\\/wordpress\\\/wp-content\\\/uploads\\\/2024\\\/05\\\/fedora-vm-info.png\",\"keywords\":[\"CopperSpice\",\"Fedora\",\"Linux\"],\"articleSection\":[\"Information Technology\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.logikalsolutions.com\\\/wordpress\\\/information-technology\\\/fedora\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.logikalsolutions.com\\\/wordpress\\\/information-technology\\\/fedora\\\/\",\"url\":\"https:\\\/\\\/www.logikalsolutions.com\\\/wordpress\\\/information-technology\\\/fedora\\\/\",\"name\":\"CopperSpice and Fedora 40 &#8211; Logikal Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.logikalsolutions.com\\\/wordpress\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.logikalsolutions.com\\\/wordpress\\\/information-technology\\\/fedora\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.logikalsolutions.com\\\/wordpress\\\/information-technology\\\/fedora\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.logikalsolutions.com\\\/wordpress\\\/wp-content\\\/uploads\\\/2024\\\/05\\\/fedora-vm-info.png\",\"datePublished\":\"2024-05-03T15:33:08+00:00\",\"description\":\"It has been my personal experience that Fedora is one of the least tested Linux distros in the market. Sadly CopperSpice chose to support . . .\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.logikalsolutions.com\\\/wordpress\\\/information-technology\\\/fedora\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.logikalsolutions.com\\\/wordpress\\\/information-technology\\\/fedora\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.logikalsolutions.com\\\/wordpress\\\/information-technology\\\/fedora\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.logikalsolutions.com\\\/wordpress\\\/wp-content\\\/uploads\\\/2024\\\/05\\\/fedora-vm-info.png\",\"contentUrl\":\"https:\\\/\\\/www.logikalsolutions.com\\\/wordpress\\\/wp-content\\\/uploads\\\/2024\\\/05\\\/fedora-vm-info.png\",\"width\":990,\"height\":639},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.logikalsolutions.com\\\/wordpress\\\/information-technology\\\/fedora\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.logikalsolutions.com\\\/wordpress\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"CopperSpice and Fedora 40\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.logikalsolutions.com\\\/wordpress\\\/#website\",\"url\":\"https:\\\/\\\/www.logikalsolutions.com\\\/wordpress\\\/\",\"name\":\"Logikal Blog\",\"description\":\"For people with attention spans longer than a Tweet\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.logikalsolutions.com\\\/wordpress\\\/#\\\/schema\\\/person\\\/c077f770ade13de7faaf616c3eac6842\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.logikalsolutions.com\\\/wordpress\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/www.logikalsolutions.com\\\/wordpress\\\/#\\\/schema\\\/person\\\/c077f770ade13de7faaf616c3eac6842\",\"name\":\"seasoned_geek\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ae9adac14079d84b909e635d7af986fe4568053af4fd9ff8d4109298c392493e?s=96&d=mm&r=r\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ae9adac14079d84b909e635d7af986fe4568053af4fd9ff8d4109298c392493e?s=96&d=mm&r=r\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ae9adac14079d84b909e635d7af986fe4568053af4fd9ff8d4109298c392493e?s=96&d=mm&r=r\",\"caption\":\"seasoned_geek\"},\"logo\":{\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ae9adac14079d84b909e635d7af986fe4568053af4fd9ff8d4109298c392493e?s=96&d=mm&r=r\"},\"description\":\"Roland Hughes started his IT career in the early 1980s. He quickly became a consultant and president of Logikal Solutions, a software consulting firm specializing in OpenVMS application and C++\\\/Qt touchscreen\\\/embedded Linux development. Early in his career he became involved in what is now called cross platform development. Given the dearth of useful books on the subject he ventured into the world of professional author in 1995 writing the first of the \\\"Zinc It!\\\" book series for John Gordon Burke Publisher, Inc. A decade later he released a massive (nearly 800 pages) tome \\\"The Minimum You Need to Know to Be an OpenVMS Application Developer\\\" which tried to encapsulate the essential skills gained over what was nearly a 20 year career at that point. From there \\\"The Minimum You Need to Know\\\" book series was born. Three years later he wrote his first novel \\\"Infinite Exposure\\\" which got much notice from people involved in the banking and financial security worlds. Some of the attacks predicted in that book have since come to pass. While it was not originally intended to be a trilogy, it became the first book of \\\"The Earth That Was\\\" trilogy: Infinite Exposure Lesedi - The Greatest Lie Ever Told John Smith - Last Known Survivor of the Microsoft Wars When he is not consulting Roland Hughes posts about technology and sometimes politics on his blog. He also has regularly scheduled Sunday posts appearing on the Interesting Authors blog.\",\"sameAs\":[\"https:\\\/\\\/theminimumyouneedtoknow.com\"],\"url\":\"https:\\\/\\\/www.logikalsolutions.com\\\/wordpress\\\/author\\\/seasoned_geek\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"CopperSpice and Fedora 40 &#8211; Logikal Blog","description":"It has been my personal experience that Fedora is one of the least tested Linux distros in the market. Sadly CopperSpice chose to support . . .","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.logikalsolutions.com\/wordpress\/information-technology\/fedora\/","og_locale":"en_US","og_type":"article","og_title":"CopperSpice and Fedora 40 &#8211; Logikal Blog","og_description":"It has been my personal experience that Fedora is one of the least tested Linux distros in the market. Sadly CopperSpice chose to support . . .","og_url":"https:\/\/www.logikalsolutions.com\/wordpress\/information-technology\/fedora\/","og_site_name":"Logikal Blog","article_published_time":"2024-05-03T15:33:08+00:00","og_image":[{"width":990,"height":639,"url":"https:\/\/www.logikalsolutions.com\/wordpress\/wp-content\/uploads\/2024\/05\/fedora-vm-info.png","type":"image\/png"}],"author":"seasoned_geek","twitter_card":"summary_large_image","twitter_misc":{"Written by":"seasoned_geek","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.logikalsolutions.com\/wordpress\/information-technology\/fedora\/#article","isPartOf":{"@id":"https:\/\/www.logikalsolutions.com\/wordpress\/information-technology\/fedora\/"},"author":{"name":"seasoned_geek","@id":"https:\/\/www.logikalsolutions.com\/wordpress\/#\/schema\/person\/c077f770ade13de7faaf616c3eac6842"},"headline":"CopperSpice and Fedora 40","datePublished":"2024-05-03T15:33:08+00:00","mainEntityOfPage":{"@id":"https:\/\/www.logikalsolutions.com\/wordpress\/information-technology\/fedora\/"},"wordCount":256,"commentCount":0,"publisher":{"@id":"https:\/\/www.logikalsolutions.com\/wordpress\/#\/schema\/person\/c077f770ade13de7faaf616c3eac6842"},"image":{"@id":"https:\/\/www.logikalsolutions.com\/wordpress\/information-technology\/fedora\/#primaryimage"},"thumbnailUrl":"https:\/\/www.logikalsolutions.com\/wordpress\/wp-content\/uploads\/2024\/05\/fedora-vm-info.png","keywords":["CopperSpice","Fedora","Linux"],"articleSection":["Information Technology"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.logikalsolutions.com\/wordpress\/information-technology\/fedora\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.logikalsolutions.com\/wordpress\/information-technology\/fedora\/","url":"https:\/\/www.logikalsolutions.com\/wordpress\/information-technology\/fedora\/","name":"CopperSpice and Fedora 40 &#8211; Logikal Blog","isPartOf":{"@id":"https:\/\/www.logikalsolutions.com\/wordpress\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.logikalsolutions.com\/wordpress\/information-technology\/fedora\/#primaryimage"},"image":{"@id":"https:\/\/www.logikalsolutions.com\/wordpress\/information-technology\/fedora\/#primaryimage"},"thumbnailUrl":"https:\/\/www.logikalsolutions.com\/wordpress\/wp-content\/uploads\/2024\/05\/fedora-vm-info.png","datePublished":"2024-05-03T15:33:08+00:00","description":"It has been my personal experience that Fedora is one of the least tested Linux distros in the market. Sadly CopperSpice chose to support . . .","breadcrumb":{"@id":"https:\/\/www.logikalsolutions.com\/wordpress\/information-technology\/fedora\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.logikalsolutions.com\/wordpress\/information-technology\/fedora\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.logikalsolutions.com\/wordpress\/information-technology\/fedora\/#primaryimage","url":"https:\/\/www.logikalsolutions.com\/wordpress\/wp-content\/uploads\/2024\/05\/fedora-vm-info.png","contentUrl":"https:\/\/www.logikalsolutions.com\/wordpress\/wp-content\/uploads\/2024\/05\/fedora-vm-info.png","width":990,"height":639},{"@type":"BreadcrumbList","@id":"https:\/\/www.logikalsolutions.com\/wordpress\/information-technology\/fedora\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.logikalsolutions.com\/wordpress\/"},{"@type":"ListItem","position":2,"name":"CopperSpice and Fedora 40"}]},{"@type":"WebSite","@id":"https:\/\/www.logikalsolutions.com\/wordpress\/#website","url":"https:\/\/www.logikalsolutions.com\/wordpress\/","name":"Logikal Blog","description":"For people with attention spans longer than a Tweet","publisher":{"@id":"https:\/\/www.logikalsolutions.com\/wordpress\/#\/schema\/person\/c077f770ade13de7faaf616c3eac6842"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.logikalsolutions.com\/wordpress\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/www.logikalsolutions.com\/wordpress\/#\/schema\/person\/c077f770ade13de7faaf616c3eac6842","name":"seasoned_geek","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/ae9adac14079d84b909e635d7af986fe4568053af4fd9ff8d4109298c392493e?s=96&d=mm&r=r","url":"https:\/\/secure.gravatar.com\/avatar\/ae9adac14079d84b909e635d7af986fe4568053af4fd9ff8d4109298c392493e?s=96&d=mm&r=r","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ae9adac14079d84b909e635d7af986fe4568053af4fd9ff8d4109298c392493e?s=96&d=mm&r=r","caption":"seasoned_geek"},"logo":{"@id":"https:\/\/secure.gravatar.com\/avatar\/ae9adac14079d84b909e635d7af986fe4568053af4fd9ff8d4109298c392493e?s=96&d=mm&r=r"},"description":"Roland Hughes started his IT career in the early 1980s. He quickly became a consultant and president of Logikal Solutions, a software consulting firm specializing in OpenVMS application and C++\/Qt touchscreen\/embedded Linux development. Early in his career he became involved in what is now called cross platform development. Given the dearth of useful books on the subject he ventured into the world of professional author in 1995 writing the first of the \"Zinc It!\" book series for John Gordon Burke Publisher, Inc. A decade later he released a massive (nearly 800 pages) tome \"The Minimum You Need to Know to Be an OpenVMS Application Developer\" which tried to encapsulate the essential skills gained over what was nearly a 20 year career at that point. From there \"The Minimum You Need to Know\" book series was born. Three years later he wrote his first novel \"Infinite Exposure\" which got much notice from people involved in the banking and financial security worlds. Some of the attacks predicted in that book have since come to pass. While it was not originally intended to be a trilogy, it became the first book of \"The Earth That Was\" trilogy: Infinite Exposure Lesedi - The Greatest Lie Ever Told John Smith - Last Known Survivor of the Microsoft Wars When he is not consulting Roland Hughes posts about technology and sometimes politics on his blog. He also has regularly scheduled Sunday posts appearing on the Interesting Authors blog.","sameAs":["https:\/\/theminimumyouneedtoknow.com"],"url":"https:\/\/www.logikalsolutions.com\/wordpress\/author\/seasoned_geek\/"}]}},"_links":{"self":[{"href":"https:\/\/www.logikalsolutions.com\/wordpress\/wp-json\/wp\/v2\/posts\/6961","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.logikalsolutions.com\/wordpress\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.logikalsolutions.com\/wordpress\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.logikalsolutions.com\/wordpress\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.logikalsolutions.com\/wordpress\/wp-json\/wp\/v2\/comments?post=6961"}],"version-history":[{"count":0,"href":"https:\/\/www.logikalsolutions.com\/wordpress\/wp-json\/wp\/v2\/posts\/6961\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.logikalsolutions.com\/wordpress\/wp-json\/wp\/v2\/media\/6962"}],"wp:attachment":[{"href":"https:\/\/www.logikalsolutions.com\/wordpress\/wp-json\/wp\/v2\/media?parent=6961"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.logikalsolutions.com\/wordpress\/wp-json\/wp\/v2\/categories?post=6961"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.logikalsolutions.com\/wordpress\/wp-json\/wp\/v2\/tags?post=6961"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}