(resending into the debian DL) Il giorno mar, 10/09/2019 alle 17.49 -0700, Axel Beckert ha scritto: > All patches are coming from Debian's python branch at > https://salsa.debian.org/debian/wicd/commits/python3 > > The only thing I haven't included yet in this fork are the changed > shebang lines which need to be python3 instead of just python at > least as of now on Debian. Can add that as a commit to this or a new > pull request, though.
merged & updated the python3 refs https://github.com/zeph/wicd/commit/5860ad8251990d68feb66803347bb4845dfb8a5d > wicd-curses still throws deprecation warnings for me: > > /usr/share/wicd/curses/wicd-curses.py:1249: PyGIDeprecationWarning: > GObject.timeout_add is deprecated; use GLib.timeout_add > instead gobject.timeout_add(2000, > app.update_status)/usr/share/wicd/curses/wicd-curses.py:1254: > PyGIDeprecationWarning: GObject.io_add_watch is deprecated; use > GLib.io_add_watch instead gobject.io_add_watch(fd, gobject.IO_IN, > app.call_update_ui)/usr/share/wicd/curses/wicd-curses.py:1254: > PyGIDeprecationWarning: GObject.IO_IN is deprecated; use GLib.IO_IN > instead gobject.io_add_watch(fd, gobject.IO_IN, app.call_update_ui) > Might fix that later — unless someone else fixes it first. yeah... later... I also have to swap the underlying command from "iwlist" to "iw" (completely different kernel calls) all over the place (and related regex) best,GMS