Comment 10 for bug 568826

Revision history for this message
Id2ndR (id2ndr) wrote :

Same think to me even after removing the files:

$ for pid in `ps -ef | grep ubuntuone | awk '{ print $2 }'`; do kill $pid; done
$ rm -rf .local/share/ubuntuone .cache/ubuntuone .config/ubuntuone
$ ubuntuone-preferences Exception in thread Thread-4:
Traceback (most recent call last):
  File "/usr/lib/python2.6/threading.py", line 532, in __bootstrap_inner
    self.run()
  File "/usr/lib/python2.6/threading.py", line 484, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/usr/bin/ubuntuone-preferences", line 162, in do_rest_request
    callback(result)
  File "/usr/bin/ubuntuone-preferences", line 348, in parse_devices
    self.error(error)
  File "/usr/bin/ubuntuone-preferences", line 304, in error
    gtk.DIALOG_DESTROY_WITH_PARENT | gtk.MODAL,
AttributeError: 'module' object has no attribute 'MODAL'

^Z
[1]+ Stopped ubuntuone-preferences