The wicd-client just says: /usr/share/wicd/wicd/gui.py:730: DeprecationWarning: use gtk.Statusbar.remove_message gtk.main_iteration() But I thin it's not related since in previous versions with this bug, I hadn't any output in terminal as I've already said above. Curses client says the same I posted previously :(. Dbus Failed! It's probable that this happened for wicd Daemon stopping while wicd-curses was running. Please, restart the Daemon, and then restart wicd-curses. Traceback (most recent call last): File "/usr/share/wicd/wicd-curses.py", line 89, in wrapper return func(*args, **kargs) File "/usr/share/wicd/wicd-curses.py", line 918, in update_ui self.handle_keys(keys) File "/usr/share/wicd/wicd-curses.py", line 834, in handle_keys self.connect("wireless",pos) File "/usr/share/wicd/wicd-curses.py", line 929, in connect wireless.ConnectWireless(networkid) File "/usr/lib/pymodules/python2.5/dbus/proxies.py", line 140, in __call__ **keywords) File "/usr/lib/pymodules/python2.5/dbus/connection.py", line 622, in call_blocking message, timeout) dbus.exceptions.DBusException: org.freedesktop.DBus.Python.TypeError: Traceback (most recent call last): File "/usr/lib/pymodules/python2.5/dbus/service.py", line 702, in _message_cb retval = candidate_method(self, *args, **keywords) File "/usr/share/wicd/wicd-daemon.py", line 1147, in ConnectWireless print 'Connecting to wireless network ' + self.LastScan[id]['essid'] TypeError: cannot concatenate 'str' and 'int' objects On Wed, Sep 9, 2009 at 22:03, Dan O'Reilly