Comment 6 for bug 1002736

Revision history for this message
z (steveriley-deactivatedaccount-deactivatedaccount) wrote :

Well, this time the KCM loads without crashing. Running "kcmshell kcm_synaptiks" from the command line displays this on the console:

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/synaptiks/kde/widgets/config.py", line 106, in _check_for_changes
    self.configurationChanged.emit(self.is_configuration_changed)
AttributeError: 'TouchpadConfigurationWidget' object has no attribute 'is_configuration_changed'

repeatedly, for a total of 11 times. I can make changes in the GUI, but the "Apply" button never becomes active. Clicking the "OK" button dismisses the GUI but no configuration chages are saved.

Curiously, when this version of Synaptiks is running, it ignores my existing ~/.config/synaptiks/touchpad-config.json file and instead simply reports -- and applies -- the defaults contained within ~/.config/synaptiks/touchpad-defaults.json.

Thanks, Robert, for taking a look at this.