Changes to unity-greeter as per #12123
This commit is contained in:
parent
4788b03233
commit
76185e2841
2 changed files with 4 additions and 3 deletions
|
|
@ -30,7 +30,7 @@
|
||||||
<summary>Background logo file to use</summary>
|
<summary>Background logo file to use</summary>
|
||||||
</key>
|
</key>
|
||||||
<key name="theme-name" type="s">
|
<key name="theme-name" type="s">
|
||||||
<default>'Ambiance'</default>
|
<default>'Trisquel'</default>
|
||||||
<summary>GTK+ theme to use</summary>
|
<summary>GTK+ theme to use</summary>
|
||||||
</key>
|
</key>
|
||||||
<key name="icon-theme-name" type="s">
|
<key name="icon-theme-name" type="s">
|
||||||
|
|
@ -38,7 +38,7 @@
|
||||||
<summary>Icon theme to use</summary>
|
<summary>Icon theme to use</summary>
|
||||||
</key>
|
</key>
|
||||||
<key name="font-name" type="s">
|
<key name="font-name" type="s">
|
||||||
<default>'Sans 11'</default>
|
<default>'Sans 9'</default>
|
||||||
<summary>Font to use</summary>
|
<summary>Font to use</summary>
|
||||||
</key>
|
</key>
|
||||||
<key name="xft-antialias" type="b">
|
<key name="xft-antialias" type="b">
|
||||||
|
|
|
||||||
|
|
@ -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=11
|
VERSION=13
|
||||||
|
|
||||||
. ./config
|
. ./config
|
||||||
|
|
||||||
|
|
@ -26,6 +26,7 @@ cp $DATA/com.canonical.unity-greeter.gschema.xml data
|
||||||
|
|
||||||
# Change the sound theme
|
# Change the sound theme
|
||||||
sed s/ubuntu/freedesktop/g src/unity-greeter.vala -i
|
sed s/ubuntu/freedesktop/g src/unity-greeter.vala -i
|
||||||
|
sed 's/"system-ready"/"bell"/' src/unity-greeter.vala -i
|
||||||
rm -f src/*.c
|
rm -f src/*.c
|
||||||
|
|
||||||
# Custom artwork
|
# Custom artwork
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue