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 663175 - org.gnome.shell.gschema.xml reference disabled-extensions key
org.gnome.shell.gschema.xml reference disabled-extensions key
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: extensions
3.2.x
Other Linux
: Normal trivial
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2011-11-01 15:36 UTC by Finnbarr P. Murphy
Modified: 2011-11-05 13:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
data: Fix the description for enabled-extensions (1.43 KB, patch)
2011-11-01 15:55 UTC, Jasper St. Pierre (not reading bugmail)
committed Details | Review

Description Finnbarr P. Murphy 2011-11-01 15:36:31 UTC
The disabled-extensions key is not supported in 3.2 but still referenced in the schema i.e.

    <key type="as" name="enabled-extensions">
      <default>[]</default>
      <summary>Uuids of extensions to enable</summary>
      <description>GNOME Shell extensions have a uuid property; this key lists extensions which should be loaded. disabled-extensions overrides this setting for extensions that appear in both lists.</description>
    </key>

The reference should be removed from the enabled-extension key description.
Comment 1 Jasper St. Pierre (not reading bugmail) 2011-11-01 15:55:52 UTC
Created attachment 200416 [details] [review]
data: Fix the description for enabled-extensions

The description for enabled-extensions referenced an old and removed key,
"disabled-extensions". Update the description to talk about the DBus methods
that GNOME Shell provides and talk about how the list is now an explicit
whitelist that needs to be there.


Nice catch.
Comment 2 drago01 2011-11-05 10:26:08 UTC
Review of attachment 200416 [details] [review]:

Looks good.
Comment 3 Jasper St. Pierre (not reading bugmail) 2011-11-05 13:23:13 UTC
Attachment 200416 [details] pushed as d9c6485 - data: Fix the description for enabled-extensions