-
-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wayland support? #2233
Comments
Hello there 👋 |
Please be specific. Is Pi-Apps failing to launch for you on Wayland? |
Yes, currently the only way to use it on wayland is with Xwayland, it runs perfectly fine but official support would be pretty nice |
Wayland does not support window positioning, but Xwayland does. The current Pi-Apps interface uses a dual-pane interface, which only works if both windows can choose their exact position on the screen. But maybe we've missed something! You can try using Pi-Apps on Wayland by commenting out one line of code. #Make dual-pane yad windows work correctly on wayland
export GDK_BACKEND=x11 Comment out that one line mentioning "export" and then run Pi-Apps again. |
That worked... i think? Thank you for your help |
To clarify, was something not working before you made this change? Did the dual-pane layout continue working after this change? |
native wayland simply cannot work using yad. pi-apps relies on this feature to properly place top level windows for our dual pane feature, as well as update notifications, so xwayland (that like X11 does have this functionality) is forced through the use of that variable |
Cool ideas?
Wayland support?
The text was updated successfully, but these errors were encountered: