Audacious window is always centered on Desktop with Wayland #126
-
my info:
In X11 Audacious remembers the last position of its window but with Wayland it always appears centered on the desktop. Any fix? |
Beta Was this translation helpful? Give feedback.
Answered by
jlindgren90
Mar 31, 2024
Replies: 1 comment
-
Wayland does not allow applications to position their own windows. There is a new protocol being worked on to allow this (https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/264) but it will be a while before toolkits support it and applications can use it. You can run Audacious under XWayland in the meantime. Set |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
warcayac
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Wayland does not allow applications to position their own windows. There is a new protocol being worked on to allow this (https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/264) but it will be a while before toolkits support it and applications can use it.
You can run Audacious under XWayland in the meantime. Set
QT_QPA_PLATFORM=xcb
in your environment.