Created
February 24, 2011 19:07
-
-
Save dz0ny/842678 to your computer and use it in GitHub Desktop.
Linux desktop launch file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [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