<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>folder color Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/folder-color/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Thu, 18 Oct 2018 18:39:28 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>Customize Folders with Folder Color on Linux</title>
		<link>https://www.osradar.com/customize-folders-with-folder-color-on-linux/</link>
					<comments>https://www.osradar.com/customize-folders-with-folder-color-on-linux/#respond</comments>
		
		<dc:creator><![CDATA[osradar_editor]]></dc:creator>
		<pubDate>Thu, 18 Oct 2018 18:39:28 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[change folder color linux]]></category>
		<category><![CDATA[change folder color ubuntu]]></category>
		<category><![CDATA[folder]]></category>
		<category><![CDATA[folder color]]></category>
		<category><![CDATA[folder color linux]]></category>
		<category><![CDATA[folder color ubuntu]]></category>
		<category><![CDATA[linux folder color]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=6546</guid>

					<description><![CDATA[<p>When you’re working on Linux, there’s obviously tons of directories (folders) you have to work with, right? Even for the most basic users, a good number of folders must be ready to work with. For example, I have to constantly visit the “Movies” folder for watching my movie collection, “Images” for my photos etc. In [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/customize-folders-with-folder-color-on-linux/">Customize Folders with Folder Color on Linux</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>When you’re working on Linux, there’s obviously tons of directories (folders) you have to work with, right? Even for the most basic users, a good number of folders must be ready to work with. For example, I have to constantly visit the “Movies” folder for watching my movie collection, “Images” for my photos etc.</p>
<p>In most cases, all the folders have the same icon. That’s so BORING!!!! Of course, you’re free to customize your folder icon with different themes like <a href="https://www.osradar.com/lets-color-with-oranchelo-icon-theme/">Oranchelo</a>, <a href="https://www.osradar.com/papirus-icon-theme-for-linux/">Papirus</a>, and <a href="https://www.osradar.com/uniform-icon-theme-for-linux/">Uniform</a> etc. However, you’re not able to individually customize the icon of each of the folders.</p>
<p>Want to give your folders some spice? Let’s change the folder icon for an awesome view with Folder Color!</p>
<h1>Installing Folder Color</h1>
<p>Folder Color is a nice tool for the purpose. It offers tons of available icons for each of your folders!</p>
<p>Installing Folder Color is very simple. Run the following commands according to your own Linux distro –</p>
<ul>
<li>Ubuntu</li>
</ul>
<pre class="">sudo apt install folder-color folder-color-caja folder-color-common -y</pre>
<p><img loading="lazy" class="size-full wp-image-6549 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/10/color-2.png" alt="" width="1060" height="738" srcset="https://www.osradar.com/wp-content/uploads/2018/10/color-2.png 1060w, https://www.osradar.com/wp-content/uploads/2018/10/color-2-300x209.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/color-2-768x535.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/color-2-1024x713.png 1024w, https://www.osradar.com/wp-content/uploads/2018/10/color-2-100x70.png 100w, https://www.osradar.com/wp-content/uploads/2018/10/color-2-696x485.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/color-2-603x420.png 603w" sizes="(max-width: 1060px) 100vw, 1060px" /></p>
<ul>
<li>Debian</li>
</ul>
<pre class=""># 32-bit package
wget http://download.opensuse.org/repositories/home:/tangerine:/deb9-xfce-4.12/Debian_9.0/i386/folder-color_0.0.86-7_i386.deb

# 64-bit package
wget http://download.opensuse.org/repositories/home:/tangerine:/deb9-xfce-4.12/Debian_9.0/amd64/folder-color_0.0.86-7_amd64.deb

# Install the DEB packages
sudo apt-get install folder-color_0.0.86-7_*.deb
sudo apt-get install -f
</pre>
<ul>
<li>Fedora</li>
</ul>
<pre class="">sudo dnf copr enable sogal/folder-color
sudo dnf install folder-color-common folder-color-common-lang nautilus-extension-folder-color</pre>
<ul>
<li>OpenSUSE</li>
</ul>
<pre class="">sudo zypper install folder-color folder-color-common caja-extension-folder-color nautilus-extension-folder-color</pre>
<ul>
<li>Arch Linux</li>
</ul>
<pre class=""># Install Git
sudo pacman -S git base-devel

# Get Folder Color
git clone https://aur.archlinux.org/folder-color-bzr.git

# Install Folder Color
cd folder-color-bzr
makepkg -si</pre>
<ul>
<li>Generic Linux instruction</li>
</ul>
<p>Folder Color doesn’t offer much compatibility. If your Linux distro isn’t on above, you have to install the tool from source. <a href="https://launchpad.net/folder-color">Get the latest version of source code on Launchpad</a>.</p>
<p><img loading="lazy" class="size-full wp-image-6548 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/10/color-1.png" alt="" width="1366" height="541" srcset="https://www.osradar.com/wp-content/uploads/2018/10/color-1.png 1366w, https://www.osradar.com/wp-content/uploads/2018/10/color-1-300x119.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/color-1-768x304.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/color-1-1024x406.png 1024w, https://www.osradar.com/wp-content/uploads/2018/10/color-1-696x276.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/color-1-1068x423.png 1068w, https://www.osradar.com/wp-content/uploads/2018/10/color-1-1060x420.png 1060w" sizes="(max-width: 1366px) 100vw, 1366px" /></p>
<p>After the extraction is complete, run the following command –</p>
<pre class="">sudo python3 setup.py install</pre>
<p>Depending on your system, you may need to install the following packages –</p>
<ul>
<li>python3-distutils-extra</li>
<li>python3-dbus</li>
<li>python3-apt</li>
</ul>
<h1>Using Folder Color</h1>
<p>Folder Color officially supports two of the most popular file managers – Nautilus and Caja. However, the tool should also work with other file managers. For the best result, Nautilus or Caja is recommended.</p>
<p>Let’s change the icon of “demo1”. Right-click on the folder &gt;&gt; Folder’s Color.</p>
<p><img loading="lazy" class="size-full wp-image-6552 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/10/color-3.png" alt="" width="936" height="643" srcset="https://www.osradar.com/wp-content/uploads/2018/10/color-3.png 936w, https://www.osradar.com/wp-content/uploads/2018/10/color-3-300x206.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/color-3-768x528.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/color-3-100x70.png 100w, https://www.osradar.com/wp-content/uploads/2018/10/color-3-218x150.png 218w, https://www.osradar.com/wp-content/uploads/2018/10/color-3-696x478.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/color-3-611x420.png 611w" sizes="(max-width: 936px) 100vw, 936px" /></p>
<p>Select whatever your mind wishes! Here’s a demonstration of my test directories.</p>
<p><img loading="lazy" class="size-full wp-image-6553 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/10/color-4.png" alt="" width="1021" height="613" srcset="https://www.osradar.com/wp-content/uploads/2018/10/color-4.png 1021w, https://www.osradar.com/wp-content/uploads/2018/10/color-4-300x180.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/color-4-768x461.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/color-4-696x418.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/color-4-700x420.png 700w" sizes="(max-width: 1021px) 100vw, 1021px" /></p>
<p>Enjoy!</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/customize-folders-with-folder-color-on-linux/">Customize Folders with Folder Color on Linux</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/customize-folders-with-folder-color-on-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
