Ubuntu – Changing the default folder icon

icons

I am trying to change the default folder icon, so I've googled a little and found out that I can do it ub

/use/share/icons/my_theme/places

Problem is that under 'Places' the are numerous folders

16 22 24 32 48 64 96 scalable

So, what folder do I need? They all have folder.svg in them so I'm not sure what to change.

Also – my icon is a .png file, how do I convert it to .svg?
Thanks

Best Answer

You can't convert .png to .svg as far as I know but if you can find a .svg file of the icon which you want, follow these steps:

  1. Your theme's Places folder may not be the right location. If you can find "folder.svg" in there that's ok but if you can't, you should open your theme's "index.theme" file with gedit and then check its Inheritences's Places folders. It should be in the folder named "16".
  2. When you find "folder.svg" as an original file, not a link, change its name as "folder.svg.backup" and then copy your .svg file to here and name it "folder.svg".
  3. Make a link your new "folder.svg", copy and paste it to all other folders in your theme's Places folder. Don't forget to make these links' names "folder.svg"
  4. When you log out and come back, your folder icon must be changed.

Check out these answers to convert .png to .svg as mentioned in the comments.

Related Question