https://bugs.kde.org/show_bug.cgi?id=410120
Bug ID: 410120
Summary: Krusader pays no attention to the "Follow links"
checkbox when searching. (This looks like a
regression)
Product: krusader
Version: Git
Platform: Other
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: search
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: ---
SUMMARY
When searching, Krusader ignores the "Follow links" checkbox.
This can be tried e.g. with a test folder that can be build this way:
mkdir sysadmin
mkdir sysadmin/Windows
mkdir sysadmin/Linux
echo "Common information." > sysadmin/information.txt
echo "Windows installation." > sysadmin/Windows/installation.txt
echo "Linux installation." > sysadmin/Linux/installation.txt
cd sysadmin/Linux
ln -s ../Windows "Windows information"
cd ../..
cd sysadmin/Windows
ln -s ../Linux "Linux information"
cd ../..
--
You are receiving this mail because:
You are watching all bug changes.