Bug 1046757
Summary: | Murrine configuration option "scrollbar_color" is no longer supported and will be ignored. | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Raphael Groner <projects.rg> |
Component: | gtk-murrine-engine | Assignee: | Martin Sourada <martin.sourada> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | low | Docs Contact: | |
Priority: | unspecified | ||
Version: | 20 | CC: | martin.sourada, metherid, raveit65.sun |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | gtk-murrine-engine-0.98.2-5.fc20 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-04-23 04:35:15 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Raphael Groner
2013-12-26 22:59:00 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" 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. |