Activity log for bug #1656565

Date Who What changed Old value New value Message
2017-01-14 18:07:59 Jeroen F.J. Laros bug added bug
2017-01-14 18:08:37 Jeroen F.J. Laros description When a wired interface is plugged in, the autoconnect procedure selects this interface before trying the wired interface, even when the `prefer_wired` setting is set to False. I suggest to use the `prefer_wired` setting to change this behaviour by modifying the following line in the function `AutoConnect` (wicd-daemon.py): if self.wired_bus.CheckPluggedIn() and self.prefer_wired: When a wired interface is plugged in, the autoconnect procedure selects this interface before trying the wireless interface, even when the `prefer_wired` setting is set to False. I suggest to use the `prefer_wired` setting to change this behaviour by modifying the following line in the function `AutoConnect` (wicd-daemon.py):     if self.wired_bus.CheckPluggedIn() and self.prefer_wired: