Package: gnome-nettool
Version: 3.8.1-3
Severity: minor
Tags: patch
The gnome-nettool SVG icon is invalid and therefore no longer shown in
the current GNOME release. The attached patch fixes this issue.
-- System Information:
Debian Release: bullseye/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 5.10.0-5-amd64 (SMP w/4 CPU threads)
Locale: LANG=de_CH.UTF-8, LC_CTYPE=de_CH.UTF-8 (charmap=UTF-8), LANGUAGE
not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages gnome-nettool depends on:
ii bind9-dnsutils [dnsutils] 1:9.16.13-1
ii dconf-gsettings-backend [gsettings-backend] 0.38.0-2
ii dnsutils 1:9.16.13-1
ii finger 0.17-17
ii iputils-ping [ping] 3:20210202-1
ii iputils-tracepath 3:20210202-1
ii libc6 2.31-11
ii libcairo2 1.16.0-5
ii libgdk-pixbuf2.0-0 2.40.2-2
ii libglib2.0-0 2.66.8-1
ii libgtk-3-0 3.24.24-3
ii libgtop-2.0-11 2.40.0-2
ii libpango-1.0-0 1.46.2-3
ii net-tools 1.60+git20181103.0eebece-1
ii nmap 7.91+dfsg1+really7.80+dfsg1-2
ii whois 5.5.8
gnome-nettool recommends no packages.
gnome-nettool suggests no packages.
-- no debconf information
From 217075331273b06b119b6d1cf36728b2b7466fc2 Mon Sep 17 00:00:00 2001
From: Ronny Standtke <ronny.stand...@gmx.net>
Date: Fri, 9 Apr 2021 00:06:24 +0200
Subject: [PATCH] fixed broken SVG icon
---
pixmaps/icons/scalable/apps/gnome-nettool.svg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pixmaps/icons/scalable/apps/gnome-nettool.svg b/pixmaps/icons/scalable/apps/gnome-nettool.svg
index 06de271..efaa25c 100644
--- a/pixmaps/icons/scalable/apps/gnome-nettool.svg
+++ b/pixmaps/icons/scalable/apps/gnome-nettool.svg
@@ -7,7 +7,7 @@
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd"
+ xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="48px"
height="48px"
--
2.30.2