Skip to content
Snippets Groups Projects
Commit 76185e28 authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

Changes to unity-greeter as per #12123

parent 4788b032
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@
<summary>Background logo file to use</summary>
</key>
<key name="theme-name" type="s">
<default>'Ambiance'</default>
<default>'Trisquel'</default>
<summary>GTK+ theme to use</summary>
</key>
<key name="icon-theme-name" type="s">
......@@ -38,7 +38,7 @@
<summary>Icon theme to use</summary>
</key>
<key name="font-name" type="s">
<default>'Sans 11'</default>
<default>'Sans 9'</default>
<summary>Font to use</summary>
</key>
<key name="xft-antialias" type="b">
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment