How to Change Color of Folder Icons in Ubuntu 16.04

Last updated: July 10, 2016

Change Folder Color

Want to make a difference on your file folders? There’s a simple Nautilus, Caja, Nemo extension called “Folder-Color” that allows to change the color or emblem of a folder, or set the global folder color from context menu.

Linux Mint has integrated this feature into its Cinnamon and MATE Desktops. All you have to do is to right-click on a folder and choose a color or emblem from “Folder’s color” menu:

Folder Color

Only for changing Folder Color:

For Ubuntu 16.04, the tool has been made into the universe repository, but it only allows to change the color of folder icons.

Open terminal (Ctrl+Alt+T) and run the command below to install it for Unity or Gnome:

sudo apt install folder-color

Install folder color

For MATE Desktop, use the command below instead:

sudo apt install folder-color-caja

Apply changes by running command nautilus -q or caja -q.

For Full Feature version:

For full feature version that changes the color or emblem and global folder color, use the developer’s PPA.

Open terminal and run commands to remove previous version and install the extension from PPA:

sudo apt remove folder-color folder-color-caja folder-color-common

sudo add-apt-repository ppa:costales/folder-color

sudo apt update

sudo apt install folder-color folder-color-caja

Also restart your file browser via command nautilus -q or caja -q.

For Ubuntu MATE, if this does not work for you, try the commands below and finally restart Caja browser:

sudo ln -s /usr/lib/i386-linux-gnu/girepository-1.0/Caja-2.0.typelib /usr/lib/girepository-1.0/Caja-2.0.typelib

sudo ln -s /usr/lib/x86_64-linux-gnu/girepository-1.0/Caja-2.0.typelib /usr/lib/girepository-1.0/Caja-2.0.typelib

Twitter

I'm a freelance blogger who started using Ubuntu in 2007 and wishes to share my experiences and some useful tips with Ubuntu beginners and lovers. Please comment to let me know if the tutorial is outdated! And, notify me if you find any typo/grammar/language mistakes. English is not my native language. Contact me via [email protected] Buy me a coffee: https://ko-fi.com/ubuntuhandbook1