Skip to content

Instantly share code, notes, and snippets.

@sajanp
Last active December 11, 2015 19:39
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sajanp/4650378 to your computer and use it in GitHub Desktop.
Save sajanp/4650378 to your computer and use it in GitHub Desktop.
Desktop launcher for Aptana Studio 3. Requires Aptana to be unzipped into /opt and the included icon.xpm be convered to icon.png.
[Desktop Entry]
Version=1.0
Encoding=UTF-8
Name=Aptana Studio 3
GenericName=Integrated Development Environment
Comment=Aptana Strudio 3 Integrated Development Environment
Exec=/opt/Aptana_Studio_3/AptanaStudio3 %F
TryExec=/opt/Aptana_Studio_3/AptanaStudio3
Icon=/opt/Aptana_Studio_3/icon.png
StartupNotify=true
Terminal=false
Type=Application
MimeType=text/xml;application/xhtml+xml;application/x-javascript;application/x-php;application/x-java;text/x-javascript;text/html;text/plain
Categories=GNOME;Development;IDE;
@pixelmimic
Copy link

Very useful, thank you for sharing.

@lawrence615
Copy link

Thanks; so useful to me also.

I would however like to ask if I can do this to other applications also?

@lawrence615
Copy link

I actually tried this on eclipse and it also worked.
Thanks for this sajanp

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