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 588737

Summary: Missing icon
Product: Red Hat Enterprise Linux 6 Reporter: Lubomir Rintel <lkundrak>
Component: anacondaAssignee: Dave Cantrell <dcantrell>
Status: CLOSED CURRENTRELEASE QA Contact: Release Test Team <release-test-team-automation>
Severity: medium Docs Contact:
Priority: low    
Version: 6.0CC: atodorov, borgan, duffy, rstrode
Target Milestone: rc   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: anaconda-13.21.40-1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-07-02 20:48:28 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 588538    
Attachments:
Description Flags
icons files, meant for placement in /usr/share/icons/hicolor/*, artwork by Jakub Steiner, Lapo Calamandrei, Máirín Duffy
none
preview showing what the new icon looks like none

Description Lubomir Rintel 2010-05-04 12:31:27 UTC
An icon for liveinst is missing:

[liveuser@localhost ~]$ cat /usr/share/applications/liveinst.desktop |grep Icon
Icon=anaconda
[liveuser@localhost ~]$ find /usr/share/icons /usr/share/pixmaps |grep anaconda
[liveuser@localhost ~]$

Furthermore, the package contains a broken symlink:

[liveuser@localhost ~]$ file /usr/share/pixmaps/redhat/mini-\*.xpm
/usr/share/pixmaps/redhat/mini-*.xpm: broken symbolic link to `*-mini.xpm'

Obviously, there's nothing like *-mini.xpm in the sources:

(cd $RPM_BUILD_ROOT%{_datadir}/pixmaps/redhat; \
for i in *-mini.xpm; do \
  linkfile=`echo $i | sed -e "s/\(.*\)-mini/mini-\1/"` ; \
  ln -s $i $linkfile ; \
done)

Comment 2 RHEL Program Management 2010-05-04 13:30:17 UTC
This request was evaluated by Red Hat Product Management for inclusion in a Red
Hat Enterprise Linux major release.  Product Management has requested further
review of this request by Red Hat Engineering, for potential inclusion in a Red
Hat Enterprise Linux Major release.  This request is not yet committed for
inclusion.

Comment 3 Ray Strode [halfline] 2010-05-04 16:46:14 UTC
looks like we need the rhel equivalent of fedora's anaconda.png, which is a fedora logo with an arrow pointing to a harddrive

Comment 4 Ray Strode [halfline] 2010-05-04 16:50:50 UTC
Adding Máirín to the cc list

Comment 5 Máirín Duffy 2010-05-05 14:32:09 UTC
Created attachment 411631 [details]
icons files, meant for placement in /usr/share/icons/hicolor/*, artwork by Jakub Steiner, Lapo Calamandrei, Máirín Duffy

Comment 6 Máirín Duffy 2010-05-05 14:32:49 UTC
Created attachment 411633 [details]
preview showing what the new icon looks like

Comment 7 Ray Strode [halfline] 2010-05-05 14:57:29 UTC
New icons aren't branded, they need to go in anaconda.

Reassigning.

Comment 8 Dave Cantrell 2010-05-08 02:34:56 UTC
Have a patch in place for anaconda to include these icons.  Can I get a qa_ack on this bug so I can commit the fix?

Comment 11 Alexander Todorov 2010-05-25 13:20:32 UTC
anaconda-13.21.45-1.el6.x86_64

# grep Icon /usr/share/applications/liveinst.desktop 
Icon=anaconda

# find /usr/share/icons /usr/share/pixmaps |grep anaconda
/usr/share/icons/hicolor/48x48/apps/anaconda.png
/usr/share/icons/hicolor/32x32/apps/anaconda.png
/usr/share/icons/hicolor/16x16/apps/anaconda.png
/usr/share/icons/hicolor/22x22/apps/anaconda.png
/usr/share/icons/hicolor/24x24/apps/anaconda.png

Icon is present.

# ls -l /usr/share/pixmaps/redhat/*mini*
-rw-r--r--. 1 root root 458  1 Jun  2009 /usr/share/pixmaps/redhat/rpmlogo-mini.png

No symlinks found. Moving to VERIFIED.

Comment 12 releng-rhel@redhat.com 2010-07-02 20:48:28 UTC
Red Hat Enterprise Linux Beta 2 is now available and should resolve
the problem described in this bug report. This report is therefore being closed
with a resolution of CURRENTRELEASE. You may reopen this bug report if the
solution does not work for you.