desktop-packages team mailing list archive
-
desktop-packages team
-
Mailing list archive
-
Message #25732
[Bug 828576] Re: Light-DM not used after upgrade 11.04→11.10
In my opinion proper patch to lightdm.upstart should be
to replace:
[ ! -f /etc/X11/default-display-manager -o "$(cat /etc/X11/default-display-manager 2>/dev/null)" = "/usr/bin/lightdm" -o "$(cat /etc/X11/default-display-manager 2>/dev/null)" = "/usr/sbin/lightdm" ] || { stop; exit 0; }
with:
[ ! -f /etc/X11/default-display-manager -o "$(echo $(basename $(cat /etc/X11/default-display-manager 2>/dev/null)))" = "lightdm" ] || { stop; exit 0; }
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/828576
Title:
Light-DM not used after upgrade 11.04→11.10
Status in “lightdm” package in Ubuntu:
Triaged
Bug description:
After the restart step of an upgrade →11.10 LightDM was not used, but
GDM still continues to be used.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/828576/+subscriptions
References