Bug 147387 - Kfind does not follow/search in symlinked sub directory
Summary: Kfind does not follow/search in symlinked sub directory
Status: REPORTED
Alias: None
Product: kfind
Classification: Applications
Component: general (show other bugs)
Version: 2.0
Platform: openSUSE Linux
: NOR wishlist
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-30 06:43 UTC by Rajen
Modified: 2010-02-19 00:20 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rajen 2007-06-30 06:43:22 UTC
Version:           2.0 (using KDE KDE 3.5.5)
Installed from:    SuSE RPMs
OS:                Linux

Kfind will not follow symlinked sub-directories when "include subfolders" is checked. If I am searching in directory /some/path/to/foo and if directory "foo" contains symlinked directory "bar", then kfind will not look into "bar" for the search argument.  

Kfind does not even have any option to specify that symlinked directories are to be followed for searching the search argument. "GNU find" utility has an option "-L" to specify that search should to follow

From the GNU find man-page:
-L     Follow symbolic links. 

Kfind seems to either missing this feature or probably there is a bug. 

Example: 

Directory :  /opt/kde/share/icons

Sub directories inside the above directory (not symlinked) : crystalsuse, crystalsvg, hicolor, ikons, kdeclassic, locolor, .... and so on.

Sub directories inside the above directory (symlinked) :   Aqua_Project,    BlueSphere,    OS-K , noia,  Cezanne,  Scriptures,   nuoveXT-kde-1.6,  Crystal-Clear,  SnowIsh-1.3,   nuvoX-0.3, Exquisite,  .... and so on.

Now when I try searching for some file, say foobar.png, in /opt/kde/share/icons with the "include sub-folders" option checked in Kfind, then Kfind searches only actual directories but does not follow the symlinked directories in its search. There is no option to tell kfind to follow symlinked directories.

Solution ??


Rajen.