File: org.mate.SettingsDaemon.plugins.gschema.xml.in

package info (click to toggle)
mate-settings-daemon 1.20.4-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 8,012 kB
  • sloc: ansic: 23,176; makefile: 1,140; xml: 126; sh: 18
file content (9 lines) | stat: -rw-r--r-- 796 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
<schemalist>
  <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.mate.SettingsDaemon.plugins" path="/org/mate/settings-daemon/plugins/">
    <key name="init-load-priority" type="i">
      <default>2</default>
      <summary>Load priority for Initialization phase</summary>
      <description>Priority to use as the cut-off for loading plugins during the session initialization phase. Plugins that are this number or lower, will be loaded before mate-settings-daemon registers itself as an initialized application. This is useful for plugins that need the set environment variables, or change settings before the window manager, panel, or desktop has started loading. Values higher than this number will be deferred to be loaded asynchronously.</description>
    </key>
  </schema>
</schemalist>