Bartłomiej Maryńczak

Results 205 comments of Bartłomiej Maryńczak

> in case you have an idea of something in the gtk-3 backend that might be introducing some subtle UB The better question would be, do you know something that...

> Hehe, never been a GTK-3 fan. I'm honestly not surprised I actually like it, and use it for my apps (GTK4 to be precise), but it is a full-blown...

Unrelated to the described issue, macOS backend supports window parenting (windows as well), so the issue is just about the edge case with full-screen window in the back. On the...

What this does means is: you have to have a macOS event loop running in your process, so it can dispatch async events, it also allows us to ask the...

Could you try disabling default gtk3 feature and enabling the xdg-portal one, neither one supports parenting in RFD but perhaps portal one will have better z-ordering

The proper way to keep the dialog on top is to set its parent window, all platforms except Linux should support that already, if it is not the case open...

Yeha, the thing with linux is there is no system dialog, everyone has their own dialogs, so GTK3 was in practice a fallback, but XDG Portal standard solved that problem...

Thanks for the heads-up! I'll give it a try.

Just a small update for bystanders. I'm not going to depend on ashpd parenting support until we finish work on [wayland-rs-0.30 release](https://github.com/Smithay/wayland-rs/issues/431), we can't have alpha deps in the tree,...

Hi! Could you try with "common-controls-v6" feature flag disabled? (it's enabled by default), once default features are disabled you'll have to choose the Linux backend manually (`gtk3` feature or `xdg-portal`)