unity-greeter: updated gschema.xml

This commit is contained in:
Ruben Rodriguez 2016-08-14 00:06:40 -04:00
parent 7918581999
commit ca415c6eba
2 changed files with 5 additions and 1 deletions

View file

@ -94,6 +94,10 @@
<default>[]</default> <default>[]</default>
<summary>List of usernames that are hidden until a special key combination is hit</summary> <summary>List of usernames that are hidden until a special key combination is hit</summary>
</key> </key>
<key name="group-filter" type="as">
<default>[]</default>
<summary>List of groups that users must be part of to be shown (empty list shows all users)</summary>
</key>
<key name="idle-timeout" type="i"> <key name="idle-timeout" type="i">
<default>300</default> <default>300</default>
<summary>Number of seconds of inactivity before blanking the screen. Set to 0 to never timeout.</summary> <summary>Number of seconds of inactivity before blanking the screen. Set to 0 to never timeout.</summary>

View file

@ -17,7 +17,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# #
VERSION=1 VERSION=2
. ./config . ./config