Sublime Forum

Broken ST3 Icon

#1

This was part of this post:

The projects side and associated theme has been solved, but my ST3 icon is still doesn’t work.
Am running linux Mint MATE 17.1 and currently just have a link to ST3, which means I can’t drag anything on to it to open (folder, file, maybe there’s some other functionality I don’t know about being a noob)
@An_dz posted a fix, but no success there:

And if you need a working desktop file here’s my sublime-text.desktop (put it under /usr/share/applications ):

[Desktop Entry]
Version=1.0
Type=Application
Name=Sublime Text
GenericName=Text Editor
Comment=Sophisticated text editor for code, markup and prose
Exec=/opt/sublime_text/sublime_text %F
Terminal=false
MimeType=text/plain;
Icon=sublime-text
Categories=TextEditor;Development;
StartupNotify=true
Actions=Window;Document;

[Desktop Action Window]
Name=New Window
Exec=/opt/sublime_text/sublime_text -n
OnlyShowIn=Unity;

[Desktop Action Document]
Name=New File
Exec=/opt/sublime_text/sublime_text --command new_file
OnlyShowIn=Unity;

It was probably me who broke it in the setup, so it isn’t urgent, but if someone could lend a hand it’d be much appreciated. It would also make my desktop look prettier too
:hibiscus::sunflower::tropical_fish::spider::evergreen_tree::grapes::candy: it needs prettifying !
Lozminda

0 Likes