azul
azul copied to clipboard
X11 Network Access produces bad layout | Docker on Windows
Description
If the calculator example is started on an X11 environment the rendered result on the other end of the network connection does not render the result correctly.
Version / OS
see Dockerfile at https://github.com/Johanneslueke/azul_playground.git
-
azul version: 0.1
-
Operating system: Linux Container on Windows Host
-
Windowing system (X11 or Wayland, Linux only): X11
Steps to Reproduce
- choco install vcxsrv
- git clone https://github.com/Johanneslueke/azul_playground.git
- adjust 'ENV DISPLAY' variable in Dockerfile with your current IP address.
- open VSCode with Remove Development Extension installed -- Let VSCode build container -- in Bash-Terminal: cargo run --example calculator
Well, that's actually the "normal" layout, there's nothing unusual about this screenshot. The layout solver has problems right now and the screen doesn't always update, but I'm working on that anyway. These are bugs that are present on all platforms, not only on Windows.
This bug would also be reproduced on elementry os
.