geekley

Results 43 comments of geekley

I have the same issue on Konsole. I'm on Kubuntu 23.04, KDE Plasma, Linux 6.2.0-25-generic (x64)

Same issue on Konsole, on Kubuntu 23.04.

It's been years since this issue started and there's still no support at all... If it's possible to implement this partially, it would be nice if we could get at...

I'm in Godot 4.2.1. When I use the "Make Bone2D Nodes from Nodes" feature in a selected sub-tree of Sprite2D nodes, the generated hierarchy is wrong. It puts bones between...

Yes, please! I was about to request this too. It's better to use regexes than something like globs because they are simple to implement and the most flexible. Here's an...

Yes, please! This would provide accessibility to people who don't have controllers with vibration support. And it's not just for "cosmetic" purposes -- I believe some games like Ocarina of...

It turns out that QtSVG follows SVG Tiny specification, which [does not support](https://www.w3.org/TR/SVGTiny12/text.html#TSpanElement) x and y positioning, and a lot of other features. > Positional attributes such as 'x', 'y',...

Currently, is there a way to kill a (frozen) process started via `flatpak-spawn --host ...`? I need to kill Krita from my code (because it freezes when you try to...

Ah I see. Interesting. So it seems that if send SIGINT or SIGTERM to the process of `flatpak-spawn` then it terminates the other process under `flatpak-session-helper`. However, if I send...

UnifiedPush works on de-googled devices and can even fallback to Google/FCM on other devices. And it seems the ntfy server mentioned above can also be self-hosted. For more info, see:...