Comment 5 for bug 737856

Revision history for this message
Theresa (theresa) wrote :

I think I have a similar problem:

a) synaptiks crashes at startup....touchpad is "frozen" for about 30 seconds or so...

b) when I run synaptiks manually in the terminal i get the following:
QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/synaptiks/kde/trayapplication.py", line 260, in newInstance
    self.icon.show_configuration_dialog()
  File "/usr/lib/python2.7/dist-packages/synaptiks/kde/trayapplication.py", line 241, in show_configuration_dialog
    self.touchpad, self.touchpad_manager, self._config)
  File "/usr/lib/python2.7/dist-packages/synaptiks/kde/trayapplication.py", line 74, in __init__
    self.touchpad_config, self)
  File "/usr/lib/python2.7/dist-packages/synaptiks/kde/widgets/touchpad.py", line 226, in __init__
    self._setup(self.touchpad_config)
  File "/usr/lib/python2.7/dist-packages/synaptiks/kde/widgets/config.py", line 97, in _setup
    self.load_configuration()
  File "/usr/lib/python2.7/dist-packages/synaptiks/kde/widgets/config.py", line 220, in load_configuration
    self._update_widgets_from_mapping(self.__config)
  File "/usr/lib/python2.7/dist-packages/synaptiks/kde/widgets/config.py", line 172, in _update_widgets_from_mapping
    value = mapping[config_key]
  File "/usr/lib/python2.7/dist-packages/synaptiks/config.py", line 248, in __getitem__
    value = getattr(self.touchpad, key)
  File "/usr/lib/python2.7/dist-packages/synaptiks/touchpad.py", line 106, in __get__
    values = obj[self.property_name]
  File "/usr/lib/python2.7/dist-packages/synaptiks/x11/input.py", line 552, in __getitem__
    atom = _get_property_atom(self.display, name)
  File "/usr/lib/python2.7/dist-packages/synaptiks/x11/input.py", line 180, in _get_property_atom
    raise UndefinedPropertyError(name)
synaptiks.x11.input.UndefinedPropertyError: u'Synaptics Tap FastTap'

what am I doing wrong here?

any idea? ;)