Bug 358170

Summary: Tilde substitution does not work in KF5 build
Product: [Applications] kfind Reporter: Kai Uwe Broulik <kde>
Component: generalAssignee: Unassigned bugs mailing-list <unassigned-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: lueck
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Kai Uwe Broulik 2016-01-18 14:46:46 UTC
When running the KF5 variant of KFind I can no longer enter paths starting with a tilde, such as ~/Projects. Instead, when starting search it says it cannot find the folder. This works in Kdelibs 4 version. I'm not sure if this is a KFind issue or the KIO stuff it uses in the background.

Reproducible: Always

Steps to Reproduce:
1. Run KFind KF5 build
2. Enter ~ into the Location combo
3. Try to run search

Actual Results:  
An error happens

Expected Results:  
The ~ is correctly substituted for $HOME

The URL completer works and suggests folders within ~ while typing but the search itself does not.
Comment 1 Burkhard Lück 2017-01-23 06:13:43 UTC
Kfind 2.0.0 master build from sources
KDE Frameworks 5.31.0
Qt 5.6.1 (built against 5.6.1)
The xcb windowing system

Tilde substitution works for me
Comment 2 Christoph Feck 2017-01-24 23:32:00 UTC
Fixed with https://commits.kde.org/kfind/2f1c475ed4a078735dd30d64586f635efba4977a by reporter.

Yes, you fixed it, Kai :)