3

First, FYI This problem will improve an awesome feature in Folder Color application.

I'm trying to change the default folder icon with user privileges. I read that the ~/.icons folder has preference over /usr/share/icons folder.

Then I created a custom icon into:

~/.icons/Humanity/places/48/folder.svg

and I copied the index:

cp /usr/share/icons/Humanity/index.theme ~/.icons/Humanity/index.theme

and finally I reloaded the cache:

gtk-update-icon-cache ~/.icons/hicolor

But Nautilus is getting the icon from /usr/share/icons/Humanity/places/48/folder.svg, How do I know that? Because if I overwrite that icon and update the icon cache in /usr/share/icons/Humanity, the icon in Nautilus changes.

How could I set the global folder icon in Nautilus changing the icon in ~/.icons? Thanks in advance!

http://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html

Costales
  • 2,278

1 Answers1

1

Uhm, changing the directory name 48 to 48x48 is working. I don't know why that difference :O

Zanna
  • 70,465
Costales
  • 2,278