unity-greeter: updated gschema.xml
This commit is contained in:
parent
7918581999
commit
ca415c6eba
2 changed files with 5 additions and 1 deletions
|
|
@ -94,6 +94,10 @@
|
|||
<default>[]</default>
|
||||
<summary>List of usernames that are hidden until a special key combination is hit</summary>
|
||||
</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">
|
||||
<default>300</default>
|
||||
<summary>Number of seconds of inactivity before blanking the screen. Set to 0 to never timeout.</summary>
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
#
|
||||
|
||||
VERSION=1
|
||||
VERSION=2
|
||||
|
||||
. ./config
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue