From e66f6d3761ae1f971d80decc485748805c7d94c0 Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Sat, 10 Dec 2016 12:33:32 +0000 Subject: live.cfg: default to Xorg for GNOME to allow MCC/draklive-install to be run from desktop. --- config/live.cfg | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config') diff --git a/config/live.cfg b/config/live.cfg index c5ed814..25df37a 100644 --- a/config/live.cfg +++ b/config/live.cfg @@ -212,6 +212,8 @@ my $_l = { "systemctl disable network-up", "systemctl enable NetworkManager.service", "systemctl enable NetworkManager-wait-online.service", + # disable Wayland to allow MCC and draklive-install to run (mga#19498) + "sed -i 's/#WaylandEnable=false/WaylandEnable=false/' /etc/X11/gdm/custom.conf", ), # add local medias -- cgit v1.2.1