Bug 178319

Summary: kdelibs: don't own /usr/share/icons/hicolor
Product: [Fedora] Fedora Reporter: Rex Dieter <rdieter>
Component: kdelibsAssignee: Than Ngo <than>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-02-21 14:15:46 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:

Description Rex Dieter 2006-01-19 13:52:20 UTC
kdelibs shouldn't own /usr/share/icons/hicolor (should be owned only by the  
hicolor-icon-theme pkg)  
 
(approx, untested) fix: in kdelibs.spec's %files, change 
%{_datadir}/share/icons 
to 
%{_datadir}/icons/crystalsvg/ 
%{_datadir}/icons/hicolor/*/*/*

Comment 1 Rex Dieter 2006-01-19 15:32:05 UTC
Upon closer inspection, %files should be:  
%{_datadir}/icons/crystalsvg/  
%{_datadir}/icons/default.kde 
 
(There's nothing in hicolor/) 

Comment 2 Than Ngo 2006-02-21 14:15:46 UTC
it's now fixed in kdelibs-3.5.1-2.3. Thanks for your report.