azul icon indicating copy to clipboard operation
azul copied to clipboard

X11 Network Access produces bad layout | Docker on Windows

Open Johanneslueke opened this issue 5 years ago • 2 comments

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.

image

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

Johanneslueke avatar Oct 07 '19 02:10 Johanneslueke

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.

fschutt avatar Oct 13 '19 20:10 fschutt

This bug would also be reproduced on elementry os .

mokeyish avatar Jan 06 '20 23:01 mokeyish