Unity-greeter updated with etiona artwork ref

This commit is contained in:
Ruben Rodriguez 2020-05-10 21:29:38 -04:00
parent 5b3e51baab
commit d19ac9a153
2 changed files with 2 additions and 2 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/flidas.jpg'</default> <default>'/usr/share/backgrounds/etiona.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

@ -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=3 VERSION=4
. ./config . ./config