Matt Jakeman

Results 169 comments of Matt Jakeman

@elenio72 Great to hear! I'll close this issue then, if any other (possibly related) problems pop-up, please open a new issue :)

This is a really cool idea! I've found myself needing something similar, so I'll look into it for 0.3 On a technical level, this would likely be a simple list...

A fun concept of how lists could work: Going into "list mode" would reveal a pop-up sidebar and remove the toggles/buttons/arrows from the installed view (and replace them with drag...

That's odd :thinking: As of 0.3, the app checks for updates whenever a window is opened. Which version on the app were you using? Could you also provide your distro...

Thanks @philn and @bdaase for looking into this. From what I gather, the issue is that GNOME Shell only permits the DBus call if the org.gnome.Extensions app is installed, regardless...

@weavermarquez I agree - I've added a "Known Issues" section to the README. I'll also include it in the release notes for 0.3.1. This is at the top of my...

@onlyreportingissues I believe either should work. GNOME Shell checks for the presence of the `org.gnome.Extensions.desktop` entry before checking for updates, which should be provided by either package. I can confirm...

I've opened https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/5564 upstream. From a discussion on [#extensions:gnome.org](https://matrix.to/#/#extensions:gnome.org), one solution is to create an extension manager "integrations" plugin which is itself hosted on EGO. This would patch out the...

Hi everyone, I've created a small extension which patches out the check for org.gnome.Extensions in #211, allowing updates to work without the official app - It will be bundled with...

Unfortunately this approach is not going to work. GNOME Shell checks for the extensions app both when checking for updates (which this plugin patches) but also when installing updates. As...