ports/editors/linux-sublime-text4/files/patch-sublime_text.desktop
Eric Turgeon 27a7739b64 editors/linux-sublime-text4: updated to 4118
renamed sublime-text4 to linux-sublime-text4
2021-10-18 20:43:04 -03:00

24 lines
670 B
Desktop File

--- sublime_text.desktop.orig 2021-09-29 05:18:37 UTC
+++ sublime_text.desktop
@@ -4,20 +4,9 @@ Type=Application
Name=Sublime Text
GenericName=Text Editor
Comment=Sophisticated text editor for code, markup and prose
-Exec=/opt/sublime_text/sublime_text %F
+Exec=sublime_text %F
Terminal=false
MimeType=text/plain;
Icon=sublime-text
Categories=TextEditor;Development;
StartupNotify=true
-Actions=new-window;new-file;
-
-[Desktop Action new-window]
-Name=New Window
-Exec=/opt/sublime_text/sublime_text --launch-or-new-window
-OnlyShowIn=Unity;
-
-[Desktop Action new-file]
-Name=New File
-Exec=/opt/sublime_text/sublime_text --command new_file
-OnlyShowIn=Unity;