Updated unity-greeter logo

This commit is contained in:
Rubén Rodríguez 2014-07-22 20:05:02 +02:00
parent 4c5c5ba806
commit 80cb867bae
3 changed files with 18 additions and 3 deletions

View file

@ -2,7 +2,7 @@
<schemalist gettext-domain="unity-greeter">
<schema id="com.canonical.unity-greeter" path="/com/canonical/unity-greeter/">
<key name="background" type="s">
<default>'/usr/share/backgrounds/toutatis.jpg'</default>
<default>'/usr/share/backgrounds/belenos.png'</default>
<summary>Background file to use, either an image path or a color (e.g. #772953)</summary>
</key>
<key name="background-color" type="s">
@ -34,7 +34,7 @@
<summary>GTK+ theme to use</summary>
</key>
<key name="icon-theme-name" type="s">
<default>'ubuntu-mono-dark'</default>
<default>'trisquel'</default>
<summary>Icon theme to use</summary>
</key>
<key name="font-name" type="s">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.4 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Before After
Before After

View file

@ -17,7 +17,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION=7
VERSION=11
. ./config
@ -39,6 +39,21 @@ cp $DATA/badge.png data/trisquel_badge.png
cp $DATA/badge.png data/unknown_badge.png
replace ubuntu_badge trisquel_badge .
sed '/paint_with_alpha/s/0.4/0.7/' -i src/menubar.vala
sed '/set_source_rgb/s/(0.1, 0.1, 0.1)/(0.0, 0.0, 0.0)/' -i src/menubar.vala
sed '/set_source_rgba/s/(0.1, 0.1, 0.1, 0.4)/(0.0, 0.0, 0.0, 0.7)/' -i src/dash-box.vala
sed '/ttf-ubuntu-font-family/d' -i debian/control
sed '/default_session/ s/ubuntu/trisquel/' -i ./src/user-list.vala
sed '/session_name/ s/ubuntu/trisquel/' -i ./src/settings-daemon.vala
# Custom fonts
replace "Ubuntu 1" "Sans 1" .
replace "Ubuntu Light 1" "Sans 1" .
sed '/set_family/ s/Ubuntu/Sans/' -i src/logo-generator.vala
changelog "Adapted for Trisquel"
compile