~ubuntu-branches/debian/sid/gsettings-desktop-schemas/sid

« back to all changes in this revision

Viewing changes to schemas/org.gnome.desktop.screensaver.gschema.xml.in.in

  • Committer: Package Import Robot
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2013-10-12 23:51:50 UTC
  • mfrom: (12.1.7 experimental)
  • Revision ID: package-import@ubuntu.com-20131012235150-ch6q1f92n7cfulrb
Tags: 3.8.2-2
* debian/control.in:
  + Switch gir1.2-gdesktopenums-3.0 to section introspection.
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
    <key name="idle-activation-enabled" type="b">
4
4
      <default>true</default>
5
5
      <_summary>Activate when idle</_summary>
6
 
      <_description>Set this to TRUE to activate the screensaver when the session is idle.</_description>
 
6
      <_description>
 
7
        Set this to TRUE to activate the screensaver when the session is idle.
 
8
 
 
9
        DEPRECATED: This key is deprecated and ignored.
 
10
        Set org.gnome.session.idle-delay to 0 if you do not want to activate the screensaver.
 
11
      </_description>
7
12
    </key>
8
13
    <key name="lock-enabled" type="b">
9
14
      <default>true</default>
15
20
      <_summary>Time before locking</_summary>
16
21
      <_description>The number of seconds after screensaver activation before locking the screen.</_description>
17
22
    </key>
 
23
    <key name="show-full-name-in-top-bar" type="b">
 
24
      <default>true</default>
 
25
      <_summary>Show full name in the lock screen</_summary>
 
26
      <_description>Whether the user's full name is shown in the lock screen or not. This only affects the screen shield, the name is always shown in the unlock dialog.</_description>
 
27
    </key>
18
28
    <key name="embedded-keyboard-enabled" type="b">
19
29
      <default>false</default>
20
30
      <_summary>Allow embedding a keyboard into the window</_summary>
21
 
      <_description>Set this to TRUE to allow embedding a keyboard into the window when trying to unlock.  The "keyboard_command" key must be set with the appropriate command.</_description>
 
31
      <_description>
 
32
        Set this to TRUE to allow embedding a keyboard into the window when trying to unlock.  The "keyboard_command" key must be set with the appropriate command.
 
33
 
 
34
        DEPRECATED: This key is deprecated and ignored.
 
35
</_description>
22
36
    </key>
23
37
    <key name="embedded-keyboard-command" type="s">
24
38
      <default>''</default>
25
39
      <_summary>Embedded keyboard command</_summary>
26
 
      <_description>The command that will be run, if the "embedded_keyboard_enabled" key is set to TRUE, to embed a keyboard widget into the window. This command should implement an XEMBED plug interface and output a window XID on the standard output.</_description>
 
40
      <_description>
 
41
        The command that will be run, if the "embedded_keyboard_enabled" key is set to TRUE, to embed a keyboard widget into the window. This command should implement an XEMBED plug interface and output a window XID on the standard output.
 
42
 
 
43
        DEPRECATED: This key is deprecated and ignored.
 
44
      </_description>
27
45
    </key>
28
46
    <key name="logout-enabled" type="b">
29
47
      <default>false</default>
30
48
      <_summary>Allow logout</_summary>
31
 
      <_description>Set this to TRUE to offer an option in the unlock dialog to allow logging out after a delay.  The delay is specified in the "logout_delay" key.</_description>
 
49
      <_description>
 
50
        Set this to TRUE to offer an option in the unlock dialog to allow logging out after a delay.  The delay is specified in the "logout_delay" key.
 
51
 
 
52
        DEPRECATED: This key is deprecated and ignored.
 
53
      </_description>
32
54
    </key>
33
55
    <key name="logout-delay" type="u">
34
56
      <default>7200</default>
35
57
      <_summary>Time before logout option</_summary>
36
 
      <_description>The number of seconds after the screensaver activation before a logout option will appear in the unlock dialog. This key has effect only if the "logout_enable" key is set to TRUE.</_description>
 
58
      <_description>
 
59
        The number of seconds after the screensaver activation before a logout option will appear in the unlock dialog. This key has effect only if the "logout_enable" key is set to TRUE.
 
60
 
 
61
        DEPRECATED: This key is deprecated and ignored
 
62
      </_description>
37
63
    </key>
38
64
    <key name="logout-command" type="s">
39
65
      <default>''</default>
40
66
      <_summary>Logout command</_summary>
41
 
      <_description>The command to invoke when the logout button is clicked.  This command should simply log the user out without any interaction. This key has effect only if the "logout_enable" key is set to TRUE.</_description>
 
67
      <_description>
 
68
        The command to invoke when the logout button is clicked.  This command should simply log the user out without any interaction. This key has effect only if the "logout_enable" key is set to TRUE.
 
69
 
 
70
        DEPRECATED: This key is deprecated and ignored.
 
71
      </_description>
42
72
    </key>
43
73
    <key name="user-switch-enabled" type="b">
44
74
      <default>true</default>
48
78
    <key name="status-message-enabled" type="b">
49
79
      <default>true</default>
50
80
      <_summary>Allow the session status message to be displayed</_summary>
51
 
      <_description>Allow the session status message to be displayed when the screen is locked.</_description>
 
81
      <_description>
 
82
        Allow the session status message to be displayed when the screen is locked.
 
83
 
 
84
        DEPRECATED: This key is deprecated and ignored.
 
85
      </_description>
 
86
    </key>
 
87
    <key name="picture-options" enum="org.gnome.desktop.GDesktopBackgroundStyle">
 
88
      <default>'zoom'</default>
 
89
      <_summary>Picture Options</_summary>
 
90
      <_description>
 
91
        Determines how the image set by wallpaper_filename is rendered.
 
92
        Possible values are "none", "wallpaper", "centered", "scaled",
 
93
        "stretched", "zoom", "spanned".
 
94
      </_description>
 
95
    </key>
 
96
    <key name="picture-uri" type="s">
 
97
      <default>'file://@datadir@/themes/Adwaita/backgrounds/adwaita-timed.xml'</default>
 
98
      <_summary>Picture URI</_summary>
 
99
      <_description>
 
100
        URI to use for the background image. Not that the backend only supports
 
101
        local (file://) URIs.
 
102
      </_description>
 
103
    </key>
 
104
    <key name="picture-opacity" type="i">
 
105
      <range min="0" max="100"/>
 
106
      <default>100</default>
 
107
      <_summary>Picture Opacity</_summary>
 
108
      <_description>
 
109
        Opacity with which to draw the background picture.
 
110
      </_description>
 
111
    </key>
 
112
    <key name="primary-color" type="s">
 
113
      <default>'#023c88'</default>
 
114
      <_summary>Primary Color</_summary>
 
115
      <_description>
 
116
        Left or Top color when drawing gradients, or the solid color.
 
117
      </_description>
 
118
    </key>
 
119
    <key name="secondary-color" type="s">
 
120
      <default>'#5789ca'</default>
 
121
      <_summary>Secondary Color</_summary>
 
122
      <_description>
 
123
        Right or Bottom color when drawing gradients, not used for solid color.
 
124
      </_description>
 
125
    </key>
 
126
    <key name="color-shading-type" enum="org.gnome.desktop.GDesktopBackgroundShading">
 
127
      <default>'solid'</default>
 
128
      <_summary>Color Shading Type</_summary>
 
129
      <_description>
 
130
        How to shade the background color. Possible values are "horizontal",
 
131
        "vertical", and "solid".
 
132
      </_description>
52
133
    </key>
53
134
  </schema>
54
135
</schemalist>