-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
autologin-session=guisession #253
Comments
Ok, it worked for me until now - does it work for you and this is just a precaution or did this break something for you? |
I've experienced AutoLogins into the LightDmDesktop. |
Ok - any chance you can draft a PR? I will get to it far later then you likely. |
autologin-session always guisession, last session or ~/.dmrc if not set
autologin-session always guisession, last session or ~/.dmrc if not set
CustomPiOS/src/modules/gui/end_chroot_script
Line 11 in 1027bcb
autologin-session=guisession
- - - - - should also be setsed -i 's/#autologin-session=.*/autologin-session=guisession/g' /etc/lightdm/lightdm.conf
I think that ensures always guisession is used on autologin.
Otherwise it somehow depends on last session used and I have seen some hacks with ~/.dmrc, but still have seen the Desktop sometimes after boot.
I have also set XKBOPTIONS="terminate:ctrl_alt_bksp":
/etc/default/keyboard:
`#KEYBOARD CONFIGURATION FILE
#Consult the keyboard(5) manual page.
XKBMODEL="pc105"
XKBLAYOUT="de"
XKBVARIANT=""
XKBOPTIONS="terminate:ctrl_alt_bksp"
BACKSPACE="guess"`
terminate:ctrl_alt_bksp -> I can kill X-Server with ctrl_alt_bksp and get to X-Server-Login, where I can login for the GUI and do some maintenance, or can press ctrl_alt_bksp again and get Autologin FullPage again,
so ctrl_alt_bksp Alternates between X-Login and Autologin FullPage
The text was updated successfully, but these errors were encountered: