Skip to content

fix: unable to ./docker-run.sh on Wayland#167

Open
rgon wants to merge 1 commit intobordaigorl:vncfrom
rgon:fix-docker-run-wayland
Open

fix: unable to ./docker-run.sh on Wayland#167
rgon wants to merge 1 commit intobordaigorl:vncfrom
rgon:fix-docker-run-wayland

Conversation

@rgon
Copy link

@rgon rgon commented Jul 30, 2024

The docker-run.sh command forwards the X11 sockets, but since all the environment variables say it's running on Wayland, the Qt platform runs expecting to be able to access it. As it can't, it errors out.

This patch overrides the XDG_SESSION_TYPE environment variable to x11, forcing xwayland usage on Wayland systems while keeping compatibility with x11.

Fixes #160

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

libGL error: MESA-LOADER: failed to retrieve device information

1 participant