flathub / org.phoenicis.playonlinux

https://flathub.org/apps/details/org.phoenicis.playonlinux
4 stars 4 forks source link

Fails to run on Wayland #8

Open eternal-sorrow opened 5 years ago

eternal-sorrow commented 5 years ago

I'm using Wayland compositor Sway. flatpak run org.phoenicis.playonlinux gives me this error:

(java:3): Gtk-WARNING **: 08:13:08.247: cannot open display: :99.0

TingPing commented 5 years ago

I don't think thats related to this package. That error is X11 trying to run, does XWayland work on your system? Do other X11 apps in flatpak run?

eternal-sorrow commented 5 years ago

does XWayland work on your system? Do other X11 apps in flatpak run?

Yes. Yes.

plata commented 5 years ago

Does Phoenicis PlayOnLinux work on Sway directly (not as flatpak)?

eternal-sorrow commented 5 years ago

I don't know. I have no way to test it. There's no gentoo ebuilds of it.

plata commented 5 years ago

You can build from source. See our README.

eternal-sorrow commented 5 years ago

Dependencies:

Java 11+
Maven

FAIL

madoar commented 5 years ago

Dependencies:

Java 11+ Maven

FAIL

Please explain?

eternal-sorrow commented 5 years ago

I don't have these on my machine and won't install them just for this.

madoar commented 5 years ago

Most likely the issue is because of a JavaFX bug, which has been fixed in JavaFX 12. As far as I know the latest alpha release comes with JavaFX 11 which doesn't contain the fix, but the current development build uses JavaFX 12. So the next alpha version should contain the fix.