Skip to content

Instantly share code, notes, and snippets.

@Kerrick
Created April 27, 2012 02:15
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 Kerrick/2505116 to your computer and use it in GitHub Desktop.
Save Kerrick/2505116 to your computer and use it in GitHub Desktop.
Sublime Text 2 launcher for Ubuntu's Unity (save as ~/.local/share/applications/sublime.desktop)
[Desktop Entry]
Name=Sublime Text Editor
Comment="Sublime Text is a sophisticated text editor for code, html and prose. You'll love the slick user interface and extraordinary features."
Exec="/home/kerrick/Applications/sublimetext2/sublime_text" %F
MimeType=text/plain;
Terminal=false
Type=Application
Icon=/home/kerrick/Applications/sublimetext2/Icon/48x48/sublime_text.png
Categories=GNOME;GTK;Utility;TextEditor;Development;Utility;
@jschuhr
Copy link

jschuhr commented Apr 28, 2012

Thanks for this - was just what I needed as soon as I got Sublime installed on my new Ubuntu 12.04 setup!

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