diff options
author | Ray Strode <rstrode@redhat.com> | 2015-02-18 17:16:43 -0500 |
---|---|---|
committer | Ray Strode <rstrode@redhat.com> | 2015-02-18 17:34:17 -0500 |
commit | 0c30572a8bea202a92440c7aa5141c7e38b6f0b6 (patch) | |
tree | 7983f3183757bec963a56c0eadfff8c7742ef4b0 /data | |
parent | ab90bd38c5cf2236c3527cf7ef6b9f383218a9e5 (diff) | |
download | gdm-0c30572a8bea202a92440c7aa5141c7e38b6f0b6.tar.gz |
local-display-factory: provide override for disabling wayland
Since this wayland code is still pretty new, we need to provide
an exit tactic for users.
This commit introduces daemon/WaylandEnable which can be set to false,
to disable wayland support.
https://bugzilla.gnome.org/show_bug.cgi?id=744764
Diffstat (limited to 'data')
-rw-r--r-- | data/gdm.schemas.in.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/gdm.schemas.in.in b/data/gdm.schemas.in.in index 67a0e045..8ad20310 100644 --- a/data/gdm.schemas.in.in +++ b/data/gdm.schemas.in.in @@ -53,6 +53,11 @@ <default>true</default> </schema> <schema> + <key>daemon/WaylandEnable</key> + <signature>b</signature> + <default>true</default> + </schema> + <schema> <key>security/AllowRemoteAutoLogin</key> <signature>b</signature> <default>false</default> |