Hi, On Thu, Jan 28, 2021, at 15:03, Richard Brown wrote:
On Wed, 2021-01-27 at 20:58 +0100, Syds Bearda wrote:
Hi All,
I recently heard about a new possibility to install Gnome Extensions, without the need of a RPM installed browser.
It's currently under development at [Github](https://github.com/ekistece/GetExtensions)
You can even install it via a toolbox; the commands are as follows: $ toolbox -u $ sudo zypper in git python38-pip $ cd /tmp $ git clone https://github.com/ekistece/GetExtensions.git $ pip3 install ./GetExtensions --user $ exit
You can then open the application Get Extensions that is available in your launchpad.
To uninstall: pip3 uninstall getextensions
Is there someone that is able to package this application in OBS so we can include it in the MicroOS installation?
/Syds
I'm confused..you want to be able to install GNOME Extensions without an rpm based browser..so the solution is to create a new rpm?
New RPM was not the goal, but not having to install 2 separate browsers.
I think the best solution is to wait for upstream to take care of the issue here:
https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/2689
Or to package GetExtensions as a flatpak.
Regards,
Rich