Reply To: How do I change an icon from an app whose exec is from /opt directory?

Forum › Forums › New users › New Users and General Questions › How do I change an icon from an app whose exec is from /opt directory? › Reply To: How do I change an icon from an app whose exec is from /opt directory?

#179729
melodie
Member

    You need to find the *.desktop file belonging to.this package and look for the “Icon=” line using a text editor. This will give you the name of the icon. Then look for it in /opt and also in /usr/share/icons.
    In the console cd to the said directories. Then use find:

    find . -name “*the-icon-name*”

    (Be careful not to miss a ‘.’ or a.space, nor a ” .. )

    • This reply was modified 1 year, 3 months ago by melodie.
    • This reply was modified 1 year, 3 months ago by melodie.
    • This reply was modified 1 year, 3 months ago by melodie.