Sublime 烦人的错误报告

Sublime 烦人的错误报告

这是我的构建系统:

{
    "cmd": ["gnome-terminal -e 'bash -c \"python -i -u $file;bash\"'"],
    "shell": true
}

由于某些恼人的原因,当我使用 Sublime 3 时,在其底部的空间中出现此错误:

(gnome-terminal:8262): GLib-GIO-CRITICAL **: g_settings_get: the format string may not contain '&' (key 'monospace-font-name' from schema 'org.gnome.desktop.interface'). This call will probably stop working with a future version of glib.
[Finished in 4.8s]

有什么建议可以阻止它吗?

答案1

尝试安装unity-gtk3-module。它帮助了互联网上的一些人。

相关内容