diff --git a/live/lightdm-qubes-live.conf b/live/lightdm-qubes-live.conf new file mode 100644 index 0000000..ed681f7 --- /dev/null +++ b/live/lightdm-qubes-live.conf @@ -0,0 +1,4 @@ +[SeatDefaults] +autologin-user=liveuser +autologin-user-timeout=0 +user-session=kde-plasma diff --git a/live/qubes-live.spec b/live/qubes-live.spec index caaac89..e1577ae 100644 --- a/live/qubes-live.spec +++ b/live/qubes-live.spec @@ -26,6 +26,9 @@ install -m 0755 -t $RPM_BUILD_ROOT/etc/rc.d/init.d/ \ livesys \ livesys-late +install -D -m 0644 lightdm-qubes-live.conf \ + $RPM_BUILD_ROOT/etc/lightdm/lightdm.conf.d/50-qubes-live.conf + %post /sbin/restorecon /etc/rc.d/init.d/livesys @@ -47,7 +50,7 @@ done %files /etc/rc.d/init.d/livesys /etc/rc.d/init.d/livesys-late - +/etc/lightdm/lightdm.conf.d/50-qubes-live.conf %changelog