diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 14:36:24 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 14:36:24 +0000 |
commit | 200a1c0e13bdf4612a6343f1495beaf3d006353d (patch) | |
tree | fa49568e280a8dc225a234746c0797b2504f927b /debian/patches/distro-logo.patch | |
parent | Adding upstream version 1:3.38.4. (diff) | |
download | gnome-control-center-200a1c0e13bdf4612a6343f1495beaf3d006353d.tar.xz gnome-control-center-200a1c0e13bdf4612a6343f1495beaf3d006353d.zip |
Adding debian version 1:3.38.4-1.debian/1%3.38.4-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/distro-logo.patch')
-rw-r--r-- | debian/patches/distro-logo.patch | 29 |
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> |