We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6634b7 commit c11599dCopy full SHA for c11599d
biglinux-livecd/usr/bin/startbiglive
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
# Identify the display manager
4
-for dm in sddm gdm lightdm; do
+for dm in sddm gdm lightdm lxdm; do
5
if systemctl status $dm &> /dev/null; then
6
display_manager=$dm
7
break
@@ -105,7 +105,7 @@ if [[ $display_manager == "gdm" ]]; then
105
# Start Gnome
106
/usr/bin/gnome-session
107
108
- elif [[ $display_manager == "sddm" ]]; then
+ elif [[ $display_manager == "sddm" || $display_manager == "lxdm" ]]; then
109
if [[ "$XDG_SESSION_TYPE" == "x11" ]]; then
110
startkde-biglinux
111
else
0 commit comments