Comment 27 for bug 1313446

Revision history for this message
Michael Fischer (psm-j) wrote :

To demonstrate data loss, just open a new application and roll up the window. Then use alt-tab to get to this window. On my machine the whole session get killed and I'm logged out! So I don't only lose the one application, but all open files!
(Tried with Thunderbird and AisleRiot Solitaire under Ubuntu 14.04.3 LTS)

Workarounds:
To disable the shortcut:
gsettings set org.gnome.desktop.wm.keybindings toggle-shaded "['disabled']"
To enable the shortcut again:
gsettings reset org.gnome.desktop.wm.keybindings toggle-shaded

To disable the mouse-action if you had it like me enabled on double-clicking the titlebar:
gsettings reset org.gnome.desktop.wm.preferences action-double-click-titlebar
To enable it again:
gsettings set org.gnome.desktop.wm.preferences action-double-click-titlebar 'toggle-shade'