Gedit Warning Solution

来源:互联网 发布:程序员一个月工资 编辑:程序博客网 时间:2024/05/16 07:55

When you use gedit, maybe you will get this kind of warnning.

(gedit:4748): Gtk-WARNING **: Attempting to store changes into `/root/.local/share/recently-used.xbel', but failed: Failed to create file '/root/.local/share/recently-used.xbel.1ZUZZV': No such file or directory


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

(gedit:4748): Gtk-WARNING **: Attempting to store changes into `/root/.local/share/recently-used.xbel', but failed: Failed to create file '/root/.local/share/recently-used.xbel.BN13ZV': No such file or directory

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

(gedit:4748): Gtk-WARNING **: Attempting to store changes into `/root/.local/share/recently-used.xbel', but failed: Failed to create file '/root/.local/share/recently-used.xbel.Q0E9ZV': No such file or directory

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


Solution:

open terminal and type

sudo mkdir -p /root/.local/share/


原创粉丝点击