Error parsing key “overrides” in
2020-03-10 本文已影响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