From 0d06cbfeb6b069e58eeaab93ce56ffe4659d2812 Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Tue, 6 Dec 2016 22:42:32 +0000 Subject: live.cfg: fix the permissions on /var/lib/gdm This allows GDM to restart if the user logs out. --- config/live.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/live.cfg b/config/live.cfg index 0bff65d..fb705c4 100644 --- a/config/live.cfg +++ b/config/live.cfg @@ -198,6 +198,8 @@ my $_l = { if_($live->{settings}{desktop} eq 'GNOME', # compile schema to get draklive-install in menu "glib-compile-schemas /usr/share/glib-2.0/schemas/", + # fix permissions to enable GDM to rerun if the user logs out + "chown -R gdm:gdm /var/lib/gdm", ), # switch to NetworkManager -- cgit v1.2.1