Albin Larsson

Results 78 issues of Albin Larsson

I always found these `gi.require_version(s)` statements to be super messy and non-standard, adding a lot of verbosity so I moved them all to `__init__.py` It's faster to set `gi._version =...

This is a tracking issue for the upcoming v6 release that we have been working hard on. Subscribe to this issue to be notified of the v6 development, as we...

### Description From https://github.com/Ulauncher/Ulauncher/pull/1097#issuecomment-1196054319: I think we should move [this extension](https://github.com/friday/ulauncher-hash2) to the Ulauncher repos and also use it for the documentation since it's extremely simple, yet demonstrating a valid...

enhancement

When we try to install extensions and there's an error for example in the manifest we provide a way to get the error and stack trace, but for runtime errors...

enhancement

### Description To reduce the 6.0.0 backlog I removed #1060. This instead is a much smaller task to update the hard coded changelog to sum up the v6 changes (then...

task

All aspects of the deb [changelog](https://github.com/Ulauncher/Ulauncher/blob/v6/debian/changelog) except the version and the release target is hard coded Also true about this file: https://github.com/Ulauncher/Ulauncher/blob/v6/debian/control and I guess the copyright year in this...

task
size-M

### Description Exception handling is very convoluted now. * We have our own `UlauncherAPIError` with the error types: AlreadyAdded, Incompatible, InvalidManifest, InvalidUrl, InvalidVersionDeclaration, Network or Other * We extend it,...

enhancement

### Description If you upgrade to Ulauncher v6 (once released), and try to start it while v5 is running, then you get this error or something similar: ``` Failed to...

enhancement

### Description https://developer.gnome.org/documentation/tutorials/application-id.html It is currently using net.launchpad.ulauncher as our app id. Launchpad is just the Ubuntu package repo we use, and not how we identify (we even talked several...

enhancement

### Description XApp doesn't make a good substitute for an optional dependency for Ubuntu for the reasons detailed in #1075. But after releasing v6 we should change the optional dependency...

task
size-S