-
Notifications
You must be signed in to change notification settings - Fork 379
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
Keyboard and mouse grab issue ? #25
Comments
I don't see an obvious reason on the first glance. You can try to install a locale in your image. Example for debian, adjust
If the issue persists, please run with option Edit: Aside from the issue:
|
One possible reason for the issue: For Xephyr the keyboard mapping is adjusted in xinitrc to match keyboard settings on host with:
Maybe this command fails somehow and leaves a mess. Can you please show me the output of |
Hi, On another computer i progress. The grab it seem working :) Now it show missing a file (my script :) ). For information, in this computer, x11docker show message, i must run with root user. This evening, i will test with my home computer. i will inform you I would take the opportunity to implement the skeleton |
I would like to see the output of I did a change in x11docker 3.9.4.2 that may avoid the issue. |
# 06.03.2018 V3.9.4.2 store keyboard layout (xkb_keymap) in separate file, not in xinitrc. Set on all X servers. #25
If, That works :), It's my fault (missing some files), but some points: The initial skeleton not work for me, i must use echo with -e option, if not, the return feed line is not done and generate error message in container image. I don"t know why in another computer, i receive this error message "x11docker must run as root", my user account is in the docker group (for two computers) But, the good news, it works ! :) Good job :). Can you waiting some days before close this ticket ? I would like do more investigate ? Thanks |
:)
ok,
hm, don't know, too. You would need it for
I would like to close as the bug itself is fixed. But even in a closed bug you can still comment and I will answer. Also, feel free to open a new ticket for different themes, may they be big or small. |
Inspired by your issue with keymaps I have made an update (V3.9.5) with new option Would still like to see the output of |
Ourp, i forgot your request for
It is good for you ? You need more informations |
Thanks! Hm. I thought the output would show something strange that could explain the issues from your first post, but it looks all well. Before the fix the output of I have some hundred |
Just a note: I found that
fails in setups without x11docker.
I've just updated a bunch of my Dockerfiles due to this issue. |
I trying doing a new docker image (docker-bspwm on arch linux). But i don't know why, the key released don't seem work. I have installed a
key-mon
for showing the key, not result, but if i usexev
, i can see the key codeHave you a good method for debuging the keyboard issue ?
I use
I have tested this on currently xorg and physical terminal
The text was updated successfully, but these errors were encountered: