Package: kupfer
Version: 0+v201-2
Severity: important
Kupfer starts once when starting it from the command line by writing "kupfer",
but won't start again using the key combination. This error message appears
when trying the keys:
"ValueError: Value out of range in conversion of timestamp parameter to
unsigned 32 bit integer
Traceback (most recent call last):
File "/usr/share/kupfer/kupfer/ui/browser.py", line 1550, in _key_binding
self.show_hide(time=event_time)
File "/usr/share/kupfer/kupfer/ui/browser.py", line 1545, in show_hide
self.activate(time=time)
File "/usr/share/kupfer/kupfer/ui/browser.py", line 1526, in activate
self.window.present_with_time(time)
ValueError: Value out of range in conversion of timestamp parameter to unsigned
32 bit integer"
I've "fixed" this bug by changing line 1526 to
"self.window.present_with_time(0)"
and line 1545 to
"self.activate(time=0)"
and line 1550 to
"self.show_hide(time=0)"
I'm guessing those changes mess something in the program up, but I haven't
noticed any changed behavior so far.
/Marcus
-- System Information:
Debian Release: 6.0
APT prefers proposed-updates
APT policy: (500, 'proposed-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=sv_SE.UTF-8, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages kupfer depends on:
ii dbus 1.2.24-4 simple interprocess messaging syst
ii python 2.6.6-3+squeeze6 interactive high-level object-orie
ii python-dbus 0.83.1-1 simple interprocess messaging syst
ii python-gobject 2.21.4+is.2.21.3-1 Python bindings for the GObject li
ii python-gtk2 2.17.0-4 Python bindings for the GTK+ widge
ii python-keybinder 0.2.2-2 registers global key bindings for
ii python-keyring 0.2-3 store and access your passwords sa
ii python-support 1.0.10 automated rebuilding support for P
ii python-xdg 0.19-2 Python library to access freedeskt
Versions of packages kupfer recommends:
ii python-gnome2 2.28.1-1 Python bindings for the GNOME desk
ii python-keyring-gnome 0.2-3+b2 store and access your passwords sa
ii python-wnck 2.30.0-4 Python bindings for the WNCK libra
Versions of packages kupfer suggests:
pn python-cjson <none> (no description available)
ii python-nautilus 0.6.1-1+b1 Python binding for Nautilus compon
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]