blob: 47e28e5a2c3d9a2c7baf99d6f6d79208a3316618 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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>
|