Created
July 28, 2013 02:09
-
-
Save wiiiimm/6097056 to your computer and use it in GitHub Desktop.
Ubuntu application icon for Sublime Text 2
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] | |
| Version=1.0 | |
| Name=Sublime Text 2 | |
| Comment=The best IDE in the world | |
| GenericName=Text Editor | |
| Keywords=IDE;Editor;TextEditor;Development | |
| Exec=/usr/bin/Sublime\ Text\ 2/sublime_text %U | |
| Terminal=false | |
| Type=Application | |
| Icon=/usr/bin/Sublime Text 2/Icon/256x256/sublime_text.png | |
| Categories=TextEditor;IDE;Development | |
| X-Ayatana-Desktop-Shortcuts=NewWindow | |
| [NewWindow Shortcut Group] | |
| Name=New Window | |
| Exec=/usr/bin/Sublime\ Text\ 2/sublime_text | |
| TargetEnvironment=Unity |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment