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

The DslViewResultsTree cannot be seen if wakamiti is run from Docker #298

Closed
mgalbis opened this issue Sep 17, 2024 · 0 comments
Closed
Assignees
Labels
bug Something isn't working core Core funcionality enhancement New feature or request plugin:jmeter
Milestone

Comments

@mgalbis
Copy link
Collaborator

mgalbis commented Sep 17, 2024

It would be necessary to use an x11 server to access the window. To do this, the Dokerfile needs to be modified with the following line:

RUN apk add --no-cache bash libxext libxrender libxtst libxi fontconfig ttf-dejavu

This way, by adding the environment variable DISPLAY with the path to the host x11 server and the volume /tmp/.X11-unix:/tmp/.X11-unix you can access the window.

@mgalbis mgalbis added bug Something isn't working enhancement New feature or request core Core funcionality plugin:jmeter labels Sep 17, 2024
@mgalbis mgalbis added this to the v2.7.0 milestone Sep 17, 2024
@mgalbis mgalbis self-assigned this Sep 17, 2024
mgalbis added a commit that referenced this issue Sep 22, 2024
@mgalbis mgalbis closed this as completed Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working core Core funcionality enhancement New feature or request plugin:jmeter
Projects
None yet
Development

No branches or pull requests

1 participant