~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, Sjoerd Simons, Emilio Pozuelo Monfort
  • Date: 2015-05-22 20:16:55 UTC
  • mfrom: (1.5.5)
  • Revision ID: package-import@ubuntu.com-20150522201655-4ctpiadmyh5t6699
Tags: 3.16.1-1
[ Sjoerd Simons ]
* New upstream release

[ Emilio Pozuelo Monfort ]
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<schemalist>
2
 
  <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.desktop.screensaver" path="/org/gnome/desktop/screensaver/">
3
 
    <key name="idle-activation-enabled" type="b">
4
 
      <default>true</default>
5
 
      <_summary>Activate when idle</_summary>
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.desktop.session idle-delay to 0 if you do not want to activate the screensaver.
11
 
      </_description>
12
 
    </key>
13
 
    <key name="lock-enabled" type="b">
14
 
      <default>true</default>
15
 
      <_summary>Lock on activation</_summary>
16
 
      <_description>Set this to TRUE to lock the screen when the screensaver goes active.</_description>
17
 
    </key>
18
 
    <key name="lock-delay" type="u">
19
 
      <default>0</default>
20
 
      <_summary>Time before locking</_summary>
21
 
      <_description>The number of seconds after screensaver activation before locking the screen.</_description>
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>
28
 
    <key name="embedded-keyboard-enabled" type="b">
29
 
      <default>false</default>
30
 
      <_summary>Allow embedding a keyboard into the window</_summary>
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>
36
 
    </key>
37
 
    <key name="embedded-keyboard-command" type="s">
38
 
      <default>''</default>
39
 
      <_summary>Embedded keyboard command</_summary>
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>
45
 
    </key>
46
 
    <key name="logout-enabled" type="b">
47
 
      <default>false</default>
48
 
      <_summary>Allow logout</_summary>
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>
54
 
    </key>
55
 
    <key name="logout-delay" type="u">
56
 
      <default>7200</default>
57
 
      <_summary>Time before logout option</_summary>
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>
63
 
    </key>
64
 
    <key name="logout-command" type="s">
65
 
      <default>''</default>
66
 
      <_summary>Logout command</_summary>
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>
72
 
    </key>
73
 
    <key name="user-switch-enabled" type="b">
74
 
      <default>true</default>
75
 
      <_summary>Allow user switching</_summary>
76
 
      <_description>Set this to TRUE to offer an option in the unlock dialog to switch to a different user account.</_description>
77
 
    </key>
78
 
    <key name="status-message-enabled" type="b">
79
 
      <default>true</default>
80
 
      <_summary>Allow the session status message to be displayed</_summary>
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@/backgrounds/gnome/adwaita-lock.jpg'</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>
133
 
    </key>
134
 
  </schema>
135
 
</schemalist>