Skip to content

Instantly share code, notes, and snippets.

@samgooi4189
Created August 22, 2019 14:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samgooi4189/ef742ef171cb4a2276f6593a981d2148 to your computer and use it in GitHub Desktop.
Save samgooi4189/ef742ef171cb4a2276f6593a981d2148 to your computer and use it in GitHub Desktop.
Create desktop shortcut for program in Ubuntu
Create a file ( Desktop File ) with this content:
[Desktop Entry]
Version=1.0
Name=Android Studio
Type=Application
Icon=/PATH/TO/ICON/studio.png
Exec=/PATH/TO/studio.sh
Change /PATH/TO/ICON/studio.png and /PATH/TO/studio.sh accordingly.
save the file as: android-studio.desktop in /usr/share/applications
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment