Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@17twenty
Created February 6, 2014 22:09
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 17twenty/8853477 to your computer and use it in GitHub Desktop.
Save 17twenty/8853477 to your computer and use it in GitHub Desktop.
Downloaded eclipse for Android but doesn't appear in Gnome Shell fix - you will need to save this into a file /usr/share/applications/eclipse.desktop
[Desktop Entry]
Type=Application
Version=22.3
Name=eclipse | Android Developer Tools
GenericName=Integrated Development Environment for Android
Comment=A powerful IDE
Exec=/home/nick/adt-bundle-linux-x86-20131030/eclipse/eclipse
Icon=/home/nick/adt-bundle-linux-x86-20131030/eclipse/icon.xpm
Terminal=false
Categories=GTK;Development;IDE;
MimeType=text/plain;text/x-chdr;text/x-csrc;text/x-c++hdr;text/x-c++src;text/x-java;text/x-dsrc;text/x-pascal;text/x-perl;text/x-python;application/x-php;application/x-httpd-php3;application/x-httpd-php4;application/x-httpd-php5;application/xml;text/html;text/css;text/x-sql;text/x-diff;
StartupNotify=true
X-Desktop-File-Install-Version=0.19
@17twenty
Copy link
Author

17twenty commented Feb 6, 2014

Obviously remembering to update your Exec and Icon path

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