0

I am trying to replace the image viewer icon with my own. What's the name of image viewer icon in 16.04? From one popular icon theme, I see image viewer icon under 2 entries, namely:

x-content-image-dcf.svg
x-content-image-picturecd.svg

I am not sure which one I should be replacing. Or, is there any other icon name they are saved under?

Zanna
  • 70,465
user227495
  • 4,089
  • 17
  • 56
  • 101
  • @DavidFoerster I would like to have the icon name, not the location. I can't identify because more than one icon use the same icon file. – user227495 Oct 15 '17 at 14:12
  • Did you even read the answers to the linked question? You don't need to know the name or location of the current icon to change it. You can just change the Icon property of the application starter file to a different name or path that you want to use instead. On top of that that current value of the Icon property will give you the (base-)name of the application icon file. – David Foerster Oct 15 '17 at 14:22
  • Since it was marked as a duplicate question, I read the question in the link. :) – user227495 Oct 15 '17 at 14:53
  • .desktop file says Name=Image Viewer Comment=Browse and rotate images TryExec=eog Exec=eog %U Icon=eog What should I name the icon ? eog or image viewer – user227495 Oct 15 '17 at 14:58
  • Icon=eog. The base name of the icon files is eog. You can find them with find /path/to/icon-theme -name 'eog.*'. – David Foerster Oct 15 '17 at 15:14

0 Answers0