Clearlooks configuration option is not supported and will be ignored
From FVue
Contents
Problem
When starting gvim from the command line, I receive these errors:
$ gvim /usr/share/themes/LegacyHuman/gtk-2.0/gtkrc:55: Clearlooks configuration option "sunkenmenu" is not supported and will be ignored. /usr/share/themes/LegacyHuman/gtk-2.0/gtkrc:56: Clearlooks configuration option "menuitemstyle" is not supported and will be ignored. /usr/share/themes/LegacyHuman/gtk-2.0/gtkrc:57: Clearlooks configuration option "listviewitemstyle" is not supported and will be ignored.
Environment
- Ubuntu 7.04 (just upgraded from Ubuntu 6.10)
Solution
Modify /usr/share/themes/LegacyHuman/gtk-2.0/gtkrc:
$ diff -u gtkrc.orig gtkrc
--- gtkrc.orig 2007-07-14 09:46:17.000000000 +0200
+++ gtkrc 2007-07-14 09:47:07.000000000 +0200
@@ -49,13 +49,6 @@
text[ACTIVE] = "#ffffff"
text[SELECTED] = "#ffffff"
text[INSENSITIVE] = "#b5b3ac"
-
-
- engine "clearlooks" {
- sunkenmenubar = 0
- menuitemstyle = 1
- listviewitemstyle = 1
- }
}
style "clearlooks-wide" = "clearlooks-default"
Advertisement