Your message dated Sun, 11 Sep 2005 08:47:04 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#324493: fixed in gajim 0.8.2-1 has caused the attached Bug report 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 I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 22 Aug 2005 12:32:57 +0000 >From [EMAIL PROTECTED] Mon Aug 22 05:32:57 2005 Return-path: <[EMAIL PROTECTED]> Received: from net1.wur.nl [137.224.248.101] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1E7BU1-0006Qg-00; Mon, 22 Aug 2005 05:32:57 -0700 Received: from localhost (scomp1010.wur.nl [137.224.18.66]) by net1.wur.nl (Postfix) with ESMTP id B837833E6B; Mon, 22 Aug 2005 14:31:22 +0200 (CEST) Received: from net1.wur.nl ([137.224.248.101]) by localhost (scomp1010.wur.nl [137.224.18.66]) (amavisd-new, port 10024) with ESMTP id 04956-02; Mon, 22 Aug 2005 14:32:23 +0200 (CEST) Received: from localhost (atv-pre-02050.wur.nl [137.224.32.204]) by net1.wur.nl (Postfix) with ESMTP id D4CF733E69; Mon, 22 Aug 2005 14:31:19 +0200 (CEST) Received: from hylke by localhost with local (Exim 4.52) id 1E7AWM-0001t4-U3; Mon, 22 Aug 2005 13:31:18 +0200 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Hylke van der Schaaf <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: gajim can't open chatwindow, gives python errors on the console X-Mailer: reportbug 3.15 Date: Mon, 22 Aug 2005 13:31:18 +0200 Message-Id: <[EMAIL PROTECTED]> X-Virus-Scanned: by amavisd-new at WUR-vscan2 Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 Package: gajim Version: 0.8-1 Severity: grave Justification: renders package unusable I just upgraded gajim in unstable. When clicking the roster to open a chatwindow, gajim gives python errors on the console and does not open the chatwindow. This happens when clicking the blue popup when you receive a message, when you click the roster to read a received message, and when clicking the roster to start a conversation. Console output: Traceback (most recent call last): File "/usr/share/gajim/src/dialogs.py", line 916, in on_popup_notification_window_button_press_event self.plugin.roster.new_chat(contact, self.account) File "/usr/share/gajim/src/roster_window.py", line 1357, in new_chat self.plugin.windows[account]['chats']['tabbed'] = \ File "/usr/share/gajim/src/tabbed_chat_window.py", line 56, in __init__ self.new_user(user) File "/usr/share/gajim/src/tabbed_chat_window.py", line 381, in new_user self.draw_widgets(contact) File "/usr/share/gajim/src/tabbed_chat_window.py", line 135, in draw_widgets self.draw_name_banner(contact) File "/usr/share/gajim/src/tabbed_chat_window.py", line 188, in draw_name_banner self.paint_banner(jid) File "/usr/share/gajim/src/chat.py", line 1207, in paint_banner self.xmls[jid].get_widget('banner_eventbox').modify_bg( TypeError: color_parse() argument 1 must be string, not None Traceback (most recent call last): File "/usr/share/gajim/src/dialogs.py", line 916, in on_popup_notification_window_button_press_event self.plugin.roster.new_chat(contact, self.account) File "/usr/share/gajim/src/roster_window.py", line 1357, in new_chat self.plugin.windows[account]['chats']['tabbed'] = \ File "/usr/share/gajim/src/tabbed_chat_window.py", line 56, in __init__ self.new_user(user) File "/usr/share/gajim/src/tabbed_chat_window.py", line 381, in new_user self.draw_widgets(contact) File "/usr/share/gajim/src/tabbed_chat_window.py", line 135, in draw_widgets self.draw_name_banner(contact) File "/usr/share/gajim/src/tabbed_chat_window.py", line 188, in draw_name_banner self.paint_banner(jid) File "/usr/share/gajim/src/chat.py", line 1207, in paint_banner self.xmls[jid].get_widget('banner_eventbox').modify_bg( TypeError: color_parse() argument 1 must be string, not None Traceback (most recent call last): File "/usr/share/gajim/src/dialogs.py", line 916, in on_popup_notification_win dow_button_press_event self.plugin.roster.new_chat(contact, self.account) File "/usr/share/gajim/src/roster_window.py", line 1357, in new_chat self.plugin.windows[account]['chats']['tabbed'] = \ File "/usr/share/gajim/src/tabbed_chat_window.py", line 56, in __init__ self.new_user(user) File "/usr/share/gajim/src/tabbed_chat_window.py", line 381, in new_user self.draw_widgets(contact) File "/usr/share/gajim/src/tabbed_chat_window.py", line 135, in draw_widgets self.draw_name_banner(contact) File "/usr/share/gajim/src/tabbed_chat_window.py", line 188, in draw_name_banner self.paint_banner(jid) File "/usr/share/gajim/src/chat.py", line 1207, in paint_banner self.xmls[jid].get_widget('banner_eventbox').modify_bg( TypeError: color_parse() argument 1 must be string, not None Traceback (most recent call last): File "/usr/share/gajim/src/roster_window.py", line 1631, in on_roster_treeview_row_activated self.new_chat(c, account) File "/usr/share/gajim/src/roster_window.py", line 1357, in new_chat self.plugin.windows[account]['chats']['tabbed'] = \ File "/usr/share/gajim/src/tabbed_chat_window.py", line 56, in __init__ self.new_user(user) File "/usr/share/gajim/src/tabbed_chat_window.py", line 381, in new_user self.draw_widgets(contact) File "/usr/share/gajim/src/tabbed_chat_window.py", line 135, in draw_widgets self.draw_name_banner(contact) File "/usr/share/gajim/src/tabbed_chat_window.py", line 188, in draw_name_banner self.paint_banner(jid) File "/usr/share/gajim/src/chat.py", line 1207, in paint_banner self.xmls[jid].get_widget('banner_eventbox').modify_bg( TypeError: color_parse() argument 1 must be string, not None -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (990, 'unstable'), (500, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.12.4 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8) Versions of packages gajim depends on: ii libaspell15 0.60.3-5 GNU Aspell spell-checker runtime l ii libatk1.0-0 1.10.1-2 The ATK accessibility toolkit ii libc6 2.3.5-4 GNU C Library: Shared libraries an ii libglib2.0-0 2.8.0-1 The GLib library of C routines ii libgtk2.0-0 2.6.9-1 The GTK+ graphical user interface ii libgtkspell0 2.0.10-3 a spell-checking addon for GTK's T ii libpango1.0-0 1.8.2-1 Layout and rendering of internatio ii libx11-6 6.8.2.dfsg.1-5 X Window System protocol client li ii libxext6 6.8.2.dfsg.1-5 X Window System miscellaneous exte ii libxss1 6.8.2.dfsg.1-5 X Screen Saver client-side library ii python 2.3.5-3 An interactive high-level object-o ii python-glade2 2.6.2-1 GTK+ bindings: Glade support ii python-gtk2 2.6.2-1 Python bindings for the GTK+ widge ii xlibs 6.8.2.dfsg.1-5 X Window System client libraries m gajim recommends no packages. -- no debconf information --------------------------------------- Received: (at 324493-close) by bugs.debian.org; 11 Sep 2005 15:50:14 +0000 >From [EMAIL PROTECTED] Sun Sep 11 08:50:14 2005 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1EEU2q-0006kW-00; Sun, 11 Sep 2005 08:47:04 -0700 From: Yann Le Boulanger <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#324493: fixed in gajim 0.8.2-1 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Sun, 11 Sep 2005 08:47:04 -0700 Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-CrossAssassin-Score: 3 Source: gajim Source-Version: 0.8.2-1 We believe that the bug you reported is fixed in the latest version of gajim, which is due to be installed in the Debian FTP archive: gajim_0.8.2-1.diff.gz to pool/main/g/gajim/gajim_0.8.2-1.diff.gz gajim_0.8.2-1.dsc to pool/main/g/gajim/gajim_0.8.2-1.dsc gajim_0.8.2-1_i386.deb to pool/main/g/gajim/gajim_0.8.2-1_i386.deb gajim_0.8.2.orig.tar.gz to pool/main/g/gajim/gajim_0.8.2.orig.tar.gz 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. Yann Le Boulanger <[EMAIL PROTECTED]> (supplier of updated gajim 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.7 Date: Sun, 02 Sep 2005 14:56:48 +0200 Source: gajim Binary: gajim Architecture: source i386 Version: 0.8.2-1 Distribution: unstable Urgency: low Maintainer: Yann Le Boulanger <[EMAIL PROTECTED]> Changed-By: Yann Le Boulanger <[EMAIL PROTECTED]> Description: gajim - Jabber client written in PyGTK Closes: 324481 324493 325080 325126 326655 Changes: gajim (0.8.2-1) unstable; urgency=low . * all files in ~/.gajim are not 700: Closes: #325080 * gajim-remote.py is now in package: Closes: #324481 # updated russian translation: Closes: #325126 # theme issue fixed: Closes: #324493 * Gajim can now use python-dns so SRV works: Closes: #326655 * Gajim now depends on python-gtk2 >= 2.6.0 Files: 2b9ade5d0ea5c828b8987a1c214923ef 648 net optional gajim_0.8.2-1.dsc 27ec6cd7d5cb0299b342362aaa0fa54f 1216657 net optional gajim_0.8.2.orig.tar.gz b81fe6198736367fa40f5335b117c782 5224 net optional gajim_0.8.2-1.diff.gz 58ccc64234b3fc4f3398b981a631c8f7 956642 net optional gajim_0.8.2-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFDJE7J7tjUzB3rjq4RAgsWAJ9JRWoMNBm03cC89h1bIxwFclXfVQCfcOog /LcQMZaODijyBgZZyY2YK9M= =6s4k -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]