diff options
author | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2016-12-10 12:33:32 +0000 |
---|---|---|
committer | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2016-12-10 12:33:32 +0000 |
commit | e66f6d3761ae1f971d80decc485748805c7d94c0 (patch) | |
tree | 76ecca5d7012dd19d8d964e1e8eb70e9ac72e649 | |
parent | f880cf36e548120c8a59cb79a8a4c8d758b3cb85 (diff) | |
download | draklive-config-e66f6d3761ae1f971d80decc485748805c7d94c0.tar draklive-config-e66f6d3761ae1f971d80decc485748805c7d94c0.tar.gz draklive-config-e66f6d3761ae1f971d80decc485748805c7d94c0.tar.bz2 draklive-config-e66f6d3761ae1f971d80decc485748805c7d94c0.tar.xz draklive-config-e66f6d3761ae1f971d80decc485748805c7d94c0.zip |
live.cfg: default to Xorg for GNOME to allow MCC/draklive-install to be run from desktop.
-rw-r--r-- | config/live.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
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 |