I'm using Sublime Text 3 on Ubuntu 13.04. But the second time an error with menu items and plugins, both not carry occurred.
Example, in the picture below there are two errors, menu itens and a plugin (in this case, SideBarEnhancements).
p.s: my pastes in .config
of Sublime Text 3 are with permission to my user.
This is a bit of a drastic solution, but try running the following after quitting Sublime:
You're going to have to set up all your preferences and plugins again, but backing up the
Packages/User
folder will help with that.If even that doesn't work, you'll have to reinstall Sublime. The best way is to download the appropriate Ubuntu
.deb
file, then install it withreplacing the file name with the one you downloaded.
I'm not sure exactly what is happening, but something is seriously messed up. Make sure that when you run Sublime again for the first time after following the steps above that you do it as your regular user, not using
sudo
.Good luck!