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?
June 20, 2025 at 7:38 am
#179746
Member
No results came when I copied and pasted your command and changed the “the-icon-name” part to this
find . -name “*session-desktop*”
Then something is wrong in their package. You might try either sudo find . -name "*session-desktop"” or “sudo ls -lR /opt/<package directory> > /hoome/you/list-files.txt
Then have a look in the list?