make-unity-greeter: Updated artwork setting
This commit is contained in:
parent
e993697a7b
commit
d2ffc10e24
2 changed files with 3 additions and 3 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<schemalist gettext-domain="unity-greeter">
|
||||
<schema id="com.canonical.unity-greeter" path="/com/canonical/unity-greeter/">
|
||||
<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>
|
||||
</key>
|
||||
<key name="background-color" type="s">
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#!/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
|
||||
# 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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue