-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
After making things work on Linux aarch64 (#168) I can not run PDF-Over correctly in a KDE Wayland session.
When forcing Xwayland it works:
GDK_BACKEND=x11 java -cp './pdf-over-build/lib/*' at.asit.pdfover.gui.Main "$@"
However trying pure Wayland mode does not work:
GDK_BACKEND=wayland java -cp './pdf-over-build/lib/*' at.asit.pdfover.gui.Main "$@"
I did read your comment so it seems you are aware of that and set GDK_BACKEND to force Xwayland for now:
| GDK_BACKEND=x11,wayland exec $BASEDIR/jre/bin/java -cp "$BASEDIR/lib/*" at.asit.pdfover.gui.Main "$@" |
But I would be interested
- did you find out already what the exact problem is? Is it in your code? Or is it that a third party dependency you are using that takes care of that preview and positioning is broken?
Also, can we keep this issue open just to keep track of Wayland support?
Thanks!