After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 781001 - Provide a way for a downstream to be able to block some extensions
Provide a way for a downstream to be able to block some extensions
Status: RESOLVED OBSOLETE
Product: gnome-software
Classification: Applications
Component: General
3.24.x
Other Linux
: Normal enhancement
: ---
Assigned To: GNOME Software maintainer(s)
GNOME Software maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2017-04-06 23:48 UTC by Ryan Lerch
Modified: 2018-01-24 17:32 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ryan Lerch 2017-04-06 23:48:45 UTC
Currently, there is no way of curating / blocking what extensions show up in GNOME Software from the gnome extenstions website.

For example, having this extension showing up in GNOME Software in Fedora is probably not very useful:

https://extensions.gnome.org/extension/1139/apt-update-indicator/
Comment 1 Christian Stadelmann 2017-04-12 11:37:19 UTC
I think a better solution would be to add a "required dependencies" mechanism to the gnome-shell extensions metadata, which the shell or gnome-software can check before installing. This would also resolve issues with many other gnome-shell extensions requiring other packages to be installed. Some examples:

https://extensions.gnome.org/extension/1064/system-monitor/ requires gtop (Version 2)
https://extensions.gnome.org/extension/82/cpu-temperature-indicator/ requires lm-sensors

Exaile, a music player written in Python + GObject, has implemented this in a nice way. See field "RequiredModules":
Documentation: https://github.com/exaile/exaile/blob/e67673c2707a77f8be8f6b191c0604b49808c207/doc/dev/plugin_guide.rst
Code implementation: https://github.com/exaile/exaile/blob/e67673c2707a77f8be8f6b191c0604b49808c207/xl/plugins.py#L235
Plugin metadata files: https://github.com/exaile/exaile/search?utf8=%E2%9C%93&q=RequiredModules&type=
Comment 2 GNOME Infrastructure Team 2018-01-24 17:32:02 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to GNOME's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/gnome-software/issues/160.