summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2014-05-29 18:49:57 +0200
committerFlorian Müllner <fmuellner@gnome.org>2014-06-06 15:35:50 +0200
commitdc5619f07abc478b51642d03e243f3ba805f0500 (patch)
tree4df64fc181bdabe57918d46a430ea305860c654b /.gitignore
parent539822b3abbf21b4c7ed0093b7412b0e8eb3bc75 (diff)
downloadgnome-settings-daemon-dc5619f07abc478b51642d03e243f3ba805f0500.tar.gz
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
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
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