[Bug 1016856] New: libmateweather1 applet does not load weather data
http://bugzilla.opensuse.org/show_bug.cgi?id=1016856 Bug ID: 1016856 Summary: libmateweather1 applet does not load weather data Classification: openSUSE Product: openSUSE Distribution Version: Leap 42.1 Hardware: x86-64 OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: X.Org Assignee: xorg-maintainer-bugs@forge.provo.novell.com Reporter: grant.marcroft@suse.com QA Contact: xorg-maintainer-bugs@forge.provo.novell.com Found By: --- Blocker: --- The weather applet for the MATE Desktop Environment does not pull any weather data because the server it was compiled to query for weather data isn't online any more. I found this solution on the Ubuntu forums after some searching. http://askubuntu.com/questions/817083/my-weather-widget-is-not-working Line 525 of SOURCE/libmateweather-1.10.0/libmateweather/weather-metar.c } else if (!strstr (msg->response_body->data, "National Weather Service")) { Should be changed to } else if (!strstr (msg->response_body->data, "AVIATION WEATHER CENTER")) { And the GET request on lines 553 and 554 should be updated from http://weather.noaa.gov/mgetmetar.php?cccc=<code> to http://aviationweather.gov/metar/data?ids=<code> Line 552 of SOURCE/libmateweather-1.10.0/libmateweather/weather-metar.c msg = soup_form_request_new ( "GET", "http://weather.noaa.gov/mgetmetar.php", "cccc", loc->code, NULL); Should be changed to msg = soup_form_request_new ( "GET", "http://aviationweather.gov/metar/data", "ids", loc->code, NULL); After recompiling the libmateweather package and installing the new RPMs, the widget pulls weather data again. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1016856 http://bugzilla.opensuse.org/show_bug.cgi?id=1016856#c1 Max Staudt <mstaudt@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|X.Org |GNOME Assignee|xorg-maintainer-bugs@forge. |bnc-team-gnome@forge.provo. |provo.novell.com |novell.com QA Contact|xorg-maintainer-bugs@forge. |qa-bugs@suse.de |provo.novell.com | --- Comment #1 from Max Staudt <mstaudt@suse.com> --- Ooookay, this is a bug that happens in a graphical application, but it's not an issue with the graphical subsystem. So it's in the wrong category. Reassigning to GNOME team. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1016856 Bjørn Lie <zaitor@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zaitor@opensuse.org Component|GNOME |Other Assignee|bnc-team-gnome@forge.provo. |bnc-team-screening@forge.pr |novell.com |ovo.novell.com -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1016856 Bjørn Lie <zaitor@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC|zaitor@opensuse.org | -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1016856 Bjørn Lie <zaitor@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|bnc-team-screening@forge.pr |p.drouand@gmail.com |ovo.novell.com | -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1016856 Denisart Benjamin <p.drouand@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|p.drouand@gmail.com |sor.alexei@meowr.ru -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1016856 http://bugzilla.opensuse.org/show_bug.cgi?id=1016856#c5 Alexei Sorokin <sor.alexei@meowr.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #5 from Alexei Sorokin <sor.alexei@meowr.ru> --- An update with the fix is issued, so… closing :-). -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com