Bug 358170 - Tilde substitution does not work in KF5 build
Summary: Tilde substitution does not work in KF5 build
Status: RESOLVED FIXED
Alias: None
Product: kfind
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-18 14:46 UTC by Kai Uwe Broulik
Modified: 2017-01-24 23:32 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 :)