Skip to content

Instantly share code, notes, and snippets.

@joerx
Created June 28, 2014 05:59
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save joerx/7ced7bd8622a7f3e89e4 to your computer and use it in GitHub Desktop.
Save joerx/7ced7bd8622a7f3e89e4 to your computer and use it in GitHub Desktop.
genymotion.desktop
[Desktop Entry]
Encoding=UTF-8
Name=Genymotion
Comment=Alternative Android Emulator based on VirtualBox
Exec=/opt/genymotion/genymotion
Icon=/opt/genymotion/icons/icon.png
NoDisplay=false
Terminal=false
Type=Application
Categories=Application;Development;
@joerx
Copy link
Author

joerx commented Jun 28, 2014

Create a file 'genymotion.desktop' in either /usr/share/applications or ~/.local/share/applications. Assuming genymotion was installed in /opt. For different location, modify executable and icon path accordingly.

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