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

Resizing the window of a Wayland-built app is very laggy #5357

Open
2 tasks done
dweymouth opened this issue Jan 3, 2025 · 0 comments
Open
2 tasks done

Resizing the window of a Wayland-built app is very laggy #5357

dweymouth opened this issue Jan 3, 2025 · 0 comments
Labels
bug Something isn't working Wayland Issues related to Wayland support

Comments

@dweymouth
Copy link
Contributor

Checklist

  • I have searched the issue tracker for open issues that relate to the same problem, before opening a new one.
  • This issue only relates to a single bug. I will open new issues for any other problems.

Describe the bug

When dragging to resize the window of a Fyne app built with -tags wayland, there is significant lag, where the window is always "behind" the cursor. This doesn't happen with an X11 build running with xwayland. It's possible native Wayland is receiving too many resize events from the window manager, and we need to coalesce several consecutive ones into one Fyne re-layout?

How to reproduce

Run any Fyne app built in Wayland on a Wayland linux desktop (I used Ubuntu 22.04.5 LTS with all default settings).

Screenshots

No response

Example code

fyne_demo

Fyne version

2.5.3

Go compiler version

n/a

Operating system and version

Ubuntu 22.04.5 LTS

Additional Information

No response

@dweymouth dweymouth added bug Something isn't working Wayland Issues related to Wayland support labels Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Wayland Issues related to Wayland support
Projects
None yet
Development

No branches or pull requests

1 participant