Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 1944424

Summary: Ddristributor_logo for rhel mapped to fedora icon
Product: Red Hat Enterprise Linux 8 Reporter: Cora Loftis <coralof>
Component: gnome-control-centerAssignee: Carlos Garnacho <cgarnach>
Status: CLOSED WONTFIX QA Contact: Desktop QE <desktop-qa-list>
Severity: low Docs Contact:
Priority: unspecified    
Version: 8.3CC: bberg, feborges, mcatanza, rstrode, tpopela
Target Milestone: rcFlags: pm-rhel: mirror+
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-03-30 14:08:36 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 Flags
gnome-control-center screenshot none

Description Cora Loftis 2021-03-29 22:01:59 UTC
Created attachment 1767495 [details]
gnome-control-center screenshot

Description of problem: The "gnome-control-center.spec" config file for gnome-control center maps the 'rhel' distribution identifier to Fedora's logo (lines 154-155). This in turn makes any icon set other than Adwaita (specifically tested; papirus-icon-theme) show up with a Fedora logo instead of Red Hat's.


Version-Release number of selected component (if applicable): gnome-control-center v3.28.2


How reproducible: Tested and the results were the same on 2 separate machines.


Steps to Reproduce:
1. Install papirus-icon-theme (https://github.com/PapirusDevelopmentTeam/papirus-icon-theme)
2. Open 'gnome-control-center'
3. Open "Details" -> "About" to view icon.

Actual results: Fedora logo appears


Expected results: Red Hat logo should appear (as in the Adwaita theme)

Comment 1 Tomas Popela 2021-03-30 06:58:43 UTC
Michael, can you please take a look?

Comment 2 Michael Catanzaro 2021-03-30 14:08:31 UTC
This is not a bug in RHEL. papirus-icon-theme theme is overriding fedora-logo-icon with an upstream Fedora logo instead of a Red Hat fedora logo, see:

https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/commit/fda19e48a07b1b9a8acb22e2a2947a6a30e146e2

redhat-logos is careful to replace the icon, it's just being overridden by Papirus. So this is not our bug.

I also notice the logo is subtly modified from the real Fedora logo. I'm skeptical that Papirus has permission to redistribute modified versions of our logo.

Comment 3 RHEL Program Management 2021-03-30 14:08:36 UTC
Development Management has reviewed and declined this request. You may appeal this decision by reopening this request.

Comment 4 Michael Catanzaro 2021-03-30 14:29:09 UTC
To be clear, this icon is going to be broken everywhere, not just in gnome-control-center. RHEL expects fedora-logo-icon to be a Red Hat fedora, not a Fedora project logo. This is a reasonable expectation because it's what we ship.

If we *have* granted permission to distribute our logo in icon themes, maybe the implications for downstream usage were not considered. E.g. in Fedora respins, the spin is supposed to replace the icons, and it defaults to a hot dog icon. There's no way for this to work if third-party icon themes distribute their own versions of the icon.

Comment 5 Michael Catanzaro 2021-03-30 14:46:28 UTC
(In reply to Cora Loftis from comment #0)
> Description of problem: The "gnome-control-center.spec" config file for
> gnome-control center maps the 'rhel' distribution identifier to Fedora's
> logo (lines 154-155). This in turn makes any icon set other than Adwaita
> (specifically tested; papirus-icon-theme) show up with a Fedora logo instead
> of Red Hat's.

You're looking at the RHEL 9 specfile, not the RHEL 8 specfile.

This bug won't occur in RHEL 9 because there we use PNG images rather than icon theme lookup:

	
%if 0%{?fedora}
  -Ddistributor_logo=%{_datadir}/pixmaps/fedora_logo_med.png \
  -Ddark_mode_distributor_logo=%{_datadir}/pixmaps/fedora_whitelogo_med.png \
%endif
%if 0%{?rhel}
  -Ddistributor_logo=%{_datadir}/pixmaps/fedora-logo.png \
  -Ddark_mode_distributor_logo=%{_datadir}/pixmaps/system-logo-white.png \
%endif

There's no way for Papyrus to break that because fedora-logo.png and system-logo-white.png are not icons.

Comment 6 Cora Loftis 2021-03-30 15:55:34 UTC
They've removed the symlink to fedora-logo-icon in the theme, and I've updated the icon theme to confirm that the logo is now reverted back to Red Hat's original. Thanks for your help!

Comment 7 Michael Catanzaro 2021-03-30 16:01:33 UTC
Well that will fix gnome-control-center, but not other places using fedora-logo-icon. To be clear, fedora-logo-icon may be expected to be a Red Hat fedora or a hot dog. Assuming it should be a Fedora project logo is not correct.

Comment 8 Michael Catanzaro 2021-03-30 16:13:38 UTC
It could also be a Rocky Linux logo:

https://github.com/rocky-linux/rocky-logos/blob/main/icons/hicolor/256x256/apps/fedora-logo-icon.png

or really anything. There's no winning here. I see Papirus has now removed the logos altogether, which was probably a good choice. :)