Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lightdm_set_layout function causes "options" key get removed from xkb configuration #374

Open
bfin00 opened this issue Aug 15, 2024 · 0 comments

Comments

@bfin00
Copy link

bfin00 commented Aug 15, 2024

After using lightdm_set_layout function in greeter, xkb configurration is overrided and user is not able to switch kb by shortcuts after login
So, before using it i have:

[darina@localhost ~]$ setxkbmap -query
rules:      evdev
model:      pc105
layout:     us,ru
variant:    ,
options:    grp:alt_shift_toggle

After:

rules:      evdev
model:      pc105
layout:     us,ru
variant:    ,

I believe that here xkl_config->options must also be defined (at least it solved the problem for me)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant