概述
我在使用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/
即可..呵呵,解决了问题之一。
最后
以上就是诚心人生为你收集整理的解决gedit warning问题的全部内容,希望文章能够帮你解决解决gedit warning问题所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
发表评论 取消回复