Your message dated Mon, 17 Oct 2005 04:02:06 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#332850: fixed in deskbar-applet 0.6-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; 8 Oct 2005 22:20:00 +0000
>From [EMAIL PROTECTED] Sat Oct 08 15:20:00 2005
Return-path: <[EMAIL PROTECTED]>
Received: from mxout02.versatel.de [212.7.152.119]
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1EON2u-0007Pq-00; Sat, 08 Oct 2005 15:20:00 -0700
Received: from mx02.versatel.de (mx02.versatel.de [212.7.146.2])
by mxout02.versatel.de (8.12.11/8.12.11) with ESMTP id j98MJwj7008219;
Sun, 9 Oct 2005 00:19:58 +0200
Received: from nostromo.homeunix.org (i5387C127.versanet.de [83.135.193.39])
by mx02.versatel.de (8.12.11/8.12.11) with ESMTP id j98MJv4S028948;
Sun, 9 Oct 2005 00:19:57 +0200
Received: from bjoern by nostromo.homeunix.org with local (Exim 4.52)
id 1EON2r-0004EL-3c; Sun, 09 Oct 2005 00:19:57 +0200
Date: Sun, 9 Oct 2005 00:19:57 +0200
From: =?utf-8?B?QmrDtnJu?= Heide <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: deskbar-applet needs python 2.4 but depends on python 2.3
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
X-Reportbug-Version: 3.17
User-Agent: Mutt/1.5.9i
Content-Transfer-Encoding: quoted-printable
X-MIME-Autoconverted: from 8bit to quoted-printable by mxout02.versatel.de id
j98MJwj7008219
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: deskbar-applet
Version: 0.5.0-2
Severity: grave
Justification: renders package unusable
Hello,
when I try to start deskbar-applet the normal way (right-click on the
panel, add-to-panel) nothing happens. Then I tried to start
deskbar-applet the unusual way and got this:
Script wurde gestartet: Sa 08 Okt 2005 23:55:43 CEST
[EMAIL PROTECTED]:~$ /usr/lib/deskbar-applet --window
Running installed deskbar, using normal PYTHONPATH
Data Dir: /usr/share/deskbar-applet
Starting .desktop file indexation
[snip]
Done !
Starting ephy bookmarks indexation
Done !
Starting .gtkbookmarks file indexation
Done !
Traceback (most recent call last):
File "/usr/lib/deskbar-applet", line 84, in ?
build_window()
File "/usr/lib/deskbar-applet", line 45, in build_window
applet_factory(applet, None)
File "/usr/lib/deskbar-applet", line 34, in applet_factory
deskbar.applet.DeskbarApplet(applet)
File "/usr/lib/python2.3/site-packages/deskbar/applet.py", line 9, in _=
_init__
self.entry =3D deskbar.deskbarentry.DeskbarEntry()
File "/usr/lib/python2.3/site-packages/deskbar/deskbarentry.py", line 5=
4, in __init__
self._handlers =3D self._load_handlers()
File "/usr/lib/python2.3/site-packages/deskbar/deskbarentry.py", line 9=
4, in _load_handlers
return [
File "/usr/lib/python2.3/site-packages/deskbar/handlers/mozilla.py", li=
ne 28, in __init__
parser =3D MozillaBookmarksParser(self)
File "/usr/lib/python2.3/site-packages/deskbar/handlers/mozilla.py", li=
ne 58, in __init__
self.bookmarks =3D set()
NameError: global name 'set' is not defined
I found a patch here:=20
http://raphael.slinckx.net/blog/index.php/2005-10-02/deskbar-applet-hotne=
ss#comment-191
but then:
[EMAIL PROTECTED]:~$ /usr/lib/deskbar-applet --window
Running installed deskbar, using normal PYTHONPATH
Data Dir: /usr/share/deskbar-applet
Starting .desktop file indexation
[snip]
Done !
Starting ephy bookmarks indexation
Done !
Starting .gtkbookmarks file indexation
Done !
Starting mozilla/ff bookmarks indexation
Traceback (most recent call last):
File "/usr/lib/deskbar-applet", line 84, in ?
build_window()
File "/usr/lib/deskbar-applet", line 45, in build_window
applet_factory(applet, None)
File "/usr/lib/deskbar-applet", line 34, in applet_factory
deskbar.applet.DeskbarApplet(applet)
File "/usr/lib/python2.3/site-packages/deskbar/applet.py", line 9, in _=
_init__
self.entry =3D deskbar.deskbarentry.DeskbarEntry()
File "/usr/lib/python2.3/site-packages/deskbar/deskbarentry.py", line 5=
4, in __init__
self._handlers =3D self._load_handlers()
File "/usr/lib/python2.3/site-packages/deskbar/deskbarentry.py", line 9=
4, in _load_handlers
return [
File "/usr/lib/python2.3/site-packages/deskbar/handlers/mozilla.py", li=
ne 33, in __init__
parser =3D MozillaBookmarksParser(self)
File "/usr/lib/python2.3/site-packages/deskbar/handlers/mozilla.py", li=
ne 70, in __init__
self._index_firefox()
File "/usr/lib/python2.3/site-packages/deskbar/handlers/mozilla.py", li=
ne 116, in _index_firefox
self.feed(file(bookmarks_file).read())
File "/usr/lib/python2.3/HTMLParser.py", line 108, in feed
self.goahead(0)
File "/usr/lib/python2.3/HTMLParser.py", line 150, in goahead
k =3D self.parse_endtag(i)
File "/usr/lib/python2.3/HTMLParser.py", line 329, in parse_endtag
self.handle_endtag(tag.lower())
File "/usr/lib/python2.3/site-packages/deskbar/handlers/mozilla.py", li=
ne 139, in handle_endtag
loader.write(base64.b64decode(content))
AttributeError: 'module' object has no attribute 'b64decode'
[EMAIL PROTECTED]:~$=20
Script beendet: Sa 08 Okt 2005 23:56:27 CEST
When you compare http://python.org/doc/2.3.5/lib/module-base64.html and
http://python.org/doc/2.4.2/lib/module-base64.html you see that the
base64-module in python 2.3 has no b64decode while python 2.4 has.
Best regards
Bj=C3=B6rn
-- System Information:
Debian Release: testing/unstable
APT prefers stable
APT policy: (700, 'stable'), (500, 'testing'), (50, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/dash
Kernel: Linux 2.6.12.6
Locale: LANG=3Dde_DE.UTF-8, LC_CTYPE=3Dde_DE.UTF-8 (charmap=3DUTF-8)
Versions of packages deskbar-applet depends on:
ii libatk1.0-0 1.10.1-2 The ATK accessibility toolki=
t
ii libc6 2.3.5-6 GNU C Library: Shared librar=
ies an
ii libglib2.0-0 2.8.1-1 The GLib library of C routin=
es
ii libgtk2.0-0 2.8.3-1 The GTK+ graphical user inte=
rface=20
ii libpango1.0-0 1.10.0-2 Layout and rendering of inte=
rnatio
ii python 2.3.5-3 An interactive high-level ob=
ject-o
deskbar-applet recommends no packages.
-- no debconf information
--=20
BOFH excuse #311:
transient bus protocol violation
---------------------------------------
Received: (at 332850-close) by bugs.debian.org; 17 Oct 2005 11:08:24 +0000
>From [EMAIL PROTECTED] Mon Oct 17 04:08:24 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1ERSko-0007LW-00; Mon, 17 Oct 2005 04:02:06 -0700
From: Tollef Fog Heen <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#332850: fixed in deskbar-applet 0.6-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Mon, 17 Oct 2005 04:02:06 -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
Source: deskbar-applet
Source-Version: 0.6-1
We believe that the bug you reported is fixed in the latest version of
deskbar-applet, which is due to be installed in the Debian FTP archive:
deskbar-applet_0.6-1.diff.gz
to pool/main/d/deskbar-applet/deskbar-applet_0.6-1.diff.gz
deskbar-applet_0.6-1.dsc
to pool/main/d/deskbar-applet/deskbar-applet_0.6-1.dsc
deskbar-applet_0.6-1_i386.deb
to pool/main/d/deskbar-applet/deskbar-applet_0.6-1_i386.deb
deskbar-applet_0.6.orig.tar.gz
to pool/main/d/deskbar-applet/deskbar-applet_0.6.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.
Tollef Fog Heen <[EMAIL PROTECTED]> (supplier of updated deskbar-applet 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: Mon, 17 Oct 2005 09:41:43 +0200
Source: deskbar-applet
Binary: deskbar-applet
Architecture: source i386
Version: 0.6-1
Distribution: unstable
Urgency: low
Maintainer: Tollef Fog Heen <[EMAIL PROTECTED]>
Changed-By: Tollef Fog Heen <[EMAIL PROTECTED]>
Description:
deskbar-applet - keyword-driven navigational bar for GNOME
Closes: 332850 333741
Changes:
deskbar-applet (0.6-1) unstable; urgency=low
.
* New upstream release, works with python2.3 (closes: #332850)
* Add missing depends on python-gtk/gnome modules. (closes: #333741)
Files:
31dcd31f6fc6ded9e15d09fc2f5dabff 793 gnome optional deskbar-applet_0.6-1.dsc
a97a23d9a14a5d980e620a7419c3c343 78578 gnome optional
deskbar-applet_0.6.orig.tar.gz
11155537ffbb7c17fe1d04b2b7cdf368 345647 gnome optional
deskbar-applet_0.6-1.diff.gz
4c64ec0a7838d4f57bdc66e6565c8d42 71098 gnome optional
deskbar-applet_0.6-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFDU4GMQSseMYF6mWoRAkHzAKC+goe+eMhcjeM4HSjjziWGZWK+jACgqXWm
O6bTtfMBqJupWQ6zwt5tI1o=
=WIJQ
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]