System1
December 8, 2013, 10:06am
1
hi,
I build an appliance with lxde (cloned)
including package “lxdm”
selected runlevel 5 graphical
but when start it stop at login no-graphical
and I dont view service lxdm
how can I start lxdm at boot?
thank you
–
sacarde
sacarde’s Profile: http://forums.opensuse.org/member.php?userid=78470
View this thread: http://forums.opensuse.org/showthread.php?t=493143
system
December 16, 2013, 2:26pm
2
Hm…not sure if here or on the Suse-Studio Forum is less traffic.
Anyway, I face the same problem. For whatever reason it does not find
lxdm and starts with xfce as windowmanager. although
/etc/sysconfig/displaymanager is properly maintained…
Seems that the pattern lxde is broken - otherwise it should boot…
–
DocB
DocB’s Profile: http://forums.opensuse.org/member.php?userid=574
View this thread: http://forums.opensuse.org/showthread.php?t=493143
system
December 17, 2013, 12:56pm
3
I try removing lxdm and installing lightdmand I put in
script:DISPLAYMANAGER="lightdm"but when start (graphics) i have:'Libero
–
sacarde
sacarde’s Profile: http://forums.opensuse.org/member.php?userid=78470
View this thread: http://forums.opensuse.org/showthread.php?t=493143
system
January 2, 2014, 12:36pm
4
I solve by heizi suggestion I add to start-script:> #set lxde as default wmsed ‘s/^DEFAULT_WM =. /DEFAULT_WM=“lxde” /g’ -i[color=blue]
/etc/sysconfig/windowmanager#enable lxdmcat >
/usr/lib/systemd/system/lxdm.service[Unit]Description=LXDM (Lightweight
X11 Display
Manager)#Documentation=man:lxdm(8)Conflicts=getty@tty1.serviceAfter=systemd-user-sessions.service
getty@tty1.servic e plymouth-quit.service
livesys-late.service#Conflicts=plymouth-quit.service[Service]ExecStart=/usr/bin/lxdmRestart=alwaysIgnoreSIGPIPE=no#BusName=org.freedesktop.lxdm[Install]Alias=display-manager.serviceEOFsystemctl
enable lxdm thanks[/color]
–
sacarde
sacarde’s Profile: http://forums.opensuse.org/member.php?userid=78470
View this thread: http://forums.opensuse.org/showthread.php?t=493143