{"id":1176,"date":"2021-12-16T12:26:10","date_gmt":"2021-12-16T09:26:10","guid":{"rendered":"https:\/\/files2.tojikon.net\/files-cloud\/2021\/11\/23\/how-to-install-the-elementary-os-desktop-on-arch-linux\/https:\/\/files2.tojikon.net\/files-cloud\/2021\/11\/23\/how-to-install-the-elementary-os-desktop-on-arch-linux\/"},"modified":"2021-12-16T12:26:10","modified_gmt":"2021-12-16T09:26:10","slug":"how-to-install-the-elementary-os-desktop-on-arch-linux","status":"publish","type":"post","link":"https:\/\/tojikon.net\/en\/1176-how-to-install-the-elementary-os-desktop-on-arch-linux\/","title":{"rendered":"How to install the Elementary OS desktop on Arch Linux"},"content":{"rendered":"<section id=\"related_posts\">\n<div class=\"block-head\">\n<h3>Related Articles<\/h3>\n<\/div>\n<\/section>\n<p>Elementary OS is a great operating system with a beautiful desktop environment. Unfortunately, Elementary OS\u2019s desktop is attached to Ubuntu. While Ubuntu is a decent operating system, it\u2019s not as versatile as Arch Linux.<\/p>\n<p>If you love Arch Linux and want to use the Elementary OS desktop environment, you can. The Pantheon desktop is now in the official Arch Linux repos and can be installed. Here\u2019s how to get it working on your system.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-412919 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-the-elementary-os-desktop-on-arch-linux.jpg\" alt=\"Elementary OS desktop on Arch Linux\" width=\"1200\" height=\"675\"\/><\/p>\n<h2>Installing Pantheon<\/h2>\n<p>The first step to running the Elementary OS desktop environment on an Arch Linux system is to set up the Pantheon desktop environment. To get Pantheon working, you\u2019ll need to install the \u201cpantheon\u201d package group. This group will pull in all of the packages you need.<\/p>\n<p>To set up the Pantheon packages on your Arch Linux computer, you must launch a terminal window on the desktop. You can launch a terminal window by pressing <strong>Ctrl + Alt + T<\/strong> on the keyboard. Or, search for \u201cTerminal\u201d in the app menu.<\/p>\n<p>Use the <strong>pacman -S<\/strong> command to install the \u201cpantheon\u201d package group with the terminal window open.<\/p>\n<pre>\nsudo pacman -S pantheon\n<\/pre>\n<p>If you\u2019d prefer to have a minimal installation of the Pantheon desktop environment rather than a packaged installation, you can install the \u201cpantheon-session\u201d package instead.<\/p>\n<pre>\nsudo pacman -S pantheon-session\n<\/pre>\n<p>When either of these packages is installed, you should have the Pantheon desktop environment working and ready to use. However, it is a long way from being configured correctly, and there are still many more things to set up.<\/p>\n<h2>Installing AppCenter<\/h2>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-412886 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-the-elementary-os-desktop-on-arch-linux-1.jpg\" alt=\"\" width=\"1200\" height=\"624\"\/><\/p>\n<p>The core of Elementary OS is AppCenter, their excellent app store. AppCenter provides users apps via the Elementary OS Flatpak repo and the official Elementary OS repos.<\/p>\n<p>It is possible to use AppCenter on Arch Linux with your Pantheon installation. First, however, you will need to build the store from the source code via the Arch Linux User Repository. Here\u2019s how.<\/p>\n<p>To start, ensure you have a terminal window open. Then, use the <strong>pacman -S<\/strong> command to install the \u201cgit\u201d and \u201cbase-devel\u201d packages.<\/p>\n<pre>\nsudo pacman -S git base-devel\n<\/pre>\n<p>With the two packages installed, use the commands below and set up the Trizen AUR helper. This tool will automate the installation of AppCenter on your Arch Linux system.<\/p>\n<pre>\ngit clone https:\/\/aur.archlinux.org\/trizen.git\ncd trizen\/\nmakepkg -sri\n<\/pre>\n<p>Finally, install the AppCenter application on your Arch Linux system using the <strong>trizen -S<\/strong> command.<\/p>\n<pre>\ntrizen -S appcenter\n<\/pre>\n<h3>Enabling AppCenter Flatpak repo<\/h3>\n<p>AppCenter uses a custom Flatpak repository to distribute a lot of its applications. Having a custom Flatpak repo is excellent news, as it means that quite a lot of AppCenter applications from AppCenter developers will work on Arch Linux.<\/p>\n<p>To enable the AppCenter Flatpak repo on your Arch Linux system, you\u2019ll have to have the Flatpak runtime installed on your computer. You can install the Flatpak runtime on Arch Linux by installing the \u201cflatpak\u201d package.<\/p>\n<p>Note: having trouble setting up Flatpak? Please follow our guide on the subject.<\/p>\n<p>Once the Flatpak runtime is set up on your computer, the AppCenter Flatpak repo can be added. Using the <strong>flatpak remote-add<\/strong> command below, set it up.<\/p>\n<pre>\nflatpak remote-add --user appcenter https:\/\/flatpak.elementary.io\/repo.flatpakrepo\n<\/pre>\n<h2>Installing theme packages<\/h2>\n<p>Pantheon will not look right on Arch Linux without the Elementary OS theme packages. To get all of the theme packages set up on Arch Linux, open up a terminal window on the desktop. Once the terminal window is open, install all of the packages listed below.<\/p>\n<pre>\nsudo pacman -S elementary-icon-theme elementary-wallpapers gtk-theme-elementary ttf-droid ttf-opensans ttf-roboto sound-theme-elementary switchboard pantheon-default-settings\n<\/pre>\n<p>These packages, once installed, should fix all of the theme issues inside of Pantheon when using it on Arch Linux.<\/p>\n<h2>Installing Pantheon applications<\/h2>\n<p>If you want an Elementary-OS like experience on Arch Linux, you\u2019ll need to set up all the official Pantheon applications, like Pantheon Files, Calculator, etc. Then, using the commands below in a terminal window, install the apps.<\/p>\n<pre> sudo pacman -S capnet-assist epiphanypantheon-calculator pantheon-calendar pantheon-camera pantheon-code pantheon-files pantheon-mail pantheon-music pantheon-photos pantheon-screenshot pantheon-shortcut-overlay pantheon-terminal\npantheon-videos simple-scan plank\n<\/pre>\n<p>Once all of these packages are installed on your system, Pantheon will have all the default programs up and running.<\/p>\n<h2>Pantheon Tweaks<\/h2>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-412883 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-the-elementary-os-desktop-on-arch-linux.png\" alt=\"\" width=\"1200\" height=\"1144\"\/><\/p>\n<p>While modifying Pantheon usually isn\u2019t necessary on Elementary OS, it is critical on Arch Linux. This is because when Pantheon is installed, it may not use the official Elementary OS icons, theme, etc.<\/p>\n<p>To change these settings so that Pantheon looks right, you\u2019ll have to install the pantheon-tweaks program from the Arch Linux AUR.<\/p>\n<pre>\ntrizen -S switchboard-plug-pantheon-tweaks-git\n<\/pre>\n<p>With the program installed, open up \u201cSystem Settings\u201d in Pantheon, find \u201cTweaks,\u201d and change the icons and theme to the official Elementary OS themes. When everything is changed, Pantheon will be ready to use on Arch Linux.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Related Articles Elementary OS is a great operating system with a beautiful desktop environment. Unfortunately, Elementary OS\u2019s desktop is attached to Ubuntu. While Ubuntu is a decent operating system, it\u2019s not as versatile as Arch Linux. If you love Arch Linux and want to use the Elementary OS desktop environment, you can. The Pantheon desktop &hellip;<\/p>\n","protected":false},"author":1,"featured_media":1177,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[21],"tags":[33],"_links":{"self":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1176"}],"collection":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/comments?post=1176"}],"version-history":[{"count":0,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1176\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media\/1177"}],"wp:attachment":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media?parent=1176"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/categories?post=1176"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/tags?post=1176"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}