Comment 3 for bug 1063617

Revision history for this message
Martin Pitt (pitti) wrote :

I tried this with a freshly created user account. After the first startup ever, the settings are like this:

test@donald:~$ gsettings get org.gnome.desktop.wm.preferences auto-raise
false
test@donald:~$ gsettings get org.gnome.desktop.wm.keybindings lower
@as []
test@donald:~$ gsettings get org.gnome.desktop.wm.keybindings maximize
['<Super>Up', '<Primary><Super>Up', '<Primary><Alt>KP_5']
test@donald:~$ gsettings get org.gnome.desktop.wm.keybindings unmaximize
['<Super>Down', '<Alt>F5', '<Primary><Super>Down']
test@donald:~$ gsettings get org.gnome.desktop.wm.preferences focus-mode
'click'

I. e. auto-raise is correct, the "lower" keybindings is an empty array instead of ['disabled'], and the other keys are as expected. Now I run the "gsettings set ..." stuff as in the description. After restarting the session, compiz does the same thing as for me: it changes the gsettings to the values that I showed in the description, except that it keeps auto-raise to false.

However, what's really curious is that my originally configured keybindings, such as Super-Down, as well as sloppy focus still actually work, even though the current gsettings say otherwise! This is only the case for the fresh user account, not for my real account (where the gsettings match the actual behaviour).