Package: awn-applets-python-core
Version: 0.4.0-3
Severity: normal

When the Weather applet is in use in AWN, it broadcasts a "Network error
in Weather" notification on every update. There's more information about
this problem which also applies to Debian in the ubuntu forums:

http://ubuntuforums.org/showthread.php?t=1704685

They've isolated the problem to the satellite map code. One fix is to simply
comment out the notification:

--- /usr/share/avant-window-navigator/applets/weather/weather.orig      
2011-03-23 09:17:27.394130756 -0400
+++ /usr/share/avant-window-navigator/applets/weather/weather.py        
2011-03-23 09:17:42.766463135 -0400
@@ -239,7 +239,7 @@
     def network_error_cb(self, e, tb):
         if type(e) is NetworkException:
             print "Error in Weather:", e
-            self.notification.show()
+            #self.notification.show()
         else:
             self.applet.errors.set_error_icon_and_click_to_restart()
             self.applet.errors.general(e, traceback=tb, callback=gtk.main_quit)

I've confirmed this works, although the ideal solution would likely be to
merge the updated code from upstream which is also reported to fix this issue.

-- System Information:
Debian Release: 6.0.1
  APT prefers squeeze-updates
  APT policy: (500, 'squeeze-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/6 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages awn-applets-python-core depends on:
ii  avant-window-navigator  0.4.0-2          A MacOS X like panel for GNOME
ii  awn-applets-common      0.4.0-3          A collection of applets for avant-
ii  gconf2                  2.28.1-6         GNOME configuration database syste
ii  python                  2.6.6-3+squeeze6 interactive high-level object-orie
ii  python-awn              0.4.0-2          Python bindings for avant-window-n
ii  python-awn-extras       0.4.0-3          Python bindings for avant-window-n

Versions of packages awn-applets-python-core recommends:
ii  awn-settings            0.4.0-2          A preferences manager for avant-wi
ii  fortune-mod [fortune]   1:1.99.1-4       provides fortune cookies on demand
ii  gnome-applets           2.30.0-3         Various applets for the GNOME pane
ii  hal                     0.5.14-3         Hardware Abstraction Layer
ii  python                  2.6.6-3+squeeze6 interactive high-level object-orie
ii  python-dateutil         1.4.1-3          powerful extensions to the standar
ii  python-feedparser       4.1-14           Universal Feed Parser for Python
ii  python-gnomedesktop     2.30.0-4         Python bindings for the GNOME desk
ii  python-gst0.10          0.10.19-1        generic media-playing framework (P
ii  python-gweather         2.30.3-1         Python bindings for GWeather
ii  python-notify           0.1.1-2+b2       Python bindings for libnotify
ii  python-pyinotify        0.8.9-1          simple Linux inotify Python bindin
ii  python-rsvg             2.30.0-4         Python bindings for the RSVG libra
ii  python-simplejson       2.1.1-1          simple, fast, extensible JSON enco
ii  python-xklavier         0.3-1            Python binding for libxklavier, a 

Versions of packages awn-applets-python-core suggests:
ii  awn-applets-python-extras     0.4.0-3    A collection of extras applets for

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to