x11docker
x11docker copied to clipboard
Can't move chrome windown
Latest code has an issue where google-chrome's window can't be moved around, maximized or iconized. Closing the window works, as do other programs, such as xterm(1).
I bisected the issued, it was introduced in 850cfbef7b9341055dc09ee774875ce56bbd55b2 .
Command used:
sudo ./x11docker --backend=podman --sudouser=nopasswd --pulseaudio=host --network --user=1234 --interactive -- --shm-size=0 --cap-add=SYS_CHROOT --cap-add=NET_ADMIN -- container /bin/sh
Which X server is in use? Could you show the output with option --debug
?
Maybe using a different X server fixes the issue.