GNOME Bugzilla – Bug 663175
org.gnome.shell.gschema.xml reference disabled-extensions key
Last modified: 2011-11-05 13:23:15 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.
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.
Review of attachment 200416 [details] [review]: Looks good.
Attachment 200416 [details] pushed as d9c6485 - data: Fix the description for enabled-extensions