-
Notifications
You must be signed in to change notification settings - Fork 2
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
Wayland in Docker containers #42
Comments
@Jammyjamjamman The instructions for wayland are in https://github.com/KaruroChori/vs-fltk/blob/master/docker/README.md#for-wayland-based-systems-eg-some-modern-linux-environments but haven't been tested, and once tested, the wayland service needs to be added to docker-compose.yml But anyone else can let use know here if they want to take this issue. :) |
We worked on this today, and found that if one is in Wayland, using the x11-dev service works, but it's not technically using Wayland. He found some stuff about wayland in the fltk docs which mentioned setting some env vars, but when he tried it, the result didn't change. It might be we overlooked something, after having worked on the issue for about two hours and weren't mentally fresh. |
Actually, using vs with Wayland in general might need a separate issue. Jammy tried in the container and on his host system. The app worked in both places, but didn't use Wayland. |
Please, could you disable line https://github.com/KaruroChori/vs-fltk/blob/master/meson.build#L33 ? |
Disable it? Do mean the next time we test? Otherwise you could retitle and merge #37, that's the only change in that PR. |
Yes, just to see if that was the reason. In case it is what prevents wayland from working, I will add some option to make sure the macos14 build does not fail. |
I just applied a patch which should remove x11 when other options are available (and forced it via options for the macos14 build). You can test from |
We did more testing today. The results didn't change, but we did find out something useful I think: FLTK_BACKEND is ignored by https://fltk.gitlab.io/fltk/wayland-devel.html
|
Support for wayland was left out of the docker containers in
docker/docker-compose.yml
.Neither me nor @andy5995 have wayland on our systems, so any external help would be appreciated.
The text was updated successfully, but these errors were encountered: