Your message dated Mon, 23 Apr 2018 00:05:34 +0000 with message-id <[email protected]> and subject line Bug#814090: fixed in wicd 1.7.4+tb2-6 has caused the Debian Bug report #814090, regarding wicd-curses: crashes with "AttributeError in keypress(): 'Text' object has no attribute 'keypress'" if wired connection is shown and the first keypress happens only after several seconds 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.) -- 814090: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=814090 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: wicd-curses Version: 1.7.4+tb2-1 Severity: normal Dear Maintainer, i started wicd-curses and press "key down". Sometimes wicd crashes with the following message: --------- vh@box ~ [i] % wicd-curses Traceback (most recent call last): File "/usr/share/wicd/curses/wicd-curses.py", line 1149, in call_update_ui self.update_ui(True) File "/usr/share/wicd/curses/wicd-curses.py", line 97, in wrapper return func(*args, **kargs) File "/usr/share/wicd/curses/wicd-curses.py", line 1162, in update_ui self.handle_keys(input_data) File "/usr/share/wicd/curses/wicd-curses.py", line 1131, in handle_keys k = self.frame.keypress(self.size, k) File "/usr/lib/python2.7/dist-packages/urwid/container.py", line 1128, in keypress return self.body.keypress( (maxcol, remaining), key ) File "/usr/lib/python2.7/dist-packages/urwid/container.py", line 1587, in keypress key = self.focus.keypress(tsize, key) File "/usr/lib/python2.7/dist-packages/urwid/decoration.py", line 836, in keypress return self._original_widget.keypress((maxcol,), key) File "/usr/share/wicd/curses/wicd-curses.py", line 474, in keypress key = ComboBox.keypress(self, size, key) File "/usr/share/wicd/curses/curses_misc.py", line 497, in keypress return self._w.keypress(size, key) File "/usr/lib/python2.7/dist-packages/urwid/container.py", line 2269, in keypress key = w.keypress((mc,) + size[1:], key) AttributeError: 'Text' object has no attribute 'keypress' ---------- This might be related to #814090. -- System Information: Debian Release: stretch/sid APT prefers testing APT policy: (1000, 'testing'), (950, 'testing'), (300, 'unstable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.3.0-1-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages wicd-curses depends on: ii python-urwid 1.3.1-2 pn python:any <none> ii wicd-daemon 1.7.4+tb2-1 Versions of packages wicd-curses recommends: ii sudo 1.8.15-1.1 wicd-curses suggests no packages. Versions of packages wicd depends on: ii wicd-daemon 1.7.4+tb2-1 Versions of packages wicd-cli depends on: pn python:any <none> ii wicd-daemon 1.7.4+tb2-1 Versions of packages wicd-cli recommends: ii sudo 1.8.15-1.1 Versions of packages wicd-gtk depends on: ii python-glade2 2.24.0-4 ii python-gtk2 2.24.0-4 pn python:any <none> ii wicd-daemon 1.7.4+tb2-1 Versions of packages wicd-gtk recommends: ii gksu 2.0.2-9 ii python-notify 0.1.1-4 Versions of packages wicd-daemon depends on: ii adduser 3.113+nmu3 ii dbus 1.10.6-1 ii debconf 1.5.58 ii ethtool 1:4.2-1 ii iproute2 4.3.0-1+b1 ii iputils-ping 3:20121221-5+b2 ii isc-dhcp-client 4.3.3-8 ii lsb-base 9.20160110 ii net-tools 1.60+git20150829.73cef8a-2 ii psmisc 22.21-2.1+b1 ii python-dbus 1.2.0-3 ii python-gobject 3.18.2-2 ii python-wicd 1.7.4+tb2-1 pn python:any <none> ii wireless-tools 30~pre9-8 ii wpasupplicant 2.3-2.3 Versions of packages wicd-daemon recommends: ii rfkill 0.5-1 Versions of packages wicd-daemon suggests: pn pm-utils <none> Versions of packages python-wicd depends on: pn python:any <none> -- debconf information: * wicd/users:
--- End Message ---
--- Begin Message ---Source: wicd Source-Version: 1.7.4+tb2-6 We believe that the bug you reported is fixed in the latest version of wicd, 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. Axel Beckert <[email protected]> (supplier of updated wicd 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: SHA512 Format: 1.8 Date: Mon, 23 Apr 2018 01:10:23 +0200 Source: wicd Binary: wicd wicd-daemon wicd-gtk wicd-curses wicd-cli python-wicd Architecture: source all Version: 1.7.4+tb2-6 Distribution: unstable Urgency: low Maintainer: Debian WICD Packaging Team <[email protected]> Changed-By: Axel Beckert <[email protected]> Description: python-wicd - wired and wireless network manager - Python module wicd - wired and wireless network manager - metapackage wicd-cli - wired and wireless network manager - scriptable console client wicd-curses - wired and wireless network manager - Curses client wicd-daemon - wired and wireless network manager - daemon wicd-gtk - wired and wireless network manager - GTK+ client Closes: 789567 814090 885546 890179 Changes: wicd (1.7.4+tb2-6) unstable; urgency=low . * Set "Rules-Requires-Root: no". * Add debian/duck-override for "moved to" false positive on bugs.debian.org. * Declare compliance with Debian Policy 4.1.4. (No changes needed.) * Apply patch by Wasif Malik to fix "AttributeError in keypress(): 'Text' object has no attribute 'keypress'" in wicd-curses. Thanks Wasif! (Closes: #814090) * Update Vcs-* headers for move to salsa.debian.org. * Bump debhelper compatibility level to 11. + Update versioned debhelper build-dependency accordingly. * Fix several spelling errors in packaging found by Lintian. * Install upstream .service files, but patch them to fix multiple lintian warnings and to not disconnect the network connection on service stop. (Closes: #789567) * Replace dependency on python-gobject with python-gobject-2. (Closes: #890179) * Replace gksu and gksudo with pkexec and su-to-root. (Closes: #885546) + Update and rename patch 32-prefer_gksu.patch accordingly. + Recommend policykit-1 or menu (or kde-runtime for kdesu) instead of gksu. * Add a DEP12 upstream metadata file. * Add a note to /etc/default/wicd that the file is ignored if systemd is used as init system. Checksums-Sha1: 2411cb35a7a1c9fa341c8fd5d397aa675e24b42f 2238 wicd_1.7.4+tb2-6.dsc 991fc55724de807be13ce2093d7e53ed0a1ce6fc 30500 wicd_1.7.4+tb2-6.debian.tar.xz 0035c944554b73d121875f48c1791d2cf4f39532 55712 python-wicd_1.7.4+tb2-6_all.deb 63e5fe7f6d88532a118266c48ded8d185c5d9e4b 28324 wicd-cli_1.7.4+tb2-6_all.deb 6dd2eba5b3ac0789cd29ecc8c50269fca9b896b7 52816 wicd-curses_1.7.4+tb2-6_all.deb 3281d6d8f69a1c0bc3847210e65b81868eccb55c 163264 wicd-daemon_1.7.4+tb2-6_all.deb 947eb898d8d751449278190542fe9c38dba76935 155600 wicd-gtk_1.7.4+tb2-6_all.deb f2971d0daa92c829be66bf80c4ea7b3349032907 25008 wicd_1.7.4+tb2-6_all.deb fd56f5ba370c377a0e50382e6cfc2f5ac2edef8f 7505 wicd_1.7.4+tb2-6_amd64.buildinfo Checksums-Sha256: bd3ecb00b61c3a8ced4114c368d03e9f2d6d82b25075fc6d761ab7005cd5b494 2238 wicd_1.7.4+tb2-6.dsc aaf419f004395440b04889000b6b021ac9e84d22937db54f209b133c6e48bd4f 30500 wicd_1.7.4+tb2-6.debian.tar.xz a0f0976ff6f1a48ca1b673aeaece3c54eee9b12d3e3a3c82b33447e331678659 55712 python-wicd_1.7.4+tb2-6_all.deb d0dd85dd755b65ae4c90c5267391e6b4d351e0b51c5e513e19dcd532d62dcce2 28324 wicd-cli_1.7.4+tb2-6_all.deb 64df0067e45f049052a7e86d7ac455985286968e3d9a3b6342b2c99177931686 52816 wicd-curses_1.7.4+tb2-6_all.deb 61f70b5aabf3483f79e9a2d149c6156d8ad59e57a5557e6978ef0f7c663974f9 163264 wicd-daemon_1.7.4+tb2-6_all.deb e820101b66dfd2acfa5adfe3a9566a295a324120b439925605fea3f7a5e721b3 155600 wicd-gtk_1.7.4+tb2-6_all.deb 300dcc15490a81c151f84f67b701cd8e50f9ba4ea8df016f4042572475655e0d 25008 wicd_1.7.4+tb2-6_all.deb c7c775d08cb2e496afa1492c0c5b17b76f485bee9e23197f8c8ef2e6d3def236 7505 wicd_1.7.4+tb2-6_amd64.buildinfo Files: 87eb732458754e8c8c7845b22456b9c6 2238 net optional wicd_1.7.4+tb2-6.dsc c5aa5d02ee0a7b56a0e96878e3171749 30500 net optional wicd_1.7.4+tb2-6.debian.tar.xz 9a0305931c0f1443dd4f72b54343fb5f 55712 python optional python-wicd_1.7.4+tb2-6_all.deb 6f28b3c53c91c29e89f4004ac5d3d65d 28324 net optional wicd-cli_1.7.4+tb2-6_all.deb e02b597077afff4859111fdaebf6bf4d 52816 net optional wicd-curses_1.7.4+tb2-6_all.deb 175a4bb8c6fdce6f92920dafe85067f4 163264 net optional wicd-daemon_1.7.4+tb2-6_all.deb 285df7f5375b9ea72f952596d3e4764d 155600 net optional wicd-gtk_1.7.4+tb2-6_all.deb 7557d1fb720626f14e98cd04a77293ea 25008 net optional wicd_1.7.4+tb2-6_all.deb ee71a19530d235c07897da4fff8e1adb 7505 net optional wicd_1.7.4+tb2-6_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEERoyJeTtCmBnp12Ema+Zjx1o1yXUFAlrdFyoACgkQa+Zjx1o1 yXVVFBAAhdAQLieqs6rwpuawTMEYwUMdzstErikrBh8/zrGCE/fkR7zZ9i5stPqE drDRf6pMYwWkeTENRLSLU1hIZWACu3ncLjwZuzIcaA7k4boizCqdvcY/1MWLTpMW i3quPW9qYufJ4k5/VUIwjKtSWiNbktSg4//lGiBDn3CooiL5VsmdAqMKAc3WlYDG 32uUrsnSjzVdX3R8QuCDGK87nuslWZau3ucQHTNgDNT4pJaKUx67pL1Bc4HHQNws gJMhZORv4RrN5gaQ9qCfRAUKayEHlJiRbAKeWEd0jJtj3t7rIlJTnu5Q74pvOb2Z kum/xHrQVjr/IiTgzt3XL5QWOLuCC+1hjlz1W+mPiYCU8qDQqer9loDOTE7KoPO7 xiKwZNIvmc2JdzWELZ/P/XBz4H9J8vugCc2Wq4oLChmJuimO9Z6BwZ/MyVt7w8uc ScBozjyEn8W3jUieYjlLZZEC3qpZw9YtV1WECP1wWHOkQ2jFteJxNGR76PCFn2lN 1uQ3cpKAT8VAbuiHi86TzxHNHkREI0eFxlore2cScWu00KhxSOBuLhuBh6kEJUv3 OMMuGQQsFHXHmYmrRBYiQONeqHH/F19CoZWodURuCRcMWQaLh6bRi2zcUD7X3TyL f5/Xed7apwKV+lDsiKyVhGglAyOuTQsOZ0G1WFClqQ6bEOJNN4I= =yJy6 -----END PGP SIGNATURE-----
--- End Message ---

