#1094929 slick-greeter-set-keyboard-layout does not ignore comments in /etc/default/keyboard #1094929
- Package:
- slick-greeter
- Source:
- slick-greeter
- Description:
- Slick-looking LightDM greeter
- Submitter:
- Oswald Buddenhagen
- Date:
- 2025-02-01 14:57:02 UTC
- Severity:
- normal
the loop that processes the config file should skip lines that start with # after being stripped. actually, given that this is a python script, it could use much cleaner and more exact matching of variable assignments.