49

How do I assign custom icons to folders, as well as the default folders Desktop, Downloads, Music, etc.? I know that one way is to assign the properties of folders, but I want to assign icons in the same way that are assigned the default folders, so the custom icons will also appear in the Nautilus bookmarks. I've also seen this question >> custom icon in "Places" menu <<, but that is not what I seek.

I want the markers to display custom icons like the dolphin. I know it's possible, because the folder "Desktop", "Documents", "Music" have their own custom icons in bookmarks. How?

Alexis Wilke
  • 2,707
Frank Souza
  • 643
  • 1
  • 5
  • 8
  • 1
    See also: https://askubuntu.com/questions/217757/how-can-i-programmatically-change-a-files-icon – Wilf Oct 08 '15 at 23:20

3 Answers3

62

Custom icon selection

In the file manager (nautilus):

  1. right click a folder's icon
  2. click on properties in the contextual menu
  3. in the properties window click on the framed icon (top left)

    • that should open the dialog to choose a new icon
  4. Pick an icon from /usr/share/icons

the default folder icons are in the Humanity sub-folder.

Custom icon backup & restore

The informations seems to be saved by nautilus in ~/.local/share/gvfs-metadata.

Note that the directory contains lots of other data (emblems and more). As far as I know they are in binary format so I wasn't really able to pinpoint what's really needed in a backup. Still file path of the icons shuld remain exactly the same between backup and restore for this to work

Resource: Ubuntu Forum thread

  • 1
    I know change the icons that way, but it's not what I'm looking to do. I want to create other folders in my home folder and assign icons that are also seen in nautilus bookmarks. – Frank Souza Nov 15 '11 at 14:29
  • Probably this is related to dolphin/nautilus incompatibility? I added a link to a screenshot that shows what happens following my solution. In which file manager do you set the icon? – Matteo Scotuzzi Nov 15 '11 at 16:11
  • Oww man, this my question was based on the previous versions of Ubuntu 11.10. I did not know it was possible to do this in 11.10. I'm an idiot! I did now the standard way: in the folder properties and surprise ... it worked! Ok I apologize for lost time, and much, thank you! Now the question is: Where are these customization settings are saved? In which file? For some day I will reformat my machine and would like to maintain those customizations.

    Thank you very much

    – Frank Souza Nov 15 '11 at 17:20
  • I added some info on backup&restore of custom icons to the answer, hope it helps – Matteo Scotuzzi Nov 16 '11 at 14:25
  • Thank you @matteo, definitely solved my problem and took my question. Thanx – Frank Souza Nov 17 '11 at 18:08
  • @matteo I don't see "framed icons" in the "properties window". I see Basic,Permission,Share only. – shravan Jan 12 '14 at 01:30
  • @shravan sorry for the confusion, it's an actual icon and it has a button-like border around it (the frame I was referring to) – Matteo Scotuzzi Jan 17 '14 at 23:16
  • How do I make the icons visible in nautilus bookmarks? – mbirth Nov 28 '15 at 23:10
  • This solution doesn't show the icon in the bookmarks list, any idea why ? (Ubuntu 16.04) – Louis Oct 18 '16 at 19:06
  • This doesn't work any more for Ubuntu 18.04. When you select the Icon that you downloaded it never changes the one on the desktop. – EODCraft Staff Nov 06 '18 at 22:41
1
  1. Right click on the folder whose icon you want to change and select "Properties".
  2. In the properties window, click on the image of the icon (The icon which is in the "Basic" tab which is opened first by default). An icon selection window will open.
  3. In the icon selection window, choose the icon or image you want to set for the folder.
toothie
  • 121
  • 1
  • 6
0

Emblems were removed from Nautilus in version 3.0. There is a workaround consisting in using python-nautilus and a project https://github.com/allefant/Nautilus-Emblems-Menu-Extension that adds the Emblems option to the right-click menu.

Follow the instructions here http://www.webupd8.org/2011/12/how-to-manually-add-emblems-in-nautilus.html

alfC
  • 3,624