slint-ui / slint

Slint is a declarative GUI toolkit to build native user interfaces for Rust, C++, or JavaScript apps.
https://slint.dev
Other
17.33k stars 586 forks source link

Gnome 43.9 rendering bug #4584

Open dustdfg opened 8 months ago

dustdfg commented 8 months ago

Hello!

I just compiled and run the rust template (which got me 281MB executable in debug build 😅)

In Debian12 with Gnome 43.9 (Wayland) I see a rendering bug after launching: Screenshot from 2024-02-08 14-53-27

When I hover the mouse over the window the app goes to the window and then works

tronical commented 8 months ago

I think that this might be a duplicate of #4521 or at least be symptomatically related. It's a really odd visual effect, and I wonder how this is possible with wayland, when the winit::window is a sub-surface of the window decoration.