{"id":1556,"date":"2021-12-16T13:26:05","date_gmt":"2021-12-16T10:26:05","guid":{"rendered":"https:\/\/files2.tojikon.net\/files-cloud\/2021\/05\/12\/how-to-install-the-delft-icon-theme-in-linux\/https:\/\/files2.tojikon.net\/files-cloud\/2021\/05\/12\/how-to-install-the-delft-icon-theme-in-linux\/"},"modified":"2021-12-16T13:26:05","modified_gmt":"2021-12-16T10:26:05","slug":"how-to-install-the-delft-icon-theme-in-linux","status":"publish","type":"post","link":"https:\/\/tojikon.net\/en\/1556-how-to-install-the-delft-icon-theme-in-linux\/","title":{"rendered":"How to install the Delft icon theme in Linux"},"content":{"rendered":"<section id=\"related_posts\">\n<div class=\"block-head\">\n<h3>Related Articles<\/h3>\n<\/div>\n<\/section>\n<p>The Delft icon theme is a fork of the famous Faenza icon theme. It\u2019s incredibly stylish and fits right at home on any Linux desktop. If you\u2019d like to try out the Delft icon theme on your system, follow along with the instructions in this guide!<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-401850 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-the-delft-icon-theme-in-linux.png\" alt=\"Delft icon theme\" width=\"1200\" height=\"1198\"\/><\/p>\n<h2>Downloading the Delft icon theme<\/h2>\n<p>You can get your hands on the Delft icon theme via Gnome-look.org, a website dedicated to icon themes, as well as GTK themes. To start the download, head over to the official Delft Gnome-look page.\u00a0<\/p>\n<p>Once you\u2019re on the Delft page, locate the \u201cFiles\u201d tab, and select it with the mouse. When you select this tab, you\u2019ll reveal the download options for the icon theme. From there, click on the download icon in the \u201cDL\u201d column.\u00a0<\/p>\n<p>When you click on the icon in the \u201cDL\u201d column, a download pop-up will appear on the screen. Click on the \u201cDownload\u201d button to start the download process. Downloading will only take a couple of seconds, as the file size is tiny.<\/p>\n<h4>GitHub download<\/h4>\n<p>Even though the Delft icon theme is available through Gnome-look, the download itself comes from GitHub. If you prefer to use GitHub rather than the Delft Gnome-look page, click on this link.<\/p>\n<p>By clicking on the link above, the Delft icon theme should download directly from GitHub. If you have issues with this link, be sure also to check the \u201creleases\u201d page.<\/p>\n<h2>Extracting the Delft icon theme<\/h2>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-401849 size-full\" src=\"https:\/\/www.addictivetips.com\/app\/uploads\/2021\/05\/delft-icons-2.png\" alt=\"\" width=\"1200\" height=\"326\"\/><\/p>\n<p>The Delft icon theme comes packed inside of a TarXZ archive file. This archive file cannot be used in the \u201cicons\u201d folder, as it is compressed, and Linux cannot directly interact with compressed archives when it comes to icon themes.<\/p>\n<p>As a result, you need to decompress the TarXZ archive file before attempting to install it. The Delft icon theme archive is best dealt with via the terminal, so you must open up a terminal window.<\/p>\n<p>To open up a terminal window on the Linux desktop, press\u00a0<strong>Ctrl + Alt + T\u00a0<\/strong>on the keyboard or search for the \u201cTerminal\u201d app in the menu and launch it that way. Once the terminal window is open, use the <strong>CD\u00a0<\/strong>command to move into the \u201cDownloads\u201d directory, where the TarXZ file is.<\/p>\n<pre>\ncd ~\/Downloads\n<\/pre>\n<p>Inside the \u201cDownloads\u201d directory, use the\u00a0<strong>tar xvf\u00a0<\/strong>command to decompress the \u201cdelft-iconpack.tar.xz\u201d archive. The decompression will take a bit of time, and it will create several different Delft icon theme folders in your download directory.<\/p>\n<p>To view the several different \u201cDelft\u201d icon themes in the terminal window, execute the following\u00a0<strong>ls\u00a0<\/strong>command below.\u00a0<\/p>\n<pre>\nls | grep Delft\n<\/pre>\n<p>After viewing the files with the\u00a0<strong>ls\u00a0<\/strong>command, move on to the next section of the guide to learn how to install the Delft icon theme.\u00a0<\/p>\n<h2>Installing the Delft icon theme<\/h2>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-401848 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-the-delft-icon-theme-in-linux-2.png\" alt=\"\" width=\"1200\" height=\"499\"\/><\/p>\n<p>There are two ways you can install the Delft icon theme on Linux. The first way is known as \u201cSingle user,\u201d and it allows only the user that installs Delft access to it. The second method of installation is called \u201cSystem-wide,\u201d which grants every user access to Delft, even if they didn\u2019t install it.<\/p>\n<p>In this guide, we\u2019ll go over how to install the Delft icon theme in both methods. To start the installation, you\u2019ll need to open up a terminal window on the Linux desktop. To do that, press\u00a0<strong>Ctrl + Alt + T\u00a0<\/strong>on the keyboard or search for \u201cTerminal\u201d in the app menu and launch it that way.<\/p>\n<h3>Single-user<\/h3>\n<p>To install the Delft icon theme in single-user mode, start by accessing the \u201cDownloads\u201d directory where the extracted Delft icon folders are. To access this folder, make use of the following <strong>CD\u00a0<\/strong>command.\u00a0<\/p>\n<pre>\ncd ~\/Downloads\n<\/pre>\n<p>Once inside of the \u201cDownloads\u201d directory, make use of the\u00a0<strong>mkdir\u00a0<\/strong>command and create a new folder in the home (~) directory with the name of \u201cicons.\u201d This folder is critical, as you won\u2019t be able to install it in the single-user mode without it.<\/p>\n<pre>\nmkdir -p ~\/.icons\/\n<\/pre>\n<p>After creating the new folder, use the\u00a0<strong>mv\u00a0<\/strong>command to place all Delft icon theme folders into the new folder. By placing the files here, Delft will be installed in single-user mode.\u00a0<\/p>\n<pre>\nmv Delft-*\/ ~\/.icons\/\nmv Delft\/ ~\/.icons\/\n<\/pre>\n<h3>System-wide<\/h3>\n<p>To install the Delft icon theme in system-wide mode, start by using the\u00a0<strong>CD\u00a0<\/strong>command to move into the \u201cDownloads\u201d directory. Once you\u2019re in that folder, you\u2019ll need to enter root with the\u00a0<strong>sudo\u00a0<\/strong>command.<\/p>\n<pre>\ncd ~\/Downloads\nsudo -s\n<\/pre>\n<p>Once in the root, the installation of Delft can begin. Using the <strong>mv\u00a0<\/strong>command, place all files in \/usr\/share\/icons\/.<\/p>\n<pre>\nmv Delft-*\/ \/usr\/share\/icons\/\n<\/pre>\n<pre>\nmv Delft\/ \/usr\/share\/icons\/\n<\/pre>\n<h2>Activating the Delft icon theme<\/h2>\n<p>The Delft icon theme is now installed on your Linux PC, but that\u2019s not all you have to do to get it working. You must also activate this theme for it to work. Activating icon themes on Linux differs depending on the desktop.<\/p>\n<p>Open up your settings area, locate \u201cAppearance\u201d or \u201cIcons,\u201d and change the default icon theme to \u201cDelft.\u201d As soon as you do this, your system will begin using the Delft icon theme.<\/p>\n<p>Can\u2019t figure out how to change icon themes on your Linux desktop? Don\u2019t worry; we\u2019ve got you! Take a look at the list of links below. Each link points to an in-depth guide that will teach you how you can change your icon theme.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Related Articles The Delft icon theme is a fork of the famous Faenza icon theme. It\u2019s incredibly stylish and fits right at home on any Linux desktop. If you\u2019d like to try out the Delft icon theme on your system, follow along with the instructions in this guide! Downloading the Delft icon theme You can &hellip;<\/p>\n","protected":false},"author":1,"featured_media":1557,"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\/1556"}],"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=1556"}],"version-history":[{"count":0,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1556\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media\/1557"}],"wp:attachment":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media?parent=1556"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/categories?post=1556"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/tags?post=1556"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}