Bug 1046757 - Murrine configuration option "scrollbar_color" is no longer supported and will be ignored.
Summary: Murrine configuration option "scrollbar_color" is no longer supported and wil...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: gtk-murrine-engine
Version: 20
Hardware: x86_64
OS: Linux
unspecified
low
Target Milestone: ---
Assignee: Martin Sourada
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
: 1089471 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-26 22:59 UTC by Raphael Groner
Modified: 2015-01-05 07:42 UTC (History)
3 users (show)

Fixed In Version: gtk-murrine-engine-0.98.2-5.fc20
Clone Of:
Environment:
Last Closed: 2014-04-23 04:35:15 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1089471 0 unspecified CLOSED Murrine themes break xfce4-sensors-plugin 2021-02-22 00:41:40 UTC

Internal Links: 1089471

Description Raphael Groner 2013-12-26 22:59:00 UTC
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

Comment 1 Raphael Groner 2014-01-01 17:40:35 UTC
$ 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"

Comment 2 Raphael Groner 2014-01-01 17:57:05 UTC
Workaround:

# sed -i s/scrollbar_color/#\\0/ /usr/share/themes/Murrina*/gtk-2.0/gtkrc

Comment 3 Wolfgang Ulbrich 2014-01-01 18:33:15 UTC
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.

Comment 4 Martin Sourada 2014-01-10 10:44:32 UTC
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...

Comment 5 Raphael Groner 2014-04-19 11:13:56 UTC
Still broken! See bug #1089471.

Comment 6 Raphael Groner 2014-04-19 11:14:12 UTC
*** Bug 1089471 has been marked as a duplicate of this bug. ***

Comment 7 Fedora Update System 2014-04-20 20:24:22 UTC
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

Comment 8 Fedora Update System 2014-04-20 20:25:05 UTC
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

Comment 9 Fedora Update System 2014-04-21 07:09:00 UTC
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).

Comment 10 Fedora Update System 2014-04-23 04:35:15 UTC
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.

Comment 11 Fedora Update System 2015-01-05 07:42:30 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.