linuxmint / mint20-beta

BETA Bug Squah Rush
20 stars 8 forks source link

[slick-greeter-set-keyboard-layout] multiple definition keyboard layouts #98

Closed aureoud-fr85 closed 4 years ago

aureoud-fr85 commented 4 years ago

In Linux Mint 19,3 and in 20 BETA, in journald you can see these messages: slick-greeter-keyboard

There is no reason about complaining. Therefore, French layout is correctly initialized. Cosmetic.

clefebvre commented 4 years ago

Yes this is done by https://github.com/linuxmint/slick-greeter/blob/master/files/usr/bin/slick-greeter-set-keyboard-layout.

Here's the commit for it: https://github.com/linuxmint/slick-greeter/commit/b12098dc07873b965be9497a00cd5d1a6ed05380

It's harmless and it shows the output of setxkbmap for troubleshooting purpose. setxkbmap itself treats it as a warning because we're setting the same keyboard layout that was already set.

We could ignore the output but we'd lose out on troubleshooting power if that makes sense. We could also test the previous layout and compare it, but we'd be more prone to introducing bugs.

I'd leave it the way it is I think.

I'll close this anyway as it's not a BETA stopper.

aureoud-fr85 commented 4 years ago

I agree absolutely.