From dcd4d3b3ee94090880cdbe328e67df671acc53f5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rub=C3=A9n=20Rodr=C3=ADguez?= <ruben@trisquel.info>
Date: Mon, 16 Jun 2014 19:12:51 +0200
Subject: [PATCH] Tuned up gnome-control-center

---
 helpers/DATA/gnome-control-center/gnomecc.menu.in | 1 +
 helpers/make-gnome-control-center                 | 8 +++++---
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/helpers/DATA/gnome-control-center/gnomecc.menu.in b/helpers/DATA/gnome-control-center/gnomecc.menu.in
index e5ef07f7..13521a6e 100644
--- a/helpers/DATA/gnome-control-center/gnomecc.menu.in
+++ b/helpers/DATA/gnome-control-center/gnomecc.menu.in
@@ -105,6 +105,7 @@
 <Filename>gnome-universal-access-panel.desktop</Filename>
 <Filename>gnome-user-accounts-panel.desktop</Filename>
 <Filename>gnome-app-install.desktop</Filename>
+<Filename>time.desktop</Filename>
 </Exclude>
   </Menu> <!-- End System -->
 
diff --git a/helpers/make-gnome-control-center b/helpers/make-gnome-control-center
index 9fccd1ea..1c50a5f5 100644
--- a/helpers/make-gnome-control-center
+++ b/helpers/make-gnome-control-center
@@ -17,7 +17,7 @@
 #    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 #
 
-VERSION=1
+VERSION=2
 COMPONENT=main
 
 . ./config
@@ -30,8 +30,8 @@ replace gnome-fallback gnome-classic .
 
 # Replace logo
 replace UbuntuLogo.png TrisquelLogo.png
-rm debian/UbuntuLogo.png
-cp $DATA/TrisquelLogo.png debian
+rm debian/UbuntuLogoBlank.png
+cp $DATA/TrisquelLogo.png debian/TrisquelLogoBlank.png
 
 # disable ubuntu custom help
 rm ./debian/patches/53_use_ubuntu_help.patch
@@ -40,6 +40,8 @@ sed /use_ubuntu_help/d -i debian/patches/series
 # Edit menu selections
 cp $DATA/gnomecc.menu.in shell/gnomecc.menu.in
 
+replace "Trisquel-Gettext" "Ubuntu-Gettext" .
+
 changelog "Replaced references to gnome-fallback with gnome-classic"
 
 compile
-- 
GitLab