You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I copied the binary from my desktop to my laptop, which works better with Wayland:
OS: Garuda Linux (an Arch derivative with a nice installer and questionable software in addition to official Arch repos)
GPU: Mesa Intel® HD Graphics 520 (SKL GT2)
Kernel: 5.12.12-169-tkg-bmq
On KWin Wayland, IIRC I get the usual bugs. On GNOME Wayland (Mutter 40.2.1), I get spectacular graphical corruption (similar to what I saw on my Nvidia desktop):
Startup:
Note that the title bar is transparent. As soon as you try opening a "Menu & MenuBar" menu, the title bar glitches and moving the window instead results in a "hall of mirrors effect" where the past window contents leave a trail in the title bar, flickering between 2 pages (on Intel) or 3 pages (on Nvidia) of differently-corrupted textures.
Resize:
Hovering the UI to make it redraw:
GTK3 file dialog:
Also menu text is invisible as before.
Note that native GTK3 apps have normal-looking title bars and file dialogs (though text lacks antialiasing due to some fontconfig mixup).
This really looks like a bug outside of flutter / nativeshell. The difference between regular Gtk+ applications and nativeshell is that nativeshell draws the content through OpenGL, while native Gtk (3.0) applications don't. That might explain different behavior.
Are Wayland bugs in-scope or not?
I copied the binary from my desktop to my laptop, which works better with Wayland:
On KWin Wayland, IIRC I get the usual bugs. On GNOME Wayland (Mutter 40.2.1), I get spectacular graphical corruption (similar to what I saw on my Nvidia desktop):
Startup:

Note that the title bar is transparent. As soon as you try opening a "Menu & MenuBar" menu, the title bar glitches and moving the window instead results in a "hall of mirrors effect" where the past window contents leave a trail in the title bar, flickering between 2 pages (on Intel) or 3 pages (on Nvidia) of differently-corrupted textures.
Resize:

Hovering the UI to make it redraw:

GTK3 file dialog:

Also menu text is invisible as before.
Note that native GTK3 apps have normal-looking title bars and file dialogs (though text lacks antialiasing due to some fontconfig mixup).
Upstream:
The text was updated successfully, but these errors were encountered: