Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 86657 - KDE 3.4 component refers to KDE 3.2 file
Summary: KDE 3.4 component refers to KDE 3.2 file
Status: RESOLVED DUPLICATE of bug 40698
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-25 07:21 UTC by Andrew Esh
Modified: 2005-07-17 13:06 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 Andrew Esh 2005-03-25 07:21:32 UTC
After emerging KDE 3.4 on two different machines, found that there was a remaining reference to a KDE 3.2 file. Had to create the old directory and a symlink to the 3.4 version of the file to fix it.

The dependent:
Control Center, Desktop, Panels

The file depended upon:
/usr/kde/3.2/share/apps/kicker/wallpapers/default.png

Reproducible: Always
Steps to Reproduce:
1. Emerge KDE 3.4
2. Open Control Center, Dekstop, Panels
3. See dialog complining about missing KDE 3.2 file

Actual Results:  
Dialog was displayed saying that
"/usr/kde/3.2/share/apps/kicker/wallpapers/default.png" was missing.

Expected Results:  
No dialog display.

Was able to work around it like this:
root@charon:andrewes # mkdir -p /usr/kde/3.2/share/apps/kicker/wallpapers
root@charon:andrewes # ln -s
/usr/kde/3.4/share/apps/kicker/wallpapers/default.png
/usr/kde/3.2/share/apps/kicker/wallpapers/default.png
Comment 1 Gregorio Guidi (RETIRED) gentoo-dev 2005-03-25 09:39:37 UTC
I think this can be considered a special case of bug 40698

*** This bug has been marked as a duplicate of 40698 ***