#723874 lightdm: adds hardcoded options to xserver commandline

Package:
lightdm
Source:
lightdm
Description:
simple display manager
Submitter:
"jhildred@juno.com"
Date:
2015-05-24 09:57:10 UTC
Severity:
normal
#723874#5
Date:
2013-09-20 18:45:29 UTC
From:
To:
Dear Maintainer,

In previous versions of debian, If you crashed the X server, or just wanted a quick shell as an other user, It is a simple
matter to switch virtual terminals, and get back to work. but lightdm adds the -novtswitch option to the X server to disable
this functionality. the patch bellow would alleviate the immediate symptoms, but another configuration option would be
better.

https://github.com/tworaz/oe-tworaz/blob/master/meta-jlime/recipes-extended/lightdm/lightdm-1.1.1/lightdm-1.1.1-disable-novtswitch.diff

#723874#10
Date:
2013-09-20 20:38:59 UTC
From:
To:
What “functionality”? The novtswitch is just for user experience, as far
as I understand it, you can still vt switch perfectly fine.

Regards,

#723874#15
Date:
2013-11-07 14:01:47 UTC
From:
To:
note: The bug report from Reportbug seems lost

Dear Maintainer,

Some time ago i noticed, that i can not switch between VT, but thought it
was related with mutiseat experiments. But, now i have a new Debian
installation, and my integrated videocard is disabled in BIOS. And I still
can not switch in TTY[1-6], it just crashes my DE and brings me bach lo
lightdm-greeter.

Sometimes it shows me terminal, but can not catch it now to see the logs.
Will attach one, if possible.

Best regards, Dmitrii

#723874#20
Date:
2013-11-07 14:53:29 UTC
From:
To:
Can you try with a different DE?

I think it'd help having ssh access to the box to debug that, to see
exactly what crash (Xorg, the session, something else...)

#723874#25
Date:
2013-11-07 15:56:09 UTC
From:
To:
Yes, i tried both e17 and xfce, and it is no difference. I even can not use
tty when lightdm-greeter is on my screen, only "service lightdm stop", as a
workaround in use now.

About ssh - where must i send authentication data, to avoid publicity? (I
hope it is configured properly)


Best regards, Dmitrii



2013/11/7 Yves-Alexis Perez <corsac@debian.org>

#723874#30
Date:
2013-11-07 16:01:42 UTC
From:
To:
That looks more related to an issue with X than with lightdm, actually.

I wasn't asking for an ssh access *for me*. I was asking you to use ssh
from another box of you so you can properly debug X issues yourself.

Regards,

#723874#35
Date:
2014-01-28 01:17:24 UTC
From:
To:
Hi,


the hardcoded command line option breaks usage of alternate X servers.

E.g. when using Xephyr as xserver command for multiseat setups.

This should really be fixed.


See also Gentoo and Ubuntu bug reports:
https://bugs.launchpad.net/lightdm/+bug/852577

#723874#42
Date:
2015-05-24 09:55:11 UTC
From:
To:
I've implemented a configuration variable,
"xserver-allow-vt-switch", which inhibits the hard-coded
"-novtswitch" flag.

I've emailed the patches to the maintainer and have pushed the
changes to the "vtswitch" branch here:

https://github.com/davvid/lightdm/commits/vtswitch

I hope this helps others.  I'm on sid and this is still an
issue, so I figured I should try and fix it...

cheers,