ubuntu-x-swat team mailing list archive
-
ubuntu-x-swat team
-
Mailing list archive
-
Message #82026
[Bug 585853] Re: [Lucid] Not possible to use xdm, only can use gdm
Slightly better workaround:
In "/etc/init.d/slim" replace:
start-stop-daemon --start $SSD_START_ARGS ||echo -n " already running"
with:
if [ "$(pidof slim)" ]
then
echo -n " already running"
else
exec /usr/bin/slim
fi
--
[Lucid] Not possible to use xdm, only can use gdm
https://bugs.launchpad.net/bugs/585853
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xdm in ubuntu.
References