美文网首页
Error parsing key “overrides” in

Error parsing key “overrides” in

作者: 东京的雨不会淋湿首尔 | 来源:发表于2020-03-10 18:28 被阅读0次

Error parsing key “overrides” in schema “org.gnome.settings-daemon.plugins.xsettings” as specified in override file “/usr/share/glib-2.0/schemas/50_sogoupinyin.gschema.override”: 1:expected value. Ignoring override for this key.

今天安装搜狗拼音遇到这样一个错误
解决办法如下:

 sudo nano /usr/share/glib-2.0/schemas/50_sogoupinyin.gschema.override

change the line of overrides:

overrides=Gtk/IMModule:<fcitx>

change to:

overrides={'Gtk/IMModule':<'fcitx'>}

then save file and run

sudo glib-compile-schemas /usr/share/glib-2.0/schemas/

then reboot

相关文章

网友评论

      本文标题:Error parsing key “overrides” in

      本文链接:https://www.haomeiwen.com/subject/pdegdhtx.html