I downloaded sublime text 2, unpacked it to /opt/sublime
and created a link of /opt/sublime/sublime_text
(executable) in /usr/bin
so now I can just call it by typing "sublime
" in console.
But it's not appeared in applications list: if I type sublime there, it won't be shown. Only if type sublime_text
, I will see it. But there is more: when I click on it, it won't launch, nothing won't happen at all!
Besides, if I lock it Launcher
, I won't be able to launch it: I close it, when I click on it on the Launcher
panel, but it doesn't launch and nothing happens!
Why is that happening?
/opt/Sublime\ Text\ 2/sublime_text
? – Torcellite Dec 27 '13 at 05:21EXEC
key when value is quoted.Also can see here. BTW the escape sequence for space indesktop
file is\s
– Web-E Dec 28 '13 at 05:36