Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 441926 - app-cdr/k3b-2.0.2-r4: duplicates a lot system icons
Summary: app-cdr/k3b-2.0.2-r4: duplicates a lot system icons
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-05 20:30 UTC by Nikoli
Modified: 2012-11-11 17:52 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nikoli 2012-11-05 20:30:29 UTC
$ du -sh /usr/share/apps/k3b/icons
4,3M    /usr/share/apps/k3b/icons

$ find /usr/share/apps/k3b/icons/ -type f|wc -l
66

$ rsync -navc /usr/share/apps/k3b/icons/ /usr/share/icons/|grep -v /$ -c
33

$ rsync -navc /usr/share/icons/ /usr/share/apps/k3b/icons/ --delete-after|grep '^deleting '|sort
deleting hicolor/16x16/actions/musicbrainz.png
deleting hicolor/64x64/actions/musicbrainz.png
deleting oxygen/128x128/devices/media-optical-cd-video.png
deleting oxygen/16x16/devices/media-optical-cd-video.png
deleting oxygen/22x22/devices/media-optical-cd-video.png
deleting oxygen/32x32/devices/media-optical-cd-video.png
deleting oxygen/48x48/devices/media-optical-cd-video.png
deleting oxygen/64x64/devices/media-optical-cd-video.png
deleting oxygen/scalable/actions/tools-rip-audio-cd.svgz
deleting oxygen/scalable/actions/tools-rip-video-cd.svgz
deleting oxygen/scalable/actions/tools-rip-video-dvd.svgz
deleting oxygen/scalable/devices/
deleting oxygen/scalable/devices/media-optical-audio.svgz
deleting oxygen/scalable/devices/media-optical-cd-video.svgz
deleting oxygen/scalable/devices/media-optical-data.svgz
deleting oxygen/scalable/devices/media-optical-dvd-video.svgz
deleting oxygen/scalable/devices/media-optical-mixed-cd.svgz
deleting oxygen/scalable/devices/media-optical-video.svgz
deleting oxygen/scalable/mimetypes/application-x-k3b.svgz

$ rsync -navc /usr/share/icons/ /usr/share/apps/k3b/icons/ --delete-after|grep '^deleting '|grep 'png$' -c
8

k3b should only install media-optical-cd-video icons, all other icons are provided by kde-base/oxygen-icons.
Comment 1 Maciej Mrozowski gentoo-dev 2012-11-05 23:19:51 UTC
$ equery belongs musicbrainz.png
 * Searching for musicbrainz.png ... 
app-cdr/k3b-2.0.2-r4 (/usr/share/apps/k3b/icons/hicolor/16x16/actions/musicbrainz.png)
app-cdr/k3b-2.0.2-r4 (/usr/share/apps/k3b/icons/hicolor/64x64/actions/musicbrainz.png)

$ equery list oxygen-icons 
 * Searching for oxygen-icons ...
[IP-] [  ] kde-base/oxygen-icons-4.9.2:4

My oxygen-icons disagrees.
Comment 2 Maciej Mrozowski gentoo-dev 2012-11-05 23:23:03 UTC
Also, it should be taken upstream to solve which icons to provide and on which to rely to be there.
Comment 3 Johannes Huber (RETIRED) gentoo-dev 2012-11-11 17:52:56 UTC
(In reply to comment #2)
> Also, it should be taken upstream to solve which icons to provide and on
> which to rely to be there.

This have to be resolved by upstream. Please report this issue to upstream.