You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to run an image with x11docker and a mostly grey window opens. Foolishly I tried out the ctrl + shift for mouse and keyboard grab. How can I undo that in order to close the window?
The text was updated successfully, but these errors were encountered:
Took me some time to find the non-obvious reason: Xephyr has a bug that prevents ungrabbing keyboard+mouse if a window title is set with option -title.
I have removed -title from Xephyr command, now ungrabbing works again.
You can undo the grab pressing ctrl+shift again. Run x11docker --update-master to get the latest beta with the bugfix.
I tried to run an image with x11docker and a mostly grey window opens. Foolishly I tried out the ctrl + shift for mouse and keyboard grab. How can I undo that in order to close the window?
The text was updated successfully, but these errors were encountered: