I have several utility programs that I can run only by clicking on their "generic" executable file. How can I assign an icon to each of them for it to show in the Launcher? I am using Ubuntu 14.04 LTS. Thanks.
Asked
Active
Viewed 3.7k times
2 Answers
8
Create a "Application_name.desktop" file using gedit or any other text editor with contents
[Desktop Entry]
Name=Application name
Exec=path-to-executable
Icon=path-to-icon
Terminal=false
Type=Applicationput it in ~/.local/share/applications
For complete documentation checkout https://help.ubuntu.com/community/UnityLaunchersAndDesktopFiles

Back.Slash
- 2,166
- 2
- 17
- 22
-
1or /usr/share/applications – WitchCraft Jan 20 '15 at 16:56
-
In my case (Ubuntu 20.04), I had to Suspend and then LogIn for changes to take effect. You can Restart too. – Deepam Gupta Aug 11 '21 at 18:02
2
Follow steps here
Your question is disscused in this thread. Check the answer !
https://askubuntu.com/a/450847

MattDMo
- 2,125
- 1
- 13
- 18

kostandinangjellari
- 1,123
- 1
- 10
- 20