Line 0
Link Here
|
|
|
1 |
--- sublime_text.desktop.orig 2014-08-27 |
2 |
+++ sublime_text.desktop |
3 |
@@ -4,20 +4,9 @@ |
4 |
Name=Sublime Text |
5 |
GenericName=Text Editor |
6 |
Comment=Sophisticated text editor for code, markup and prose |
7 |
-Exec=/opt/sublime_text/sublime_text %F |
8 |
+Exec=/usr/local/bin/sublime %F |
9 |
Terminal=false |
10 |
MimeType=text/plain; |
11 |
Icon=sublime-text |
12 |
Categories=TextEditor;Development; |
13 |
StartupNotify=true |
14 |
-Actions=Window;Document; |
15 |
- |
16 |
-[Desktop Action Window] |
17 |
-Name=New Window |
18 |
-Exec=/opt/sublime_text/sublime_text -n |
19 |
-OnlyShowIn=Unity; |
20 |
- |
21 |
-[Desktop Action Document] |
22 |
-Name=New File |
23 |
-Exec=/opt/sublime_text/sublime_text --command new_file |
24 |
-OnlyShowIn=Unity; |