Skip to content

"Positioning" does not work under pure Wayland #170

Description

@mkurz

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 "$@"
Image

However trying pure Wayland mode does not work:

GDK_BACKEND=wayland java -cp './pdf-over-build/lib/*' at.asit.pdfover.gui.Main "$@"
Image

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!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions