Package: pypanel
Version: 2.3-1
Followup-For: Bug #309709
I tried the fix Jeff mentioned in the 2nd message of this thread,
editing '/usr/lib/python2.3/site-packages/Xlib/protocol/display.py' as
advised. (from package 'python2.3-xlib' version 0.12-4)
A 'diff' of the results looks like:
% diff display.py /usr/lib/python2.3/site-packages/Xlib/protocol/display.py
530c530
< recv = self.socket.recv(2048)
---
> recv = self.socket.recv(4096)
749c749
< # Bug reported by Ilpo Nyyssnen
---
> # Bug reported by Ilpo Nyyssonen
Unfortunately, it didn't seem to help:
% pypanel;echo $?
Traceback (most recent call last):
File "/usr/bin/pypanel", line 923, in ?
PyPanel(display.Display())
File "/usr/bin/pypanel", line 94, in __init__
self.getDesktopNames()
File "/usr/bin/pypanel", line 339, in getDesktopNames
desktop.total = self.root.get_full_property(self._DESKTOP_COUNT,
0).value[0]
AttributeError: 'NoneType' object has no attribute 'value'
1
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/dash
Kernel: Linux 2.6.11-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Versions of packages pypanel depends on:
ii libc6 2.3.2.ds1-22 GNU C Library: Shared libraries an
ii libfreetype6 2.1.10-1 FreeType 2 font engine, shared lib
ii libimlib2 1.2.0-2.2 powerful image loading and renderi
ii libx11-6 4.3.0.dfsg.1-14 X Window System protocol client li
ii libxext6 4.3.0.dfsg.1-14 X Window System miscellaneous exte
ii libxft2 2.1.7-1 FreeType-based font drawing librar
ii python 2.3.5-3 An interactive high-level object-o
ii python-xlib 0.12-4 Interface for Python to the X11 Pr
ii xlibs 4.3.0.dfsg.1-14 X Keyboard Extension (XKB) configu
ii zlib1g 1:1.2.2-7 compression library - runtime
pypanel recommends no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]