Comment 1 for bug 1709593

Revision history for this message
Vincent Lefevre (vincent-vinc17-net) wrote : Re: does not attempt to reconnect after connection loss

After some tests and a look at the code, it is actually

  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=582567

that has reappeared! In wicd-daemon.py,

        if self.GetAutoReconnect() and not self.CheckIfConnecting() and \
           not self.GetForcedDisconnect() and not self.auto_connecting and \
           not self.gui_open:

the "and not self.gui_open" should be removed.