I've encountered the following error after installing Sublimetext2 from source on my ubuntu machine. The error says
unable to run package setup with list of packages
in a dialog box when sublime text is opened.
The issue is because of missing permissions and to resolve the issue, run the below command.
sudo chown -R user-name /home/user-name/.config/sublime-text-2/
Posted by Sandheep to Sandheep's deck (2015-12-23 08:11)