diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:51:51 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:51:51 +0000 |
commit | b0e30ceba2288eab10c6ff7be0ac0cb05a9ed0b7 (patch) | |
tree | 9f1d8a08a8cbd19d28ec2d31027f8a7ccd90de0d /data/org.gnome.settings-daemon.plugins.gschema.xml.in | |
parent | Initial commit. (diff) | |
download | gnome-settings-daemon-b0e30ceba2288eab10c6ff7be0ac0cb05a9ed0b7.tar.xz gnome-settings-daemon-b0e30ceba2288eab10c6ff7be0ac0cb05a9ed0b7.zip |
Adding upstream version 43.0.upstream/43.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | data/org.gnome.settings-daemon.plugins.gschema.xml.in | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/data/org.gnome.settings-daemon.plugins.gschema.xml.in b/data/org.gnome.settings-daemon.plugins.gschema.xml.in new file mode 100644 index 0000000..e53ed17 --- /dev/null +++ b/data/org.gnome.settings-daemon.plugins.gschema.xml.in @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<schemalist> + <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.settings-daemon.plugins" path="/org/gnome/settings-daemon/plugins/"> + <key name="whitelisted-plugins" type="as"> + <default>['all']</default> + <summary>List of plugins that are allowed to be loaded</summary> + <description> + A list of strings representing the plugins that are allowed to be loaded (default: “all”). + This is only evaluated on startup. + </description> + </key> + <child name="color" schema="org.gnome.settings-daemon.plugins.color"/> + <child name="housekeeping" schema="org.gnome.settings-daemon.plugins.housekeeping"/> + <child name="media-keys" schema="org.gnome.settings-daemon.plugins.media-keys"/> + <child name="power" schema="org.gnome.settings-daemon.plugins.power"/> + <child name="xsettings" schema="org.gnome.settings-daemon.plugins.xsettings"/> + </schema> +</schemalist> |