Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 6426

Summary: kio_fish ebuild has errors
Product: Gentoo Linux Reporter: Edi Weitz <edi>
Component: New packagesAssignee: Dan Armak (RETIRED) <danarmak>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: High    
Version: 1.2   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Edi Weitz 2002-08-13 17:36:41 UTC
It doesn't work out of the box because some files are installed in wrong
locations. I had to

  cp /usr/share/services/fish.protocol usr/kde/3/share/services/

and

  cp /usr/lib/kde3/kio_fish.* /usr/kde/3/lib/kde3/

to make it work.

Edi.
Comment 1 Dan Armak (RETIRED) gentoo-dev 2002-08-19 13:39:45 UTC
The kde-env ebuild adds /usr to KDEDIRS, enabling kde apps to work when 
installed in /usr. Please move kio_fish back to /usr, check that 
kde-base/kde-env-3-r1 is installed, and to make sure its changes take effect, 
run env-update (just in case) and restart kde. If it still doesn't work, tell 
me. 
Comment 2 Markus Luisser 2002-08-21 06:51:09 UTC
had the same problem. resolved it by copying  /usr/share/services/fish.protcol to /usr/kde/3/share/services  nothing else was required... 
Comment 3 Dan Armak (RETIRED) gentoo-dev 2002-08-31 14:31:35 UTC
So services/ isn't scanned for all KDEDIRS values? hm... I rather think it is 
in latest cvs.. I'll have to look into it. 
Comment 4 Dan Armak (RETIRED) gentoo-dev 2003-01-25 14:16:25 UTC
kio_fish is part of kde 3.1, to be released in a few days. So since I cannot reproduce this 
problem, and you have a local fix easily available, I'm not interested in fixing it.