Bug 1870066
| Summary: | Missing arrow icons for applications | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Eduardo Minguez <eminguez> | ||||||
| Component: | paper-icon-theme | Assignee: | Artur Frenszek-Iwicki <fedora> | ||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 32 | CC: | decathorpe, fedora | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | paper-icon-theme-1.5.0-6.fc32 | Doc Type: | If docs needed, set a value | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2020-08-27 14:30:56 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: |
|
||||||||
Created attachment 1711850 [details]
proper icons in nautilus (using adawaita icon theme)
I've been using Paper and have noticed this, but I don't really remember it working properly in F31, so that's why I didn't do anything about it I'll try to verify if the F31 version works and find out what changed between F31 and F32. It seems to be related to https://github.com/snwh/paper-icon-theme/issues/750 I guess Okay, I narrowed this down to .svg files. I noticed that the files were handled correctly by some programs, and others refused to display them. The problematic files use "osb:" properties in their SVG/XML markup, but do not have an "xmlns:osb" link in their SVG root. Don't know why that worked before - maybe it used to part of the Inkspace xmlns and was moved out between F31 and F32? Cooking up a script that will go through files during %prep and apply the fix where needed. FEDORA-2020-dd6e69b2e4 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-dd6e69b2e4` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-dd6e69b2e4 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2020-dd6e69b2e4 has been pushed to the Fedora 32 stable repository. If problem still persists, please make note of it in this bug report. |
Created attachment 1711849 [details] missing icons in nautilus Description of problem: There are some icons missing when using the paper-icon-theme such as the arrows used in nautilus or gnome-settings Version-Release number of selected component (if applicable): paper-icon-theme-1.5.0-5.fc32.noarch How reproducible: Just use paper-icon-theme as icon theme in Fedora 32 (it used to work in Fedora 31) Steps to Reproduce: 1. Install paper-icon-theme 2. Use gnome-tweaks and switch to that icon theme 3. Actual results: See attachment. Expected results: See attachment. Additional info: It used to work in Fedora 31