Jeroen Wijenbergh

Results 209 comments of Jeroen Wijenbergh

Can you reproduce it if you run qtile wayland inside of qtile wayland (so with a different modifier)? Edit: No need to test, I just had to fullscreen the nested...

Does river automatically float the file picker? The issue disappears if I add this to my qtile config: (inside float rules) ```python3 Match(func=lambda c: c.is_transient_for()), ``` (this means automatically float...

Cool that it works. I will leave this open to remind myself to either document it or dig further on why it doesn't work without this rule

> Why does tiling the file picker break the uploads? This feels like some underlying portal issue that needs to be solved as a pre-req. I am feeling like this...

This is a known issue and is WIP, see #2415 for the same "bug" for fullscreen Windows. I am trying to address all of these issues in one PR but...

> I'll work on the border impl on scenefx :) Thanks for your hard work!

If this really is needed, we would need to do it in more places

Wouldn't surprise me if there is a race condition somewhere in our test suite. Would also explain why getting parallel builds to work is so difficult #4122. Wouldn't surprise me...

LGTM but will actually test it later

Whoops, sorry. Works fine for me, let's merge