[control-center/f19] Show Fedora logo in the details panel

Matthias Clasen mclasen at fedoraproject.org
Mon Apr 1 02:02:54 UTC 2013


commit 9ac6507a4932cb9c678c4cdb7f712f2dbceea4a7
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Sun Mar 31 20:50:02 2013 -0400

    Show Fedora logo in the details panel

 control-center.spec |    8 ++++++-
 distro-logo.patch   |   57 +++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 64 insertions(+), 1 deletions(-)
---
diff --git a/control-center.spec b/control-center.spec
index 26f06cb..45f048b 100644
--- a/control-center.spec
+++ b/control-center.spec
@@ -12,13 +12,16 @@
 Summary: Utilities to configure the GNOME desktop
 Name: control-center
 Version: 3.8.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 Epoch: 1
 License: GPLv2+ and GFDL
 #VCS: git:git://git.gnome.org/gnome-control-center
 Source: http://download.gnome.org/sources/gnome-control-center/3.8/gnome-control-center-%{version}.tar.xz
 URL: http://www.gnome.org
 
+# https://bugzilla.gnome.org/show_bug.cgi?id=695691
+Patch0: distro-logo.patch
+
 Requires: gnome-settings-daemon >= %{gsd_version}
 Requires: redhat-menus >= %{redhat_menus_version}
 Requires: gnome-icon-theme
@@ -210,6 +213,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Sun Mar 31 2013 Matthias Clasen <mclasen at redhat.com> - 1:3.8.0-2
+- Show the Fedora logo in the details panel
+
 * Tue Mar 26 2013 Richard Hughes <rhughes at redhat.com> - 1:3.8.0-1
 - Update to 3.8.0
 
diff --git a/distro-logo.patch b/distro-logo.patch
new file mode 100644
index 0000000..c1c8e43
--- /dev/null
+++ b/distro-logo.patch
@@ -0,0 +1,57 @@
+From e249c4821bd58aa0e772ecdb57d0e35886acbf8f Mon Sep 17 00:00:00 2001
+From: Matthias Clasen <mclasen at redhat.com>
+Date: Sun, 31 Mar 2013 20:28:19 -0400
+Subject: [PATCH] info: Switch around GNOME and distro information
+
+This makes the distribution logo prominent, and puts GNOME version
+information in the small print.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=695691
+---
+ panels/info/info.ui | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+diff --git a/panels/info/info.ui b/panels/info/info.ui
+index c7b193a..f71f037 100644
+--- a/panels/info/info.ui
++++ b/panels/info/info.ui
+@@ -243,7 +243,7 @@
+                               <object class="GtkImage" id="system_image">
+                                 <property name="visible">True</property>
+                                 <property name="can_focus">False</property>
+-                                <property name="pixbuf">GnomeLogoVerticalMedium.svg</property>
++                                <property name="pixbuf">/usr/share/icons/Fedora/scalable/places/start-here.svg</property>
+                               </object>
+                               <packing>
+                                 <property name="expand">False</property>
+@@ -252,7 +252,7 @@
+                               </packing>
+                             </child>
+                             <child>
+-                              <object class="GtkLabel" id="version_label">
++                              <object class="GtkLabel" id="os_type_label">
+                                 <property name="visible">True</property>
+                                 <property name="can_focus">False</property>
+                                 <property name="label">Version 3.0</property>
+@@ -324,8 +324,8 @@
+                                     <property name="visible">True</property>
+                                     <property name="can_focus">False</property>
+                                     <property name="xalign">1</property>
+-                                    <property name="label" translatable="yes" comments="To translators: this field contains the distro name, version and type">Base system</property>
+-                                    <property name="mnemonic_widget">os_type_label</property>
++                                    <property name="label">GNOME</property>
++                                    <property name="mnemonic_widget">version_label</property>
+                                     <style>
+                                       <class name="dim-label"/>
+                                     </style>
+@@ -392,7 +392,7 @@
+                                   </packing>
+                                 </child>
+                                 <child>
+-                                  <object class="GtkLabel" id="os_type_label">
++                                  <object class="GtkLabel" id="version_label">
+                                     <property name="visible">True</property>
+                                     <property name="can_focus">False</property>
+                                     <property name="xalign">0</property>
+-- 
+1.8.2
\ No newline at end of file


More information about the scm-commits mailing list