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 993c014..dda293a 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 @@ [] List of usernames that are hidden until a special key combination is hit + + [] + List of groups that users must be part of to be shown (empty list shows all users) + 300 Number of seconds of inactivity before blanking the screen. Set to 0 to never timeout. diff --git a/helpers/make-unity-greeter b/helpers/make-unity-greeter index 18379ef..5c19b64 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