x11docker icon indicating copy to clipboard operation
x11docker copied to clipboard

Can't move chrome windown

Open lacombar opened this issue 1 year ago • 2 comments

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 avatar Apr 20 '23 18:04 lacombar

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

lacombar avatar Apr 20 '23 18:04 lacombar

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

mviereck avatar Apr 04 '24 16:04 mviereck