https://bugzilla.redhat.com/show_bug.cgi?id=797330 --- Comment #27 from Christopher Meng <cickumqt@xxxxxxxxx> --- Let's see: 1. %{_datadir}/pixmaps/%{name}/default.xpm So, you put the icon underneath dir %{_datadir}/pixmaps/%{name}/. Now you just wrote %{_datadir}/pixmaps/%{name}/default.xpm, so RPM will own this icon only, and the parent directory %{_datadir}/pixmaps/%{name} is un-owned. Solution: %{_datadir}/pixmaps/%{name}/default.xpm --> %{_datadir}/pixmaps/%{name}/ 2. BUT! Since you are the upstream of this fork, I hope you don't put this icon here(why we need an extra dir???), just directly put it at %{_datadir}/pixmaps and name it %{name}.xpm so you can just write this in RPM: %{_datadir}/pixmaps/%{name}.xpm And don't forget to modify the desktopfile entry: Icon=/usr/share/pixmaps/xsensors/default.xpm --> Icon=xsensors.xpm -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review