终端配置
gsettings set org.gnome.gedit.preferences.encodings auto-detected "['UTF-8', 'GB18030', 'GB2312', 'GBK', 'BIG5', 'CURRENT', 'UTF-16']"
gsettings set org.gnome.gedit.preferences.encodings shown-in-menu "['UTF-8', 'GB18030', 'GB2312', 'GBK', 'BIG5', 'CURRENT', 'UTF-16']"
使用dconf-tools工具进行配置
yum install dconf-tools,然后运行dconf-editor(ctrl+f2),依次点开→org→gnome→gedit→preferences→encodings设置如上即可
本条目发布于[2014年8月5日](https://c4ys.com/archives/299 "13:46")。属于[Linux](Tools(https://c4ys.com/archives/category/tools)分类,被贴了 [gedit](https://c4ys.com/archives/tag/gedit) 标签。