问题:Ubuntu用sudo gedit打开文件编辑保存后会出现如下提示:
(gedit:26742): Gtk-WARNING **: Attempting to store changes into `/root/.local/share/recently-used.xbel', but failed: 创建文件“/root/.local/share/recently-used.xbel.D2BO6V”失败:没有那个文件或目录
(gedit:26742): Gtk-WARNING **: Attempting to set the permissions of `/root/.local/share/recently-used.xbel', but failed: 没有那个文件或目录
在终端执行命令:sudo mkdir -p /root/.local/share 即可解决。具体原因未知,似乎是和root权限有关。
关于Ubuntu12.04下gedit不能使用中文输入法的问题:http://www.linuxdiyf.com/linux/14987.html
ubuntu自带的gedit编辑器添加Markdown预览插件:http://www.linuxdiyf.com/linux/13761.html
一条命令安装Gedit插件包:http://www.linuxdiyf.com/linux/9944.html
Ubuntu中gedit中插件的安装之代码折叠插件:http://www.linuxdiyf.com/linux/9009.html
Ubuntu下Gedit打开Windows记事本.txt文件乱码解决:http://www.linuxdiyf.com/linux/11761.html