Albin Larsson

Results 225 comments of Albin Larsson

The problem isn't that the number is too big, but that it's computationally heavy. If you open up the `python` REPL and run it there directly without Ulauncher `9999**9999999` the...

I never commented on this, but I think a great thing we should add eventually. The gio APIs we are using now and switching to use more for v6 have...

Never seen this before. It's a GTK library error, judging by the output. It's also all code we completely rewritten for v6, so it would be a waste of time...

It's probably not possible to use the theme settings for preferences. The views are using completely different rendering logic. It may be possible to add a "dark mode" for preferences...

If you can find how to fix this, it'd be a welcome addition. Not sure you can use the GTK APIs for it, but see https://github.com/Ulauncher/Ulauncher/blob/v6/ulauncher/utils/wm.py#L15 and https://stackoverflow.com/a/30220738/633921 for the...

> @friday It seems like using GTK for this is impossible right not. See: https://gitlab.gnome.org/GNOME/gtk/-/issues/2013 This will make it hard to pull off without a library like python-xlib. You could...

Also, if we opened a new window each time we could get the "default" position, try to find out if this is centered and respect the x coordinate. But unfortunately...

> That's true. Perhaps this is the easiest way. I've been looking at Wnck, but it doesn't provide any useful functionality to fix this issue. I'll try to cobble something...

Ulauncher 5 hasn't been released yet. Only a small number of extensions supports v5. If you depend on many extensions you should wait before upgrading. About the "Update all": Usually...

I meant breaking changes in the extension. For example if v1.5.7 is using just standard python libs and then v2 requires an external executable.