解决gedit warning问题

我在使用ubuntu11.04的时候,可能是我本本的问题,出现了N多问题,今天一一将其解决,感慨自己今天人品大爆发。。。

现在先说说解决gedit warning问题:

我在使用gedit打开文件的时候,会提示一堆的警告:

(gedit:9778): 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.LTBP3V': No such file or directory

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

(gedit:9778): 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.47P63V': No such file or directory

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

(gedit:9778): 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.MN6R3V': No such file or directory

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

根据上面的提示,以及网上查的资料,知道的怎么解决:

直接在terminal那边输入  sudo mkdir -p /root/.local/share/ 

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

(gedit:9778): 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.MN6R3V': No such file or directory

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

根据上面的提示,以及网上查的资料,知道的怎么解决:

直接在终端中输入:sudo mkdir -p /root/.local/share/ 

即可..呵呵,解决了问题之一。

你可能感兴趣的:(File,ubuntu,Terminal,终端,permissions)