Pages

Pluma recently-used.xbel

At launch and shutdown Pluma throws a couple of instances of the following error when used with sudo to edit 'root' files:

Gtk-WARNING **: Attempting to set the permissions of `/root/.local/share/recently-used.xbel',
 but failed: No such file or directory


A quick use of mkdir fixes it:

sudo mkdir /root/.local/
sudo mkdir /root/.local/share