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 724683 - extension system: Add a gsettings key to disable version validation
extension system: Add a gsettings key to disable version validation
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: extensions
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2014-02-18 19:21 UTC by drago01
Modified: 2014-02-19 16:08 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
extensionSystem: Add a gsettings key to disable version validation (3.47 KB, patch)
2014-02-18 19:21 UTC, drago01
committed Details | Review
browser_plugin: Expose version validation boolean (2.88 KB, patch)
2014-02-18 19:21 UTC, drago01
committed Details | Review

Description drago01 2014-02-18 19:21:00 UTC
Those patches add a gsettings key to disable the version check when installing
extensions. It can be used to force extension to get loaded despite not claiming
to support the running shell version.

The first patch adds the shell side support and the key.
The second (untested!) one exposes it through the browser plugin.
Comment 1 drago01 2014-02-18 19:21:03 UTC
Created attachment 269597 [details] [review]
extensionSystem: Add a gsettings key to disable version validation

Add a key 'disable-extension-version-validation' key that disables
the validation of extension's claimed to be supported shell version
with the shell version and just load all extensions unconditionally.
Comment 2 drago01 2014-02-18 19:21:09 UTC
Created attachment 269598 [details] [review]
browser_plugin: Expose version validation boolean

Expose the version validation boolean through the public JS
API so that e.g.o can make use of it.
Comment 3 drago01 2014-02-19 16:08:21 UTC
Pushed after IRC review.

Attachment 269597 [details] pushed as 1af40b1 - extensionSystem: Add a gsettings key to disable version validation
Attachment 269598 [details] pushed as 6512a5f - browser_plugin: Expose version validation boolean