mviereck / x11docker

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

manjaro option --size not work #82

Closed ryzenX closed 5 years ago

ryzenX commented 5 years ago

hello when i run x11docker with example x11docker --desktop --size 320x240 x11docker/lxde

lxde start in fullscreen in ubuntu i have not this problem, but in manjaro lxde start in fullscreen mode (no window with size 320x240

why ? thanks for advance for your help

mviereck commented 5 years ago

You need nested X server Xephyr (package xorg-server-xephyr on arch, probably same on Manjaro). Without Xephyr x11docker runs a second instance of Xorg that always appears fullscreen.

I'll note that in the Readme, thanks for pointing on this!

ryzenX commented 5 years ago

thank you it's work !