Shortcut files of launcher are placed in ~/.local/share/applications.
Create .desktop file to reference next code.
Create .desktop file to reference next code.
This file contains 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
[Desktop Entry] | |
Version=2.3 | |
Name=Android Studio | |
Comment=Android Studio | |
Exec=/home/jason/Applications/android-studio/bin/studio.sh | |
Icon=/home/jason/Applications/android-studio/bin/studio.png | |
Terminal=false | |
Type=Application | |
Categories=Utility;Application; |