Skip to content
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

XDG Wayland support #61

Open
myrkath opened this issue Sep 17, 2024 · 8 comments
Open

XDG Wayland support #61

myrkath opened this issue Sep 17, 2024 · 8 comments

Comments

@myrkath
Copy link

myrkath commented Sep 17, 2024

I use XAVA on Linux Mint 22/ GNOME Wayland and am generally very happy with the program. However, I have one specific problem that I have not been able to solve. It concerns window positioning in the Wayland environment. While all other features work as expected, it seems that the options for adjusting window position are not implemented correctly(for gl).

Linux Mint 22
GNOME Shell 46.0/ Wayland
newest XAVA Appimage

@nikp123
Copy link
Owner

nikp123 commented Sep 17, 2024

Yeah that's an issue with Wayland in general (no unified positioning protocol exists IIRC), since I don't really have control over that. Thankfully since I switched to Gnome I can probably take a shot at it.

@nikp123
Copy link
Owner

nikp123 commented Sep 17, 2024

@myrkath Do you mind checking if wayland windows actually work under Gnome. I tried testing those myself and they seem straight up are broken on the current master branch.

@myrkath
Copy link
Author

myrkath commented Sep 17, 2024

I have several applications running under Wayland, and none of them are causing any issues. All applications are working flawlessly, and I haven't encountered any problems with the windows or overall performance.

@myrkath
Copy link
Author

myrkath commented Sep 17, 2024

And the performance is better than in x11

@nikp123
Copy link
Owner

nikp123 commented Sep 17, 2024

I have several applications running under Wayland, and none of them are causing any issues. All applications are working flawlessly, and I haven't encountered any problems with the windows or overall performance.

Didn't mean Wayland itself, but the Wayland mode of XAVA.
I had trouble lunching it without the background layer.
You can check if you're using the X11 mode by just xprop-ing XAVA's window. If you can't that means its in Wayland.

@myrkath
Copy link
Author

myrkath commented Sep 18, 2024

Yea, the Xava backgound layer is very buggy in Wayland, sometimes Xava shows trough Windows and however sometimes it is over my mouse cursor.

@nikp123
Copy link
Owner

nikp123 commented Sep 21, 2024

Yea, the Xava backgound layer is very buggy in Wayland, sometimes Xava shows trough Windows and however sometimes it is over my mouse cursor.

Ok I think I fixed it with the latest commit. Although, be warned that it's quite barebones because there aren't any mouse or keyboard inputs implemented at the moment.

@myrkath
Copy link
Author

myrkath commented Sep 23, 2024

Works much better now. Thank you

@nikp123 nikp123 changed the title Ubuntu Gnome bug XDG Wayland support Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants