Skip to content

Instantly share code, notes, and snippets.

@dz0ny
Created February 24, 2011 19:07
Show Gist options
  • Select an option

  • Save dz0ny/842678 to your computer and use it in GitHub Desktop.

Select an option

Save dz0ny/842678 to your computer and use it in GitHub Desktop.
Linux desktop launch file
[Desktop Entry]
Type=Application
Version=1.0
Name=Sublime Text 2
GenericName=Integrated Development Environment
Comment=Sublime Text is a sophisticated text editor for code, html and prose.
Exec=/home/!USERNAME HERE!/SublimeText2/sublime_text %F
Icon=/home/!USERNAME HERE!/.Sublime Text 2/Packages/Default/Icon.png
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment