Description of problem: /usr/share/themes/MurrinaEalm/gtk-2.0/gtkrc:47: Murrine configuration option "scrollbar_color" is no longer supported and will be ignored. This output is there also if hddtemp is called from a terminal. Applications parsing the output of hddtemp will fail, e.g. xfce4-sensors-plugin. Version-Release number of selected component (if applicable): gtk-murrine-engine-0.98.2-3.fc19.x86_64 How reproducible: yes Steps to Reproduce: 1. activate MurrinaEalm theme in Xfce 2. place xfce4-sensors-plugin onto a panel 3. restart panel: $ xfce4-panel -r Actual results: Redundant warning. Expected results: No warning. Additional info: Easily patchable by removing the scrollbar_color line from gtkrc: diff --git a/usr/share/themes/MurrinaEalm/gtk-2.0/gtkrc_ b/usr/share/themes/Murr index 5fd93e7..d426acb 100644 --- a/usr/share/themes/MurrinaEalm/gtk-2.0/gtkrc_ +++ b/usr/share/themes/MurrinaEalm/gtk-2.0/gtkrc @@ -44,7 +44,6 @@ style "theme-default" { menuitemstyle = 0 # 0 = flat, 1 = glassy, 2 glazestyle = 1 # 0 = flat hilight, 1 = curved hilight, 2 = concave style - scrollbar_color = "#F4DD97" contrast = 1.0 menubarstyle = 2 # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped menubaritemstyle = 1 # 0 = menuitem look, 1 = button look
$ grep -r scrollbar_color /usr/share/themes/Murrina* /usr/share/themes/MurrinaAquaIsh/gtk-2.0/gtkrc: scrollbar_color = "#93c1ff" /usr/share/themes/MurrinaCandy/gtk-2.0/gtkrc: scrollbar_color = "#c0d3e5" /usr/share/themes/MurrinaCappuccino/gtk-2.0/gtkrc: scrollbar_color = "#CCC7B3" /usr/share/themes/MurrinaEalm/gtk-2.0/gtkrc_: scrollbar_color = "#F4DD97" /usr/share/themes/MurrinaFancyCandy/gtk-2.0/gtkrc: scrollbar_color = "#A7BED5" /usr/share/themes/MurrinaLoveGray/gtk-2.0/gtkrc: scrollbar_color = "#e8e8e8" /usr/share/themes/MurrinaNeoGraphite/gtk-2.0/gtkrc: scrollbar_color = "#b2b2b2" /usr/share/themes/MurrinaVerdeOlivo/gtk-2.0/gtkrc: scrollbar_color = "#B4C994"
Workaround: # sed -i s/scrollbar_color/#\\0/ /usr/share/themes/Murrina*/gtk-2.0/gtkrc
Output from [rave@mother ~]$ mate-appearance-properties /usr/share/themes/MurrinaVerdeOlivo/gtk-2.0/gtkrc:45: Murrine configuration option "scrollbar_color" is no longer supported and will be ignored. /usr/share/themes/MurrinaCappuccino/gtk-2.0/gtkrc:41: Murrine configuration option "scrollbar_color" is no longer supported and will be ignored. /usr/share/themes/MurrinaCandy/gtk-2.0/gtkrc:46: Murrine configuration option "scrollbar_color" is no longer supported and will be ignored. /usr/share/themes/MurrinaFancyCandy/gtk-2.0/gtkrc:46: Murrine configuration option "scrollbar_color" is no longer supported and will be ignored. /usr/share/themes/MurrinaEalm/gtk-2.0/gtkrc:47: Murrine configuration option "scrollbar_color" is no longer supported and will be ignored. /usr/share/themes/MurrinaNeoGraphite/gtk-2.0/gtkrc:52: Murrine configuration option "scrollbar_color" is no longer supported and will be ignored. /usr/share/themes/MurrinaLoveGray/gtk-2.0/gtkrc:50: Murrine configuration option "scrollbar_color" is no longer supported and will be ignored. /usr/share/themes/MurrinaAquaIsh/gtk-2.0/gtkrc:50: Murrine configuration option "scrollbar_color" is no longer supported and will be ignored. Parts of the gtkrc's are broken, this should be fixed after it is obsolete in gtk2 for several years, imo directly in murrine upstream.
Thanks for the report and suggested patch, I'll build a fixed version as soon as I have some spare time. The warning should be harmless, if it's affecting anything else than printing the message, let me know -- that would suggest problems with code other than just using deprecated option in theme files...
Still broken! See bug #1089471.
*** Bug 1089471 has been marked as a duplicate of this bug. ***
gtk-murrine-engine-0.98.2-5.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/gtk-murrine-engine-0.98.2-5.fc20
gtk-murrine-engine-0.98.2-5.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/gtk-murrine-engine-0.98.2-5.fc19
Package gtk-murrine-engine-0.98.2-5.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing gtk-murrine-engine-0.98.2-5.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-5435/gtk-murrine-engine-0.98.2-5.fc20 then log in and leave karma (feedback).
gtk-murrine-engine-0.98.2-5.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report.
gtk-murrine-engine-0.98.2-5.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report.