Comment 23 for bug 960096

Revision history for this message
Michael Terry (mterry) wrote :

OK. I've dumped all gsettings keys in a session with the bug and one without:

Without bug: http://paste.ubuntu.com/915169/plain/
With bug: http://paste.ubuntu.com/915170/plain/

Now, the differences (slightly edited to remove timestamp differences etc) are:

"""
-com.canonical.indicator.session suppress-logout-menuitem false
+com.canonical.indicator.session suppress-logout-menuitem true

-org.gnome.desktop.media-handling automount-open true
-org.gnome.desktop.media-handling automount true
-org.gnome.desktop.media-handling autorun-never false
+org.gnome.desktop.media-handling automount false
+org.gnome.desktop.media-handling automount-open false
+org.gnome.desktop.media-handling autorun-never true

-org.gnome.libgnomekbd.keyboard layouts ['it', 'it\tnodeadkeys', 'it\tmac', 'it\tus']
+org.gnome.libgnomekbd.keyboard layouts ['us', 'cm', 'gb', 'gh']
"""

Note that this is *not* the original bug here. In this case, the menu is correctly showing the layouts as represented by gsettings. So this is a different bug about why some settings on the LiveCD are racy and not what we'd expect.