make-unity-greeter: Updated artwork setting

This commit is contained in:
Ruben Rodriguez 2018-03-19 10:55:22 -04:00
parent e993697a7b
commit d2ffc10e24
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
<schemalist gettext-domain="unity-greeter"> <schemalist gettext-domain="unity-greeter">
<schema id="com.canonical.unity-greeter" path="/com/canonical/unity-greeter/"> <schema id="com.canonical.unity-greeter" path="/com/canonical/unity-greeter/">
<key name="background" type="s"> <key name="background" type="s">
<default>'/usr/share/backgrounds/belenos.png'</default> <default>'/usr/share/backgrounds/flidas.jpg'</default>
<summary>Background file to use, either an image path or a color (e.g. #772953)</summary> <summary>Background file to use, either an image path or a color (e.g. #772953)</summary>
</key> </key>
<key name="background-color" type="s"> <key name="background-color" type="s">

View file

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# #
# Copyright (C) 2012-2016 Ruben Rodriguez <ruben@trisquel.info> # Copyright (C) 2012-2018 Ruben Rodriguez <ruben@trisquel.info>
# #
# This program is free software; you can redistribute it and/or modify # 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 # 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 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# #
VERSION=2 VERSION=3
. ./config . ./config