Skip to content

Instantly share code, notes, and snippets.

@ImaginativeShohag
Last active March 8, 2021 05:41
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 ImaginativeShohag/ed38f5c39827fcb4571f7fb4c35f2799 to your computer and use it in GitHub Desktop.
Save ImaginativeShohag/ed38f5c39827fcb4571f7fb4c35f2799 to your computer and use it in GitHub Desktop.
Android Studio Release Candidate launch Icon: ~/.local/share/applications/jetbrains-studio-rc.desktop (https://developer.gnome.org/integration-guide/stable/desktop-files.html.en)
[Desktop Entry]
Categories=Development;IDE;
Comment=Everything you need to build on Android
Exec="/mnt/SourceCode/Software/Android/android-studio-rc/bin/studio.sh" %f
Icon=/mnt/SourceCode/Software/Android/android-studio-rc/bin/studio.png
Name=Android Studio RC
StartupWMClass=android-studio-rc
Terminal=false
Type=Application
Version=1.0
@ImaginativeShohag
Copy link
Author

Sample for Postman:

[Desktop Entry]
Categories=Development;
Comment=Everything you need for API
Exec=/mnt/universe/Warehouse/Software/Postman/Postman
Icon=/mnt/universe/Warehouse/Software/Postman/app/resources/app/assets/icon.png
Name=Postman
StartupWMClass=postman
Terminal=false
Type=Application
Version=1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment