Bug 1829838
| Summary: | gnome-nettool has empty icon on Fedora 32 | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Daniel Rusek <drusek> | ||||||
| Component: | gnome-nettool | Assignee: | Kalev Lember <klember> | ||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 32 | CC: | gnome-sig, john.j5live, klember, mail, mclasen, rhughes, robin.norwood, rstrode, sandmann | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | gnome-nettool-3.8.1-19.fc32 | Doc Type: | If docs needed, set a value | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2020-05-22 05:30:43 UTC | Type: | Bug | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
|
Description
Daniel Rusek
2020-04-30 13:04:04 UTC
Created attachment 1683305 [details]
GNOME Nettool - Empty icon in GNOME Shell Overview
Created attachment 1683306 [details]
GNOME Nettool - Empty icon in the About dialog
I have found what causes the issue! :-) The problem is in the /usr/share/icons/hicolor/scalable/apps/gnome-nettool.svg file. There is a typo in this part of the svg tag: xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd" There should not be any space in "s odipodi-0.dtd". Changing it to "sodipodi-0.dtd" fixed the issue. Could someone please fix this in the package? Upstream Merge Request: https://gitlab.gnome.org/GNOME/gnome-nettool/-/merge_requests/2 Thanks, I went ahead and backported it in https://src.fedoraproject.org/rpms/gnome-nettool/c/dfea1814dc82c7ed39e6831ff60c24399b882ffe?branch=master FEDORA-2020-2f6e269886 has been submitted as an update to Fedora 32. https://bodhi.fedoraproject.org/updates/FEDORA-2020-2f6e269886 FEDORA-2020-2f6e269886 has been pushed to the Fedora 32 testing repository. In short time you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2020-2f6e269886` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-2f6e269886 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2020-2f6e269886 has been pushed to the Fedora 32 stable repository. If problem still persists, please make note of it in this bug report. |