Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

X11 Network Access produces bad layout | Docker on Windows #224

Open
Johanneslueke opened this issue Oct 7, 2019 · 2 comments
Open

X11 Network Access produces bad layout | Docker on Windows #224

Johanneslueke opened this issue Oct 7, 2019 · 2 comments
Labels
bug Something isn't working

Comments

@Johanneslueke
Copy link

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 Johanneslueke added the bug Something isn't working label Oct 7, 2019
@fschutt
Copy link
Owner

fschutt commented Oct 13, 2019

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.

@mokeyish
Copy link

mokeyish commented Jan 6, 2020

This bug would also be reproduced on elementry os .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants