Bug 983194
| Summary: | Changing scrollbox font colour in the XFCE Weather Plugin is not persistent after a session | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | lu.error | ||||
| Component: | xfce4-weather-plugin | Assignee: | Christoph Wickert <christoph.wickert> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 19 | CC: | christoph.wickert, kevin, lu.error, zyx1984 | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | xfce4-weather-plugin-0.8.3-8.fc21 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-11-01 16:40:47 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: | |||||||
| Attachments: |
|
||||||
|
Description
lu.error
2013-07-10 16:56:09 UTC
The same thing happens on Fedora 20 with xfce4-weather-plugin-0.8.3-2 I found a solution. In Arch and Ubuntu this package was patched long time ago, but in Fedora still there are no patch for this bug, it is very sadly. Created attachment 886902 [details]
patch that applies color change in plugin after reboot
this patch I will send to the developers of xfce
Fix color parsing when reading config file. This turned out to be a stupid copy & paste mistake. http://git.xfce.org/panel-plugins/xfce4-weather-plugin/commit/panel-plugin/weather.c?id=462e85d http://git.xfce.org/panel-plugins/xfce4-weather-plugin/patch/panel-plugin/weather.c?id=462e85d From 462e85dfd54e9a3bdf6c330c602a6545bccce585 Mon Sep 17 00:00:00 2001 From: Harald Judt <h.judt> Date: Wed, 20 Feb 2013 15:25:09 +0100 Subject: Fix color parsing when reading config file. This turned out to be a stupid copy & paste mistake. diff --git a/panel-plugin/weather.c b/panel-plugin/weather.c index 710c33c..4a2e3c3 100644 --- a/panel-plugin/weather.c +++ b/panel-plugin/weather.c @@ -884,7 +884,7 @@ xfceweather_read_config(XfcePanelPlugin *plugin, value = xfce_rc_read_entry(rc, "scrollbox_color", NULL); if (value) - gdk_color_parse("#rrrrggggbbbb", &(data->scrollbox_color)); + gdk_color_parse(value, &(data->scrollbox_color)); data->scrollbox_use_color = xfce_rc_read_bool_entry(rc, "scrollbox_use_color", FALSE); -- cgit v0.10.1 Fenzi, care to pick this one too? Sure. Sorry I missed it when pushing out the api thing. xfce4-weather-plugin-0.8.3-8.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/xfce4-weather-plugin-0.8.3-8.fc21 Package xfce4-weather-plugin-0.8.3-8.fc21: * should fix your issue, * was pushed to the Fedora 21 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing xfce4-weather-plugin-0.8.3-8.fc21' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-13236/xfce4-weather-plugin-0.8.3-8.fc21 then log in and leave karma (feedback). xfce4-weather-plugin-0.8.3-8.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report. |