If you want to add the shortcut in Apps
cd /home/USER_DIRECTORY/.local/share/applications
or if you want it on your Desktop
cd ~/Desktop
then;
nano APPNAME.desktop
add the lines below
[Desktop Entry]
Version=1.0
Encoding=UTF-8
Name=My custom App
Comment=Some comments pls.
Exec=/path/to/executable
Icon=/path/to/iconType=Application
Terminal=False
Categories=Development;Or;Something;Else;
Now you should be able to see your shortcut with logo.
No comments:
Post a Comment