https://bugzilla.novell.com/show_bug.cgi?id=248676 ------- Comment #11 from sbrabec@novell.com 2007-03-08 04:11 MST ------- More complete list: cd /mounts/dist/unpacked/i386.full/usr/share/pixmaps for FILE in * ; do if test -L $FILE ; then LINK=$(readlink $FILE) ; if test "${LINK}" != "${LINK#../icons/hicolor/*/apps}" ; then rpm -r /mounts/dist/unpacked/i386.full --queryformat %{NAME}\\n -qf /usr/share/pixmaps/$FILE ; fi ; fi ; done | sort -u alacarte banshee control-center2 dasher evince file-roller f-spot gimp-unstable gnome-games gnome-nettool gnome-utils gnopernicus gthumb gucharmap jedit liferea nautilus-cd-burner OpenOffice_org orca resapplet rhythmbox sabayon-admin sound-juicer tangerine totem vmx-manager In case of vmx-manager it is a dangling link. I will try to remove the symlink and rebuild them. Let's see whether they will fail. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.