File: org.gnome.settings-daemon.plugins.gschema.xml.in

package info (click to toggle)
gnome-settings-daemon 48.1-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 16,160 kB
  • sloc: ansic: 33,525; python: 1,340; xml: 603; sh: 101; makefile: 32; perl: 19
file content (18 lines) | stat: -rw-r--r-- 962 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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>