Your message dated Mon, 24 Dec 2012 23:17:27 +0000 with message-id <[email protected]> and subject line Bug#451957: fixed in pygmy 0.48-4 has caused the Debian Bug report #451957, regarding Right-click on tray icon gives error message to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 451957: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=451957 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: pygmy Version 0.48-3 This bug where reported from a Ubuntu bug report, but the problem is still alive on debian unstable. After there's the patch from the ubuntu package. Starting pygmy in a terminal window, and right-clicking on the tray icon from pygmy will show the following error message in the terminal: Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/pygmy.py", line 1349, in _motion_cb self._remove_timer() File "/usr/lib/python2.4/site-packages/pygmy.py", line 1363, in _remove_timer gobject.source_remove(self.timer_tag) TypeError: an integer is required pygmy still works, at least I didnt notice anything peculier. Thanks. -- -gaspa- ----------------------------------------------- -------- https://launchpad.net/~gaspa --------- ------ HomePage: iogaspa.altervista.org ------- -Il lunedi'dell'arrampicatore: www.lunedi.org -diff -u pygmy-0.48/debian/changelog pygmy-0.48/debian/changelog --- pygmy-0.48/debian/changelog +++ pygmy-0.48/debian/changelog @@ -1,3 +1,9 @@ +pygmy (0.48-4) hardy; urgency=low + + * Right-click on tray icon gives error message + + -- Andrea Gasparini <[email protected]> Mon, 19 Nov 2007 14:21:50 +0100 + pygmy (0.48-3) unstable; urgency=low * Corrected watch file (Closes: #449982) only in patch2: unchanged: --- pygmy-0.48.orig/pygmy.py +++ pygmy-0.48/pygmy.py @@ -1360,8 +1360,9 @@ def _remove_timer(self): self.hide() - gobject.source_remove(self.timer_tag) - self.timer_tag = None + if self.timer_tag != None: + gobject.source_remove(self.timer_tag) + self.timer_tag = None # from gtktooltips.c:gtk_tooltips_paint_window def _on__expose_event(self, window, event):
--- End Message ---
--- Begin Message ---Source: pygmy Source-Version: 0.48-4 We believe that the bug you reported is fixed in the latest version of pygmy, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Frank Lichtenheld <[email protected]> (supplier of updated pygmy package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Mon, 24 Dec 2012 23:54:17 +0100 Source: pygmy Binary: pygmy Architecture: source all Version: 0.48-4 Distribution: unstable Urgency: low Maintainer: Debian QA Group <[email protected]> Changed-By: Frank Lichtenheld <[email protected]> Description: pygmy - PyGTK client for the Music Player Daemon (MPD) Closes: 451957 475846 485328 Changes: pygmy (0.48-4) unstable; urgency=low . * QA upload. * Change maintainer to QA Group * debian/ cleanup: - migrate to dh_python2 - use dh and increase compat level to 9 * Apply Ubuntu patch - Recommend python-eggtrayicon rather than python-gnome2-extras. The latter package has been split and no longer exists. Closes: #485328 - pygmy.py: Applied patch to fix TypeError on tray icon right-click Closes: #451957 * Change mpd from Recommends to Suggests/Enhances to make it consistent with other mpd clients. Closes: #475846 Checksums-Sha1: da97e577deb28d143b908058cac972b36230dd0a 993 pygmy_0.48-4.dsc b70b24641932e5475b70511eea96f16bcc46ee3a 2995 pygmy_0.48-4.diff.gz e8dbf74314f8ed2f505161c156069f5562af0bed 38216 pygmy_0.48-4_all.deb Checksums-Sha256: 430781541ee147f52886ea42f3ce901201cfa504c1065ddc92de9781b0d61a13 993 pygmy_0.48-4.dsc 73958d7a006c07c69563bf90a884d78925b33ad76a9f4ad70a4148841178d0b0 2995 pygmy_0.48-4.diff.gz a875faec04f08dccf6905dda22bb6685214446b0629d9ba21994ce3979f5f911 38216 pygmy_0.48-4_all.deb Files: ddb5e21ef0e407dc67363fc2541542c1 993 sound optional pygmy_0.48-4.dsc 0d69378ae16aa63a7fb8f8d447048e76 2995 sound optional pygmy_0.48-4.diff.gz e96dca3630944c9939c885921131ead8 38216 sound optional pygmy_0.48-4_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iEYEARECAAYFAlDY4DwACgkQQbn06FtxPfC2FQCguJ/v2tlwszBOCxjCOFruRjVB n4MAoPrwMTrOPtM3+RpVasALhrNcpkax =ksvx -----END PGP SIGNATURE-----
--- End Message ---

