(Modified 2013 Sep 23)
Murrine configuration warnings
for XFCE 4.10
On one of my computers, I'm using the Murrine-based theme XubuntuStudio. When I open an X-based program from the command line, I'd get an error:
/home/tapu/.themes/XubuntuStudio/gtk-2.0/gtkrc:73: Murrine configuration option "scrollbar_color" is no longer supported and will be ignored.
/home/tapu/.themes/XubuntuStudio/gtk-2.0/gtkrc:81: Murrine configuration option "hilight_ratio" will be deprecated in future releases. Please use "highlight_shade" instead.
To fix this, I commented out those lines from the file .gtkrc, i.e.:
# scrollbar_color = "#009bf9"
# hilight_ratio = 1.0 # set the amount of buttons or widgets hilight
The warning message didn't offer any suggestions for the former, but for the latter, I replaced the line with the following:
highlight_shade = 1.0 # set the amount of buttons or widgets hilight
I don't know if the values for highlight_shade mean the same as for hilight_ratio, but I didn't get that warning anymore, and my settings seem the same, if that counts for anything. I saw more information at Launchpad.net, but I didn't look very closely for my particular fix.
This page is Lynx-enhanced