Created
August 22, 2019 14:28
-
-
Save samgooi4189/ef742ef171cb4a2276f6593a981d2148 to your computer and use it in GitHub Desktop.
Create desktop shortcut for program in Ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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