tekstryder
tekstryder
> IIRC it uses a right pointed cursor over the left margin Ah, you're right (pun intended). Still unclear what that intends to indicate, but that's where the `right_ptr` attempt...
Thank you for looking into this and your through explanation! > if it doesn't get in a release should not appear in stable distros. No, that "compromise" [merged](https://gitlab.gnome.org/GNOME/adwaita-icon-theme/-/merge_requests/65) during the...
> why is right_ptr missing, or did they forget that one? Possibly, but there are other [more hotly debated](https://gitlab.gnome.org/GNOME/gtk/-/issues/6337) one's missing/undecided too, such as left_ptr_watch and various dnd. I only...
From the OP, specific to the use case of Geany and Nautilus under Gnome... this is mutter's focus-stealing prevention at work. I found this still-open issue here as I was...
Thank you for the rationale you explained here. As an example... I don't use chrome/chromium (also a GTK3 app) as my browser, but it was big news this year when...
Hmm, okay. Perhaps I lack some fundamental understanding here. If so I apologize for the noise. Going back to the original Wayland protocol [merge](https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/50) itself, we see it's pretty toolkit-agnostic...
> @tekstryder Does #4071 fix your problem? Sorry for the delay. Indeed, https://github.com/geany/geany/pull/4071 allows me to disable the Gnome extension and use Mutter's default focus-stealing prevention without issue now. This...
There's no specific mention of this one in the list of fixes for the `565.57.01 beta` release. - https://www.nvidia.com/en-us/drivers/details/233008/ But, here's hoping!
I can confirm this issue is indeed resolved with the API changes in kernel 6.12. - Arch Linux | Kernel 6.12.1 - nVidia 565.57.01
This is fully resolved for me with `wlroots 0.19.1` tagged [release](https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/0.19.1) after several days of heavy use. I build wlroots thusly: ``` wlroots 0.19.1 drm-backend : YES x11-backend : NO...