From ca415c6eba745b73edb56ae6c1cca917b981712e Mon Sep 17 00:00:00 2001
From: Ruben Rodriguez <ruben@trisquel.info>
Date: Sun, 14 Aug 2016 00:06:40 -0400
Subject: [PATCH] unity-greeter: updated gschema.xml

---
 .../unity-greeter/com.canonical.unity-greeter.gschema.xml     | 4 ++++
 helpers/make-unity-greeter                                    | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/helpers/DATA/unity-greeter/com.canonical.unity-greeter.gschema.xml b/helpers/DATA/unity-greeter/com.canonical.unity-greeter.gschema.xml
index 993c014d..dda293a7 100644
--- a/helpers/DATA/unity-greeter/com.canonical.unity-greeter.gschema.xml
+++ b/helpers/DATA/unity-greeter/com.canonical.unity-greeter.gschema.xml
@@ -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>
diff --git a/helpers/make-unity-greeter b/helpers/make-unity-greeter
index 18379ef4..5c19b641 100644
--- a/helpers/make-unity-greeter
+++ b/helpers/make-unity-greeter
@@ -17,7 +17,7 @@
 #    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 #
 
-VERSION=1
+VERSION=2
 
 . ./config
 
-- 
GitLab