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