/usr/share/doc/sddm/TODO.Debian is in sddm 0.13.0-1ubuntu5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 | - The current code forces the greeter to be run with the "sddm", without any
possibility to configure it. It would be better if this is configurable as we
don't want to pollute the usernames space. (it seems like it the _sddm name
would be more in the current best practices)
- The current pam code tries to detect the prompts with regular expressions
instead of using the prompt as is. To do so, it forces the helper
environment to LANG=C. It would be better to drop that logic and just use
the pam prompt.
- We don't need nor want another Xsession script, drop the one in the package
and run session=foo /etc/X11/Xsession
|