#1094929 slick-greeter-set-keyboard-layout does not ignore comments in /etc/default/keyboard

Package:
slick-greeter
Source:
slick-greeter
Description:
Slick-looking LightDM greeter
Submitter:
Oswald Buddenhagen
Date:
2025-02-01 14:57:02 UTC
Severity:
normal
#1094929#5
Date:
2025-02-01 14:52:01 UTC
From:
To:
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.