Skip to content
  1. Dec 02, 2019
  2. Oct 03, 2019
  3. Sep 30, 2019
  4. Sep 29, 2019
  5. Sep 11, 2019
  6. Sep 10, 2019
  7. Sep 09, 2019
    • Axel Beckert's avatar
      Fix LogFile class by using io.FileIO instead of file · 33a917ec
      Axel Beckert authored
      Thanks to Frank Hofmann for the right pointer to
      https://stackoverflow.com/questions/47838405/porting-a-sub-class-of-python2-file-class-to-python3
      
      Now at least "/usr/sbin/wicd -c -f -e -o" keeps running.
      
      Still throws errors and warnings, though:
      
      /usr/share/wicd/daemon/wicd-daemon.py:1925: PyGIDeprecationWarning: GObject.MainLoop is deprecated; use GLib.MainLoop instead
        mainloop = gobject.MainLoop()
      /usr/share/wicd/daemon/monitor.py:392: PyGIDeprecationWarning: GObject.MainLoop is deprecated; use GLib.MainLoop instead
        mainloop = gobject.MainLoop()
      Exception in thread Thread-1:
      Traceback (most recent call last):
        File "/usr/lib/python3.7/threading.py", line 926, in _bootstrap_inner
          self.run()
        File "/usr/lib/python3.7/threading.py", line 870, in run
          self._target(*self._args, **self._kwargs)
        File "/usr/share/wicd/daemon/wicd-daemon.py", line 1020, in _async_scan
          self._sync_scan()
        File "/usr/share/wicd/daemon/wicd-daemon.py", line 1024, in _sync_scan
          scan = self.wifi.Scan(str(self.hidden_essid))
        File "/usr/lib/python3/dist-packages/wicd/networking.py", line 673, in Scan
          aps = wiface.GetNetworks(essid)
        File "/usr/lib/python3/dist-packages/wicd/wnettools.py", line 227, in newfunc
          return func(self, *args, **kwargs)
        File "/usr/lib/python3/dist-packages/wicd/wnettools.py", line 1392, in GetNetworks
          entry = self._ParseAccessPoint(cell, ralink_info)
        File "/usr/lib/python3/dist-packages/wicd/wnettools.py", line 1447, in _ParseAccessPoint
          ap['bitrates'] = sorted(m, lambda x, y: int(float(x) - float(y)))
      TypeError: sorted expected 1 arguments, got 2
      33a917ec
    • Axel Beckert's avatar
      More Python 3 fixes needed to also install the packages · 20901b51
      Axel Beckert authored
      Daemon still does not start. It fails as follows:
      
      Traceback (most recent call last):
        File "/usr/share/wicd/daemon/wicd-daemon.py", line 62, in <module>
          from wicd.logfile import ManagedStdio
        File "/usr/lib/python3/dist-packages/wicd/logfile.py", line 32, in <module>
          class LogFile(file):
      NameError: name 'file' is not defined
      20901b51
    • Axel Beckert's avatar
    • Axel Beckert's avatar
      Remaining packaging and upstream fixes to build package with Python 3 · f69d30b5
      Axel Beckert authored
      Also document in debian/changelog some more packaging changes already
      committed with 6e305570.
      f69d30b5
  8. Sep 08, 2019
  9. Dec 04, 2018
  10. Nov 05, 2018
  11. Oct 01, 2018
  12. Jun 15, 2018
  13. Apr 22, 2018
Loading