Ticket #3076 (closed defect: fixed)
NetworkManager and ZeroConf
| Reported by: | foxx@… | Owned by: | sb |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.11.2 |
| Component: | link-local messaging | Version: | svn |
| Severity: | normal | Keywords: | |
| Cc: | OS: | All |
Description
I get the following TB after switching to another network with Network-Manager:
Traceback (most recent call last):
File "/home/janek/Programme/gajim/src/roster_window.py", line 3759, in iconCellDataFunc
renderer.set_property('xalign', 0)
TypeError?: could not convert argument to correct param type
And sometimes the following TB (mostly after connecting in Gajim before I switched the network in Network-Manager.)
Traceback (most recent call last):
File "gajim.py", line 1972, in process_connections
gajim.idlequeue.process()
File "gajim.py", line 369, in process
self.check_time_events()
File "/home/janek/Programme/gajim/src/common/xmpp/idlequeue.py", line 76, in check_time_events
for fd, timeout in self.read_timeouts.items():
File "/var/lib/python-support/python2.5/dbus/_dbus.py", line 617, in _signal_func
if match.maybe_handle_message(message):
File "/var/lib/python-support/python2.5/dbus/_dbus.py", line 210, in maybe_handle_message
self._handler(*args, **kwargs)
File "/home/janek/Programme/gajim/src/network_manager_listener.py", line 21, in device_now_active
'listen_to_network_manager') and connection.time_to_reconnect:
AttributeError?: ConnectionZeroconf? instance has no attribute 'time_to_reconnect'
Really nerving is, that I can't reconnect (neighter automatically or manual) sometimes after network switching.
