From 97635d6f84ecdfacbe5a817210452be94a05ca87 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan Date: Fri, 10 Nov 2017 09:40:51 +0100 Subject: [PATCH] Add restore-shortcuts to key bindings list gnome-control-center uses this to list the keybindings, without this users cannot change the default key combo to restore shortcuts. https://bugzilla.gnome.org/show_bug.cgi?id=789386 --- data/50-mutter-wayland.xml | 10 ++++++++++ data/Makefile.am | 5 +++++ 2 files changed, 15 insertions(+) create mode 100644 data/50-mutter-wayland.xml diff --git a/data/50-mutter-wayland.xml b/data/50-mutter-wayland.xml new file mode 100644 index 000000000..6724d8964 --- /dev/null +++ b/data/50-mutter-wayland.xml @@ -0,0 +1,10 @@ + + + + + + diff --git a/data/Makefile.am b/data/Makefile.am index 86260e949..5129b8e57 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -12,6 +12,11 @@ xml_DATA = \ 50-mutter-system.xml \ 50-mutter-windows.xml +if HAVE_WAYLAND +xml_DATA += \ + 50-mutter-wayland.xml +endif + gschema_in_files = \ org.gnome.mutter.gschema.xml.in \ org.gnome.mutter.wayland.gschema.xml.in