mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
124f1a8e94
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
8 lines
246 B
Text
8 lines
246 B
Text
After installing lxdm, you'll need to add the following snippet to
|
|
/etc/rc.d/rc.4 _at_the_top_ above the gdm lines:
|
|
|
|
# Regardless of the comments below, let's check for lxdm first:
|
|
if [ -x /usr/sbin/lxdm ]; then
|
|
exec /usr/sbin/lxdm
|
|
fi
|
|
|