https://bugs.kde.org/show_bug.cgi?id=369216
Bug ID: 369216
Summary: kdialog path parsing regression
Product: kdialog
Version: unspecified
Platform: Compiled Sources
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
kdialog --getsavefilename /path/to/newfile.ext
no longer starts in the supplied directory, but always uses a default (for me
~/Documents)
kdialog --getsavefilename file:///path/to/newfile.ext
still works, but chromium is not that smart.
This regression resulted from the recent commit REVIEW:128639
Code which prepended "file://" to the path was removed as it is not
cross-platform.
I believe QUrl::fromUserInput is doing the right thing, so I'm not sure where
it breaks.
Reproducible: Always
Steps to Reproduce:
1. kdialog --getsavefilename /path/to/newfile.ext
2.
3.
Actual Results:
Dialog starts in ~/Documents
Expected Results:
Dialog starts in /path/to
kdialog master, KDE frameworks 5.26, Qt 5.7, ArchLinux.
--
You are receiving this mail because:
You are watching all bug changes.