-
Notifications
You must be signed in to change notification settings - Fork 55
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
BUG: On cosmic-comp error 0: modifiers
sent before keymap.
#70
Comments
That suggests that a call to Line 695 in 8106d76
Could you try it again with both
The resulting log should give some further insight. |
I added some fprintfs to make it easier to find since I wanted to take a look at this when I could too
seems to be this line Line 391 in 8106d76
Keymap does seem to be sent first which is odd. EDIT: let me know if you want squeekboards logs, I need to reset my compositor so I havent provided them yet but can if needed. EDIT2: looks like this was also reported to smithay so it seems like cosmic-comp might not be the only issue Smithay/smithay#1355 |
That's odd indeed, the logs and your debug statement suggest everything is done in the proper order so I think the error lies with the compositor. As far as I can tell, cosmis-comp builds on smithay (and both in Rust), so I assume there may be a bug there. |
The behaviour might be explained if the compositor doesn't accept the keymap for some reason, like invalid size like in the case of #35?, but that supposed to be already fixed a while back. Just to be sure, you're running either 0.14.4 or the latest git version right? Anything prior to v0.14 may still have this issue. |
I just compilied niri-git which I think uses the latest git commit |
I'm getting the same issue on niri, using the latest niri and wvkbd built from a git checkout. If this is an issue with the compositor, can you help provide more details about what the compositor could be doing wrong? I would be happy to debug and/or try to create an MR for niri, or to at least provide a bug report but right now I don't feel like I know enough to describe the issue properly... |
I provided some writeup in Smithay/smithay#1355 (comment), I think the issue is in |
When using wvkbd on cosmic I get the error mentioned when I press a key, full error below
However if I open squeekboard, type, and then open wvkbd it works, but with wrong characters. Sway does not exhibit this issue, and since squeekboard works I decided to file here first. Further debugging guidence would be appreciated
The text was updated successfully, but these errors were encountered: