I want to change the icon image of the executable files from the command line. I'm using KDE. Can any one help me in this regard.
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
|
In KDE4 you have to create file ~/.local/share/mime/packages/application-x-executable.xml with such content:
Then you can change the icon name value to something built-in like "emblem-favorite" or specify the full path: "/home/my_user/my_ico/my_exec.png". After saving the file, run |
|||
|
|