Albin Larsson

Results 225 comments of Albin Larsson

Part of that was because a vendored third party library was logging excessively. This was disabled in 5.12.0 (just released, but may need a little time to get an update...

This is strange. This extension has no dependencies. There's a bug in Ulauncher for sure, but you can probably just relaunch or restart ulauncher after installing the extension to get...

Haven't been able to replicate this. Would love to get your help to debug if you could check out the v6 branch locally and mess around with the [AppIndicator.py](https://github.com/Ulauncher/Ulauncher/blob/a0ef24eaf52701003e3861e650cd4d19b152ad5d/ulauncher/ui/AppIndicator.py) module...

I don't think Ulauncher can really handle extension errors other than logging the output. They run as separate processes and Ulauncher doesn't control their runtime. Some extensions will also trigger...

I'm open to the idea. We need other debugging improvements as well (#818), and could perhaps combine them.

After doing more research and testing I found that the default resize method differs too much from what we want, and how to implement a custom resize method. Making the...

Actualy, I found that `decorated` should definitely be disabled. That controls the CSD drawn by GTK, but we could use the `set_decorations()` method on the GDK window to enable borders...

Also related to this: https://github.com/Ulauncher/Ulauncher/issues/662#issuecomment-994773059 and #966

I like this suggestion. We could make it so that this includes both queries where the user closed the window and queries where the user ran the queries with an...

As you know arrow up in a terminal only shows commands you actually ran (pressed enter). Disabling "Clear input on hide" in Ulauncher works the opposite way. If you enter...