summaryrefslogtreecommitdiffstats
path: root/config/live.cfg
diff options
context:
space:
mode:
authorMartin Whitaker <mageia@martin-whitaker.me.uk>2017-01-14 20:57:09 +0000
committerMartin Whitaker <mageia@martin-whitaker.me.uk>2017-01-14 20:57:09 +0000
commit5922c138c725fb8ec66b989cc8c45a4232008706 (patch)
treecdf24817b2fb29fcb890476c8660649aa0365a92 /config/live.cfg
parent031ef0a5310bedd260aeb1a92c5b74ff7417a0d7 (diff)
downloaddraklive-config-5922c138c725fb8ec66b989cc8c45a4232008706.tar
draklive-config-5922c138c725fb8ec66b989cc8c45a4232008706.tar.gz
draklive-config-5922c138c725fb8ec66b989cc8c45a4232008706.tar.bz2
draklive-config-5922c138c725fb8ec66b989cc8c45a4232008706.tar.xz
draklive-config-5922c138c725fb8ec66b989cc8c45a4232008706.zip
Drop workaround for enabling MCC, etc, to run in Wayland.
This has been added to the gdm package now.
Diffstat (limited to 'config/live.cfg')
-rw-r--r--config/live.cfg2
1 files changed, 0 insertions, 2 deletions
diff --git a/config/live.cfg b/config/live.cfg
index e836a0d..d117c23 100644
--- a/config/live.cfg
+++ b/config/live.cfg
@@ -37,8 +37,6 @@ my $_l = {
# fix gnome-shell not showing draklive-install icon in menu in live mode
[ 'files/01_gsettings-desktop-schemas.gschema.override', '/usr/share/glib-2.0/schemas/01_gsettings-desktop-schemas.gschema.override', { mode => 0644, no_install => 1 } ],
[ 'files/glib2-branding.gschema.override', '/usr/share/glib-2.0/schemas/glib2-branding.gschema.override', { mode => 0644 } ],
- # enable root access to display to allow MCC and draklive-install to be run from the desktop
- [ 'files/gnome-enable-root-gui.desktop', '/etc/xdg/autostart/gnome-enable-root-gui.desktop', { mode => 0644 } ],
# disable Wayland when we know it won't work (workaround for mga#20079)
[ 'files/50gdm-disable-wayland.xsetup', '/etc/X11/xsetup.d/50gdm-disable-wayland.xsetup', { mode => 0755 } ],
),