Comment 0 for bug 950293

Revision history for this message
Alin Andrei (nilarimogard) wrote :

Resetting the settings doesn't work correctly:

- even though I didn't change the theme, clicking the "Set settings to default values" button changes the window titlebar theme to Adwaita (but I was using Ambiance). This happens even without saving the changes.
- some settings aren't restored: I've disabled Global Menu and Overlay scrollbars and clicking "Set settings to default values" doesn't reset them. There might be other settings that aren't resetted too...

Here's the output I get when selecting to set settings to their default values:
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/unsettings/main.py", line 217, in on_ac_set_defaults_activate
    self.connections.set_defaults()
  File "/usr/lib/python2.7/dist-packages/unsettings/connection.py", line 93, in set_defaults
    conn.set_default()
  File "/usr/lib/python2.7/dist-packages/unsettings/connection.py", line 64, in set_default
    self.data_store.set_default(self.data_key)
  File "/usr/lib/python2.7/dist-packages/unsettings/backends.py", line 101, in set_default
    self.backends[scheme].set_default(name)
TypeError: set_default() takes exactly 1 argument (2 given)