From dc5619f07abc478b51642d03e243f3ba805f0500 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Thu, 29 May 2014 18:49:57 +0200 Subject: xsettings: Set Gtk/DecorationLayout from wm preferences GTK+'s client-side decorations follow an XSetting to determine which standard window buttons to show, similar to mutter's button-layout setting in org.gnome.desktop.wm.preferences. Keeping both mechanisms completely separate obviously means we can end up with unwanted inconsistency, so use the GSetting to back the XSetting on GNOME, just like we already do for other settings (though it's a bit more involved, as the possible values differ between mutter and GTK+). https://bugzilla.gnome.org/show_bug.cgi?id=730629 --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index c542d015..a1e6f368 100644 --- a/.gitignore +++ b/.gitignore @@ -119,5 +119,6 @@ plugins/xrandr/gsd-test-xrandr plugins/xrandr/gsd-xrandr-manager-glue.h plugins/xsettings/gsd-test-xsettings plugins/xsettings/test-gtk-modules +plugins/xsettings/test-wm-button-layout-translations tests/shiftkey test-driver -- cgit v1.2.1