I propose to change default display manager check as i described in comment #5
in bug #828576.
Thanks Tuukka Hastrup for pointing me to this bug.
** Branch linked: lp:ubuntu/lightdm
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
htt
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:
** Branch linked: lp:ubuntu/lightdm
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/828576
Title:
Light-DM not used after upgrade 11.04→11.10
To manage notifications about this bug go to:
https://bug
I guess problem with starting up lightdm after plymouth is in
misconfiguration.
$ cat /etc/init/lightdm.conf
... SKIPPED ...
script
if [ -n "$UPSTART_EVENTS" ]
then
[ ! -f /etc/X11/default-display-manager -o "$(cat
/etc/X11/default-display-manager 2>/dev/null)" = "/usr/bin/light
Public bug reported:
After installing python-stdeb package i'm trying to use it with the following
command:
$ python setup.py --command-packages=stdeb.command bdist_deb
I have error message:
This version of stdeb requires debhelper >= 7, but you do not have debhelper
installed. Could not check
Public bug reported:
Pylint check fails with error "F0401 Unable to import 'lazr.enum'".
I can deactivate this error message with special pylint comment ("#pylint:
disable-msg=F0401") in my source code but in my opinion it is proper way to add
__init__.py into top level 'lazr' dir.
This bug appl