components/gnome/gdm/patches/0019-no-wayland.patch
changeset 7201 bcc18175756d
equal deleted inserted replaced
7200:bc003d56ef5a 7201:bcc18175756d
       
     1 From da48e745aab98f0081bcc1ca7792b011cecfb237 Mon Sep 17 00:00:00 2001
       
     2 From: Alan Coopersmith <[email protected]>
       
     3 Date: Sun, 28 Aug 2016 15:04:36 -0700
       
     4 Subject: [PATCH 19/19] no wayland
       
     5 
       
     6 Remove commented out entry in config file about enabling/disabling
       
     7 Wayland to avoid confusion, since we don't compile Wayland support
       
     8 into the binaries at all.
       
     9 ---
       
    10  data/gdm.conf-custom.in | 2 --
       
    11  1 file changed, 2 deletions(-)
       
    12 
       
    13 diff --git a/data/gdm.conf-custom.in b/data/gdm.conf-custom.in
       
    14 index c9e2864..438d518 100644
       
    15 --- a/data/gdm.conf-custom.in
       
    16 +++ b/data/gdm.conf-custom.in
       
    17 @@ -1,8 +1,6 @@
       
    18  # GDM configuration storage
       
    19  
       
    20  [daemon]
       
    21 -# Uncoment the line below to force the login screen to use Xorg
       
    22 -#WaylandEnable=false
       
    23  
       
    24  [security]
       
    25  
       
    26 -- 
       
    27 2.7.4
       
    28