summaryrefslogtreecommitdiffstats
path: root/debian/patches/distro-logo.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/distro-logo.patch')
-rw-r--r--debian/patches/distro-logo.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/debian/patches/distro-logo.patch b/debian/patches/distro-logo.patch
new file mode 100644
index 0000000..47e28e5
--- /dev/null
+++ b/debian/patches/distro-logo.patch
@@ -0,0 +1,29 @@
+From: Bastien Nocera <hadess@hadess.net>
+Date: Mon, 3 Feb 2020 14:46:15 +0100
+Subject: [PATCH 03/22] info-overview: Use the Ubuntu logo prominently
+
+This removes GNOME branding in favour of Ubuntu branding. We don't
+make changes to the text information as the distribution/OS is clearly
+visible above the GNOME version.
+
+See https://bugzilla.gnome.org/show_bug.cgi?id=695691
+
+(Patch taken from Fedora and updated for Ubuntu)
+---
+ panels/info-overview/cc-info-overview-panel.ui | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/panels/info-overview/cc-info-overview-panel.ui b/panels/info-overview/cc-info-overview-panel.ui
+index 98cb85d..cac8567 100644
+--- a/panels/info-overview/cc-info-overview-panel.ui
++++ b/panels/info-overview/cc-info-overview-panel.ui
+@@ -28,7 +28,8 @@
+ <object class="GtkImage">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+- <property name="resource">/org/gnome/control-center/info-overview/GnomeLogoVerticalMedium.svg</property>
++ <property name="pixel_size">128</property>
++ <property name="pixbuf">/usr/share/icons/vendor/scalable/emblems/emblem-vendor.svg</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>