我在使用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/
即可..呵呵,解决了问题之一。
本文介绍了在Ubuntu 11.04系统中使用Gedit文本编辑器时出现的一系列警告信息,并提供了解决方案,通过在终端创建指定目录来消除这些警告。
1176

被折叠的 条评论
为什么被折叠?



