-
-
Notifications
You must be signed in to change notification settings - Fork 223
Open
Labels
Description
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
