diff --git a/biglinux-livecd/usr/share/biglinux/calamares-profiles/bigcommunity/modules/displaymanager.conf b/biglinux-livecd/usr/share/biglinux/calamares-profiles/bigcommunity/modules/displaymanager.conf new file mode 100644 index 0000000..f6a66d2 --- /dev/null +++ b/biglinux-livecd/usr/share/biglinux/calamares-profiles/bigcommunity/modules/displaymanager.conf @@ -0,0 +1,16 @@ +# The module enables the first display manager on this list that is actually +# installed in the target, so one list serves every edition: sddm on KDE, gdm +# on GNOME, lightdm on Cinnamon and XFCE. +# +# Without this file the module fell back to ["sysconfig"], which is a SUSE-only +# path, and enabled nothing. services.conf enables sddm on its own, which is +# why KDE installs still booted, while a GNOME or XFCE install came up with no +# display-manager.service at all and stopped at a text login. +--- +displaymanagers: + - sddm + - gdm + - lightdm + +basicSetup: false +sysconfigSetup: false diff --git a/biglinux-livecd/usr/share/biglinux/calamares-profiles/biglinux/modules/displaymanager.conf b/biglinux-livecd/usr/share/biglinux/calamares-profiles/biglinux/modules/displaymanager.conf new file mode 100644 index 0000000..f6a66d2 --- /dev/null +++ b/biglinux-livecd/usr/share/biglinux/calamares-profiles/biglinux/modules/displaymanager.conf @@ -0,0 +1,16 @@ +# The module enables the first display manager on this list that is actually +# installed in the target, so one list serves every edition: sddm on KDE, gdm +# on GNOME, lightdm on Cinnamon and XFCE. +# +# Without this file the module fell back to ["sysconfig"], which is a SUSE-only +# path, and enabled nothing. services.conf enables sddm on its own, which is +# why KDE installs still booted, while a GNOME or XFCE install came up with no +# display-manager.service at all and stopped at a text login. +--- +displaymanagers: + - sddm + - gdm + - lightdm + +basicSetup: false +sysconfigSetup: false diff --git a/biglinux-livecd/usr/share/biglinux/calamares-profiles/xivastudio/modules/displaymanager.conf b/biglinux-livecd/usr/share/biglinux/calamares-profiles/xivastudio/modules/displaymanager.conf new file mode 100644 index 0000000..f6a66d2 --- /dev/null +++ b/biglinux-livecd/usr/share/biglinux/calamares-profiles/xivastudio/modules/displaymanager.conf @@ -0,0 +1,16 @@ +# The module enables the first display manager on this list that is actually +# installed in the target, so one list serves every edition: sddm on KDE, gdm +# on GNOME, lightdm on Cinnamon and XFCE. +# +# Without this file the module fell back to ["sysconfig"], which is a SUSE-only +# path, and enabled nothing. services.conf enables sddm on its own, which is +# why KDE installs still booted, while a GNOME or XFCE install came up with no +# display-manager.service at all and stopped at a text login. +--- +displaymanagers: + - sddm + - gdm + - lightdm + +basicSetup: false +sysconfigSetup: false