mviereck / x11docker

Run GUI applications and desktops in docker and podman containers. Focus on security.
MIT License
5.5k stars 370 forks source link

Can't move chrome windown #500

Open lacombar opened 1 year ago

lacombar commented 1 year ago

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 .

lacombar commented 1 year ago

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
mviereck commented 3 months ago

Which X server is in use? Could you show the output with option --debug? Maybe using a different X server fixes the issue.