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.
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 2RHEL 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 3Ray 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 4Ray Strode [halfline]
2010-05-04 16:50:50 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
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 11Alexander 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 12releng-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.
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)