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?
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 theIcon
property will give you the (base-)name of the application icon file. – David Foerster Oct 15 '17 at 14:22Icon=eog
. The base name of the icon files iseog
. You can find them withfind /path/to/icon-theme -name 'eog.*'
. – David Foerster Oct 15 '17 at 15:14