Skip to content

Instantly share code, notes, and snippets.

@captbrogers
Last active October 11, 2015 23:08
Show Gist options
  • Save captbrogers/3933788 to your computer and use it in GitHub Desktop.
Save captbrogers/3933788 to your computer and use it in GitHub Desktop.
Sublime Text 2 desktop file for Fedora 17
[Desktop Entry]
Version=1.1
Name=Sublime Text 2
GenericName=Text Editor
Comment=Edit text files
Exec=sublime
Terminal=false
Type=Application
StartupNotify=true
Icon=/usr/lib64/Sublime Text 2/Icon/48x48/sublime_text.png
Categories=TextEditor;IDE;Development
X-Ayatana-Desktop-Shortcuts=NewWindow
Actions=NewWindow
[Desktop Action NewWindow]
Name=Open a New Window
Exec=sublime -n
OnlyShowIn=Unity;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment