Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 334335 - kde-misc/kdiff3 should have a dep on icon set
Summary: kde-misc/kdiff3 should have a dep on icon set
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 345249
  Show dependency tree
 
Reported: 2010-08-24 19:10 UTC by Maurice van der Pot (RETIRED)
Modified: 2011-01-03 20:38 UTC (History)
0 users

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 Maurice van der Pot (RETIRED) gentoo-dev 2010-08-24 19:10:13 UTC
kdiff3 requires an iconset installed (and configured?), otherwise it will have no icons and spit out lots of errors:
kdiff3(14123)/kdeui (KIconLoader): Error: standard icon theme "oxygen" not found!
QPainter::begin: Paint device returned engine == 0, type: 2
QPainter::begin: Paint device returned engine == 0, type: 2
QPainter::begin: Paint device returned engine == 0, type: 2
QPainter::begin: Paint device returned engine == 0, type: 2
QPainter::begin: Paint device returned engine == 0, type: 2
QPainter::begin: Paint device returned engine == 0, type: 2
etc

Because kdiff3 does not depend on any icon set (directly or indirectly) portage wanted to remove kde-base/oxygen-icons from my system when I did a --depclean.

I was told that it should work with any xdg-compliant and complete enough icon set, so instead of a dependency on oxygen-icons maybe a virtual xdg-icon-set should be created to depend on.

I added the following to ~/.kde4/share/config/kdeglobals to test if it worked with another icon theme than oxygen (I already had tango-icon-theme and gnome-icon-theme installed):
[Icons]
Theme=Tango

It seemed to work without problems.
Comment 1 Andreas K. Hüttel archtester gentoo-dev 2011-01-03 20:38:31 UTC
Fixed by eclass change (all packages using kde4-base.eclass now have a runtime dependency on oxygen-icons).