How to apply Mac like 'labels' on nautilus?
Install the gnome-color-chooser package.
Open GNOME Color Chooser and switch to the Desktop tab.
Check beautify icon labels (needed for icon label settings!) and then set your label text and background colors:
Click Apply.
Post GNOME 3.26 (Tentatively):
Nautilus may get this feature as of GNOME 3.26: http://www.omgubuntu.co.uk/2017/07/tags-tab-restore-features-coming-to-nautilus
Prior to GNOME 3.26:
This is not possible with Nautilus, but if you use Pantheon Files, you can add colours to your folders.
To install Pantheon Files:
NB:
This will only work on supported versions of Ubuntu.
Check the PPA details for which releases are available.
GUI Method
- Add this PPA: ppa:elementary-os/daily
- Refresh your sources.
- Install Pantheon-Files from the Software Center
- Optionally you can add the Dropbox and/or Ubuntu One plugins.
CLI Method
Run the following commands:
sudo apt-add-repository ppa:elementary-os/daily
sudo apt-get update
sudo apt-get install pantheon-files
If you use Dropbox or Ubuntu One, you can install the appropriate plugins:
sudo apt-get install pantheon-files-plugin-dropbox
sudo apt-get install pantheon-files-ubuntuone
Screenshot:
There are 2 options which resemble Mac OS very closely, both designed from similar code
- Marlin (runs as application, keeping Nautilus as default)
- Pantheon Files (can easily replace Nautilus)
Update This is a duplicate question.
UPDATE 2 I tried both Marlin and Pantheon Files (from other Stack Exchange contribution, see below). It seems that Pantheon files makes it easier to switch over from Nautilus. I am using Ubuntu 12.04 LTS.
It is called Marlin File Browser
Installation of Marlin
Option 1: Marlin with Dropbox / Ubuntu One support
sudo add-apt-repository ppa:elementary-os/daily
sudo apt-get update
sudo apt-get install marlin marlin-plugin-dropbox marlin-plugin-ubuntuone
Option 2: what I have tested without dropbox/ubuntu one support
sudo add-apt-repository ppa:marlin-devs/marlin-daily
sudo apt-get update
sudo apt-get install marlin
According to the website, it is rather new and might have issue. Check out this article with some nice pictures showing how similar it is to Mac OS X file and folder color labeling.
Also, see this article for how to install it on Ubuntu 12.04 or 11.10 or on Linux Mint.
Installation of Pantheon File Browser:
sudo apt-add-repository ppa:elementary-os/daily
sudo apt-get update
sudo apt-get install pantheon-files
For Dropbox or Ubuntu One support, add the plugins:
sudo apt-get install pantheon-files-plugin-dropbox
sudo apt-get install pantheon-files-ubuntuone