Skip to content

Instantly share code, notes, and snippets.

@kamikat
Created June 29, 2014 10:07
Show Gist options
  • Save kamikat/6b82bf14de6dac6d1cf9 to your computer and use it in GitHub Desktop.
Save kamikat/6b82bf14de6dac6d1cf9 to your computer and use it in GitHub Desktop.
Android Atudio desktop launcher file
[Desktop Entry]
Type=Application
Name=Android Studio
Categories=Development;Application;
Exec=/opt/android-studio/bin/studio.sh
Icon=/opt/android-studio/bin/androidstudio.ico
Terminal=false
@kamikat
Copy link
Author

kamikat commented Jun 29, 2014

  • Requires Android Studio been installed to /opt folder. Or you can change it according to your installation.
  • Put desktop file to ~/.local/share/applications/ folder and restart gnome-shell to see the changes.

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