Adrian Vovk
Adrian Vovk
Also to look at: #29889
> so, how do you expect this stuff to be consumed by gdm? GDM stores the name of entry you picked once you log-in. Then next time you see the...
Well it's the name of a .desktop entry / file that defines a session you can log into from your display manager. - `preferredSessionDesktopEntry` - `preferredSessionDesktopFile` - `preferredSessionEntry` - `preferredSessionEntryName`...
- `preferredDisplayManagerSession` - `preferredDMSession` - `preferredLoginSession`
`preferredSessionLauncher` sounds best for me. I think it makes sense to call the .desktop entry file in /usr/share/{x,wayland-}sessions/ the "session launcher" file and that's what the setting is controlling Also...
CI failures appear unrelated? `mkosi / ci (ubuntu, jammy) (pull_request)` seems to be completely borked. Github thinks it's still running the QEMU task, but also shows me "Error: The log...
I mapped out all the ways `user_record_authenticate` gets called: - `Activate` -> `home_activate` -> (check host record) - `Activate` -> `home_activate` -> `home_activate_luks` -> `home_setup_luks` -> `luks_validate_home_record` -> (check LUKS...
Part of what we discussed with @poettering is changing `user_record_authenticate` to always look into the kernel keyring and just use that key if it's available. Ultimately this would mean that...
Hmm interesting behavior I'm running into now Let's say you create two users, then `homectl update --offline` one of them, and then log the system into the other user (once)....