File: org.gnome.login-screen.gschema.xml

package info (click to toggle)
gdm3 49.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,060 kB
  • sloc: ansic: 31,633; sh: 1,637; xml: 539; makefile: 72
file content (125 lines) | stat: -rw-r--r-- 4,115 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="gdm">
  <enum id="org.gnome.login-screen.BannerSource">
    <value value="1" nick="settings"/>
    <value value="2" nick="file"/>
  </enum>

  <schema id="org.gnome.login-screen" path="/org/gnome/login-screen/">
    <key name="enable-fingerprint-authentication" type="b">
      <default>true</default>
      <summary>
        Whether or not to allow fingerprint readers for login
      </summary>
      <description>
        The login screen can optionally allow users who have enrolled
        their fingerprints to log in using those prints.
      </description>
    </key>
    <key name="enable-smartcard-authentication" type="b">
      <default>true</default>
      <summary>
        Whether or not to allow smartcard readers for login
      </summary>
      <description>
        The login screen can optionally allow users who have smartcards
        to log in using those smartcards.
      </description>
    </key>
    <key name="enable-password-authentication" type="b">
      <default>true</default>
      <summary>
        Whether or not to allow passwords for login
      </summary>
      <description>
        The login screen can be configured to disallow password authentication,
        forcing the user to use smartcard or fingerprint authentication.
      </description>
    </key>
    <key name="logo" type="s">
      <default>''</default>
      <summary>
        Path to small image at top of user list
      </summary>
      <description>
        The login screen can optionally show a small image to provide site
        administrators and distributions a way to display branding.
      </description>
    </key>
    <key name="fallback-logo" type="s">
      <default>''</default>
      <summary>
        Path to small image at top of user list
      </summary>
      <description>
        The fallback login screen can optionally show a small image to provide
        site administrators and distributions a way to display branding.
      </description>
    </key>
    <key name="disable-user-list" type="b">
      <default>false</default>
      <summary>
        Avoid showing user list
      </summary>
      <description>
        The login screen normally shows a list of available users to log in
        as. This setting can be toggled to disable showing the user list.
      </description>
    </key>
    <key name="banner-message-enable" type="b">
      <default>false</default>
      <summary>
        Enable showing the banner message
      </summary>
      <description>
        Set to true to show the banner message text.
      </description>
    </key>
    <key name="banner-message-source" enum="org.gnome.login-screen.BannerSource">
      <default>"settings"</default>
      <summary>
        Banner message source
      </summary>
      <description>
        The source of the text banner message on the login screen.
      </description>
    </key>
    <key name="banner-message-text" type="s">
      <default>''</default>
      <summary>
        Banner message text
      </summary>
      <description>
        Text banner message to show in the login window.
      </description>
    </key>
    <key name="banner-message-path" type="s">
      <default>''</default>
      <summary>
        Banner message path
      </summary>
      <description>
        Path to text file with banner message to show in the login window.
      </description>
    </key>
    <key name="disable-restart-buttons" type="b">
      <default>false</default>
      <summary>
        Disable showing the restart buttons
      </summary>
      <description>
        Set to true to disable showing the restart buttons in the login window.
      </description>
    </key>
    <key name="allowed-failures" type="i">
      <default>3</default>
      <summary>
        Number of allowed authentication failures
      </summary>
      <description>
        The number of times a user is allowed to attempt authentication, before
        giving up and going back to user selection.
      </description>
    </key>
  </schema>
</schemalist>