0
Set customized application icon in Ubuntu
Put the icon image file into folder
/usr/share/pixmaps
Since you need permission to write to this folder, you can do this by putting the icon image file to desktop, then
$ cd ~/Desktop
$ sudo mv icon.png /usr/share/pixmaps
Then this icon is ready for your selection when you customize the shortcut for that application.
/usr/share/pixmaps
Since you need permission to write to this folder, you can do this by putting the icon image file to desktop, then
$ cd ~/Desktop
$ sudo mv icon.png /usr/share/pixmaps
Then this icon is ready for your selection when you customize the shortcut for that application.
Post a Comment