Here's the problem: Everytime I close gedit all of my own (LaTeX)snippets are lost when I launch it for the next time. Default snippets are still available and working.
What I tried so far:
- Restart my computer (I know, this is crude, but sometimes it helps.)
- Re-install gedit-plugins (apt-get purge for removal, even cruder.)
- Export my own snippets within the "manage snippets menu" and import them. The reimport didn't work. I can point the tar.gz an click on "open" but nothing happens.
I'm using Ubuntu 14.04 LTS on a Core i5.
Thanks in advance, Markus
I had the same problem and found out that
~/.config/gedit
is not enabled for writing. So you have two options.This is cumbersome, but you could always start
gedit
as super user via terminalsudo -b gedit
.You can change the permissions of
~/.config/gedit
and all of its contents:sudo chmod -R 760 ~/.config/gedit
Already tried to reinstall gedit or the latex plugin?
Install (if already it isn't) the synaptic package manager using this commands:
Then run synaptic and type in the search box for gedit, right click in the package name an click on "mark for reinstallation". Do the same with the latex plugin and then apply.