| |
spider-j
Registered: Oct 2004 Posts: 481 |
Release id #244409 : ALBERT 1.2.0
I better take this discussion to the forum:
Quote:Tried to run the docker version on my docker server but.... I dont think xwayland provides a true X server for it. Anybody figured out a way without running X?
I'm also not too happy with the docker solution and am trying to find a way to get the stuff running in a flatpak on (x)wayland.
Docker was never meant for desktop gui apps and I guess handing over the display is just not possible with wayland.
I'll keep you updated on my progress ... |
|
| |
chatGPZ
Registered: Dec 2001 Posts: 11281 |
To state the obvious solution: a source release would make this a non problem. |
| |
Krill
Registered: Apr 2002 Posts: 2940 |
What Gröpaz says. |
| |
spider-j
Registered: Oct 2004 Posts: 481 |
Unfortunately the binary linking is a complete mess – i.e. it seems to be linked against two (!) libc versions (musl *and* glibc).
But I have found a way to get at least the docker container running on Xwayland. It can be done with this x11docker tool:
https://github.com/mviereck/x11docker/ |
| |
chatGPZ
Registered: Dec 2001 Posts: 11281 |
Quote:musl *and* glibc
thefuck? |