From b528a525e472d802a9ca7fdda1a56d85e28f682c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rub=C3=A9n=20Rodr=C3=ADguez?= <ruben@trisquel.info>
Date: Mon, 26 May 2014 23:33:27 +0200
Subject: [PATCH] Fixed background in unity-greeter

---
 helpers/make-unity-greeter | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/helpers/make-unity-greeter b/helpers/make-unity-greeter
index 74565d42..5ff4f0ca 100644
--- a/helpers/make-unity-greeter
+++ b/helpers/make-unity-greeter
@@ -23,8 +23,8 @@ VERSION=1
 
 #patch -p1 < $DATA/harcoded_orca.patch
 #patch -p1 < $DATA/no_dots.patch
-sed s/ubuntu/gnome-classic/g src/unity-greeter.vala -i
-rm src/*.c
+sed s/ubuntu/freedesktop/g src/unity-greeter.vala -i
+rm -f src/*.c
 
 #% REBRAND: Replace the logo
 #% CurrentState: 
@@ -47,7 +47,7 @@ cat << EOF > data/unity-greeter.conf
 # xft-rgba = Type of subpixel antialiasing (none, rgb, bgr, vrgb or vbgr)
 #
 [greeter]
-background=/usr/share/backgrounds/dagda-g.jpg
+background=/usr/share/backgrounds/toutatis.jpg
 logo=/usr/share/unity-greeter/logo.png
 theme-name=Trisquel
 icon-theme-name=trisquel
-- 
GitLab