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 3d01830..993c014 100644 --- a/helpers/DATA/unity-greeter/com.canonical.unity-greeter.gschema.xml +++ b/helpers/DATA/unity-greeter/com.canonical.unity-greeter.gschema.xml @@ -30,7 +30,7 @@ Background logo file to use - 'Ambiance' + 'Trisquel' GTK+ theme to use @@ -38,7 +38,7 @@ Icon theme to use - 'Sans 11' + 'Sans 9' Font to use diff --git a/helpers/make-unity-greeter b/helpers/make-unity-greeter index 60d9daa..cee4653 100644 --- a/helpers/make-unity-greeter +++ b/helpers/make-unity-greeter @@ -17,7 +17,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=11 +VERSION=13 . ./config @@ -26,6 +26,7 @@ cp $DATA/com.canonical.unity-greeter.gschema.xml data # Change the sound theme sed s/ubuntu/freedesktop/g src/unity-greeter.vala -i +sed 's/"system-ready"/"bell"/' src/unity-greeter.vala -i rm -f src/*.c # Custom artwork