Joan Bruguera Micó

Results 68 comments of Joan Bruguera Micó

To add a bit more detail on what works and what doesn't: xdg-activation-v1 is supported by GTK4 ≥4.7.1 (4 months old) and GTK3 ≥3.24.35 (6 days old). Note that most...

BTW, if you have GTK4 ≥4.7.1, GTK3 ≥3.24.35, wlroots ≥0.15.1 and Sway ≥1.7 but don't want to deal with recompiling anything, you can use the following `LD_PRELOAD` hack: ```c #define...

I'm experiencing a similar issue on Arch Linux with Systemd 250.3, wlroot 0.15.1 and Sway 1.7 and ibus 1.5.25 with the [input-method-v2 PR](https://github.com/ibus/ibus/pull/2256). In my case it's with [Uniemoji input...

I think I may have it mostly figured out. When the candidates window pops up, this function is called and whether to give it focus is decided here: https://github.com/swaywm/sway/blob/69b430201cb19c666f102586b18f1dfbda7c44a3/sway/desktop/xwayland.c#L87 This...

Doh, makes sense... Though as far as I can see `override_redirect` windows shouldn't actually ever be given focus, it's just in wlroots as a kind of heuristic to deal with...

In this case the IBus window has both the WM_TAKE_FOCUS protocol and a focus hint. Perhaps the best long-term solution would be to improve ibus-ui-gtk3 to work on Wayland (it...

A better workaround is to play along the wlroots heuristic and set up a type hint on the ibus-ui-gtk3 helper windows (on ibus), to avoids breaking the focus logic for...

> the popup candidate panel jitters/flashes at one corner of the screen and seems to lose focus/re-focus very frequently... The "at one corner of the screen" part happens when the...

It seems that this issue happens when the version of LLVM that POCL is linked against is unable to detect the CPU model. In particular, what is happening in my...

I ran into a problem related to this issue on Arch Linux, which allows installing and uninstalling the kernel image and headers independently. If you uninstall the kernel image first...