Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 21321 - kwavecontrol installs in /de
Summary: kwavecontrol installs in /de
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-20 02:47 UTC by Karl Trygve Kalleberg (RETIRED)
Modified: 2004-05-01 00:24 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 Karl Trygve Kalleberg (RETIRED) gentoo-dev 2003-05-20 02:47:43 UTC
kwavecontrol installs files all over the place, totally in conflict with the FHS. 

Reproducible: Always
Steps to Reproduce:
1. emerge net-wireless/kwavecontrol-0.3 
2. Check /opt/.kwavecontrol 
3. Check /de 
Actual Results:  
There are spurious directories created. 

Expected Results:  
The directories in (2) and (3) are not supposed to be there; the locale files should be 
installed in /usr/share/locale somewhere, the auxiliary files in /opt/.kwavecontrol 
should go in /usr/share/kwavecontrol-0.3. Should the binary be installed in 
/usr/kde/<version>/bin, too?
Comment 1 Paul de Vrieze (RETIRED) gentoo-dev 2003-06-09 07:26:09 UTC
No, the binary should go to /usr/bin as it is not part of the kde release.
Comment 2 Miroslav Šulc gentoo-dev 2004-01-21 01:31:20 UTC
I have found this bug too.
Comment 3 Dominik Stadler (RETIRED) gentoo-dev 2004-04-29 14:40:01 UTC
The /de seems to be an easy fix in kwavecontrol/Makefile.am and kwavecontrol/Makefile.in, the ${kde.localedir} should be replaced by ${kde.locale}. 

The /opt/ is a little trickier as it requires also a change in options.cpp to read from the correct directory.
Comment 4 Dominik Stadler (RETIRED) gentoo-dev 2004-05-01 00:24:14 UTC
I have now created version 0.3-r1 which includes a patch that should fix the direcotry-locations. Currently, I just hardcoded the location of the icons to /usr/share/apps/kwavecontrol/icons/.

Also the homepage seems to be http://kwavecontrol.sourceforge.net/ now.