Closed AkechiShiro closed 1 month ago
@AkechiShiro As far as I know, yad
doesn't support Wayland natively yet, but it runs well under XWayland. This comment suggests a workaround for enabling yad
notifications on Wayland DEs. Could you confirm if this solution works on your system? I'm currently using XFCE, which doesn't support Wayland yet.
@AkechiShiro As far as I know,
yad
doesn't support Wayland natively yet, but it runs well under XWayland. This comment suggests a workaround for enablingyad
notifications on Wayland DEs. Could you confirm if this solution works on your system? I'm currently using XFCE, which doesn't support Wayland yet.
That solution works. Launched using GDK_BACKEND=x11 ./WinAppsLauncher.sh
. Make sure you don't use env GDK_BACKEND=x11 ...
This is on Wayland on Pop OS 22.04.
I believe for the rewrite we should use https://alyssa.is/using-virtio-wl/ @LDprg @oskardotglobal @KernelGhost
@AkechiShiro Seems like a great option. However, I am not sure if this is compatible with docker.
It is being used inside qemu but most likely need patches as well as patches on Wayland perhaps that are not yet upstream I'm not sure yet, I need to dig, Docker also should (probably/most likely) work as it uses the host kernel.
If the host kernel has the proper drivers I don't see why the Docker wouldn't have them
My only issue is that Windows might need specific drivers that are not yet written, this is the only pain point I think, I'm not sure if Google has any driver in house that they use, I'd need to contact them
Linux uses probably some virtio_wl driver that comes from ChromeOS, I'll try and reach out to virtio maintainers and ask for any guidance.
Actually @LDprg I've discussed a bit with someone more familiar with virtio_wl and it is deprecated, we'll need to look for something else. And it definitely wouldn't be usable on Windows at all.
Maybe we should try to see if this could be usable : https://github.com/unified-hmi/remote-virtio-gpu
@AkechiShiro Seems like a great option, however. I am not sure if this is compatible with docker.
Fixed with #13
I'm not sure if it possible to port this to Wayland or use xwayland instead of not running at all on Wayland environment (Plasma 6 KDE or GNOME Wayland)