How do I install Sublime Text 2?
Posted
by
Michael Gruber
on Ask Ubuntu
See other posts from Ask Ubuntu
or by Michael Gruber
Published on 2012-08-06T18:27:50Z
Indexed on
2012/11/13
17:18 UTC
Read the original article
Hit count: 369
I installed Sublime Text 2 on 12.04 as per this tutorial.
However I don't have adequate permissions when launching the program from the Unity launcher. For example I cannot install packages, or if I add a folder to the sidebar when I close Sublime and reopen, the folder is no longer listed. If I run sudo sublime
in the terminal all changes remain after closing.
I've tried chown-ing the Sublime Text 2 folder in usr/lib
sudo chown -R mylogin:mylogin /usr/lib/"Sublime Text 2"
but this seemed to have no effect.
© Ask Ubuntu or respective owner