Sébastien MB

Results 10 comments of Sébastien MB

Unfortunately I'm just a (basic) maven user and I won't be helpful if you want to create a maven plug-in. The workaround we use is to commit the generated file....

Hi this could be a good feature to implement. But the key feature of this project is to use dbus to tell gnome to install an extension. Do you know...

Not really for security reason, but more from a design point of view. In *Gext* there are 2 backends with an abstraction ([see here](https://github.com/essembeh/gnome-extensions-cli/blob/main/gnome_extensions_cli/manager.py)) to allow common actions with both...

The problem with short url (like owner/repo for github) is that it is not easy to "guess" the zip url from it. I first thought using the main branch zip...

These extensions are available in the Gnome Extensions Website I guess. I would like to have an example of an extension you want to install from Github directly ?

I started a branch to work on this but I was never satisfied with the result. A: As it is not possible to install such archives with dbus messages., the...

> The validation can be done by checking the GNOME extension website filiation? That means that in the `sideload` function, I would need a way to retrieve the https://extensions.gnome.org/extension/XXXX url...

Installing an extension will automatically enable it, especially if you are using the dbus backed. Do you have the gnome confirmation dialog when you install your extension? If yes, then...

I couldn't reproduce your issue @ai-mind Maybe you are missing a system dependency, like a libbrary used by the extension which prevent it from working? Did you investigate more on...

Hi To be honest, I didn't know about zipapps and pyz :) I'll have a look to integrate it in the GH actions (i'm not used to GH actions yet).