Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#36830 - [lxdm] Latest LXDM 0.4.1-25-i686 breaks autologin.
Attached to Project:
Community Packages
Opened by AndrzejL (AndrzejL) - Sunday, 08 September 2013, 23:21 GMT
Last edited by Balló György (City-busz) - Friday, 13 September 2013, 23:45 GMT
Opened by AndrzejL (AndrzejL) - Sunday, 08 September 2013, 23:21 GMT
Last edited by Balló György (City-busz) - Friday, 13 September 2013, 23:45 GMT
|
DetailsDescription:
Upgraded. Was informed about /etc/lxdm/lxdm.conf.pacnew being created. Replaced old .conf with it. Unhashed and modfied the autologin line to read: autologin=andrzejl saved the file and rebooted. After that was met with a LXDM login screen. Its no biggie for most of users but this machine has no physical keyboard and I cannot type in anything before I get xvkbd on the screen ;) so loging in is impossibru... Had to SSH into the machine and am using KDM for now but please try and fix it soon. Thanks in advance. Please do not hesitate to ask for additional info. I didn't know what else could be useful. Cheers. Andrzej |
This task depends upon
Closed by Balló György (City-busz)
Friday, 13 September 2013, 23:45 GMT
Reason for closing: Fixed
Additional comments about closing: lxdm 0.4.1-27
Friday, 13 September 2013, 23:45 GMT
Reason for closing: Fixed
Additional comments about closing: lxdm 0.4.1-27
If it still broken with lxdm version 0.4.1-26, then report the problem to the upstream developer, and mention that you are using the current git version on 2013-09-11:
https://sourceforge.net/tracker/?limit=25&group_id=180858&atid=894869&status=1&category=1272912
[andrzejl@wishthinkpad ~]$ cat /var/lib/lxdm/lxdm.conf
[base]
autologin=andrzejl
greeter=/usr/lib/lxdm/lxdm-greeter-gtk
last_session=__default__
last_lang=
[server]
arg=/usr/bin/X -background vt1
[display]
gtk_theme=Clearlooks
bottom_pane=1
lang=1
keyboard=0
theme=Industrial
[input]
[userlist]
disable=0
white=
black=
While in the same time the working /etc file looks like this:
[andrzejl@wishthinkpad ~]$ cat /etc/lxdm/lxdm.conf
[base]
## uncomment and set autologin username to enable autologin
autologin=andrzejl
## uncomment and set timeout to enable timeout autologin,
## the value should >=5
# timeout=10
## default session or desktop used when no systemwide config
# session=/usr/bin/startlxde
## uncomment and set to set numlock on your keyboard
# numlock=0
## set this if you don't want to put xauth file at ~/.Xauthority
# xauth_path=/tmp
# not ask password for users who have empty password
# skip_password=1
## greeter used to welcome the user
greeter=/usr/lib/lxdm/lxdm-greeter-gtk
[server]
## arg used to start xserver, not fully function
arg=/usr/bin/X -background vt1
# uncomment this if you really want xserver listen to tcp
# tcp_listen=1
# uncoment this if you want reset the xserver after logou
# reset=1
[display]
## gtk theme used by greeter
gtk_theme=Clearlooks
## background of the greeter
# bg=/usr/share/backgrounds/default.png
## if show bottom pane
bottom_pane=1
## if show language select control
lang=1
## if show keyboard layout select control
keyboard=0
## the theme of greeter
theme=Industrial
[input]
[userlist]
## if disable the user list control at greeter
disable=0
## whitelist user
white=
## blacklist user
black=
Cheers.
Andrzej
Try something like this for /var/lib/lxdm/lxdm.conf:
[base]
last_session=xfce
last_lang=
The name for last_session should match the desktop file name from /usr/share/xsessions/. Does that work for now?
With the attached patch it works for me as well, tries the global setting in /etc/lxdm/lxdm.conf before falling back to default LXDE.
So everything should be ok with 0.4.1-27.
Or does anybody still have objections?