我在windows界面样式渲染方面有一些小问题。请看下面的照片。我尝试过重新安装所有的gtk*包,但是没有帮助。我在最新的稳定内核上使用XFCE 4.12de运行最新的Fedora。这并不是在所有的gui应用程序中都会发生。

如果我从终端运行filezilla,它会输出错误,如
(filezilla:22233): Gtk-WARNING **: Theme parsing error: gtk.css:31:10: The 'engine' property is ignored
(filezilla:22233): Gtk-WARNING **: Theme parsing error: gtk.css:33:23: Custom CSS properties are no longer supported.
(filezilla:22233): Gtk-WARNING **: Theme parsing error: gtk.css:34:22: Custom CSS properties are no longer supported.
(filezilla:22233): Gtk-WARNING **: Theme parsing error: gtk.css:51:39: The style property GtkWidget:focus-line-width is deprecated and shouldn't be used anymore. It will be removed in a future version
(filezilla:22233): Gtk-WARNING **: Theme parsing error: gtk.css:52:39: The style property GtkWidget:focus-padding is deprecated and shouldn't be used anymore. It will be removed in a future version
(filezilla:22233): Gtk-WARNING **: Theme parsing error: gtk.css:53:39: The style property GtkWidget:interior-focus is deprecated and shouldn't be used anymore. It will be removed in a future version
(filezilla:22233): Gtk-WARNING **: Theme parsing error: gtk.css:68:13: The :insensitive pseudo-class is deprecated. Use :disabled instead.
(filezilla:22233): Gtk-WARNING **: Theme parsing error: gtk.css:99:17: The :insensitive pseudo-class is deprecated. Use :disabled instead.
(filezilla:22233): Gtk-WARNING **: Theme parsing error: gtk.css:99:37: The :insensitive pseudo-class is deprecated. Use :disabled instead.
(filezilla:22233): Gtk-WARNING **: Theme parsing error: gtk.css:125:36: The :insensitive pseudo-class is deprecated. Use :disabled instead.
(filezilla:22233): Gtk-WARNING **: Theme parsing error: gtk.css:149:23: The :insensitive pseudo-class is deprecated. Use :disabled instead.你能带我去哪里找吗?到目前为止我什么都没找到。
发布于 2017-03-04 10:25:06
通过将主题转换为较新的版本解决了问题。
https://unix.stackexchange.com/questions/346837
复制相似问题