From d2ffc10e2493ef5b0ad6fc64a2b499ed11481fe9 Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez Date: Mon, 19 Mar 2018 10:55:22 -0400 Subject: [PATCH] make-unity-greeter: Updated artwork setting --- .../unity-greeter/com.canonical.unity-greeter.gschema.xml | 2 +- helpers/make-unity-greeter | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 dda293a..c66fbde 100644 --- a/helpers/DATA/unity-greeter/com.canonical.unity-greeter.gschema.xml +++ b/helpers/DATA/unity-greeter/com.canonical.unity-greeter.gschema.xml @@ -2,7 +2,7 @@ - '/usr/share/backgrounds/belenos.png' + '/usr/share/backgrounds/flidas.jpg' Background file to use, either an image path or a color (e.g. #772953) diff --git a/helpers/make-unity-greeter b/helpers/make-unity-greeter index 5c19b64..0e6eb9e 100644 --- a/helpers/make-unity-greeter +++ b/helpers/make-unity-greeter @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2012-2016 Ruben Rodriguez +# Copyright (C) 2012-2018 Ruben Rodriguez # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -17,7 +17,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=2 +VERSION=3 . ./config