https://bugs.kde.org/show_bug.cgi?id=369216

--- Comment #4 from Paul <holle...@cs.dal.ca> ---
My best guess now is it's in KIO's KFileWidget::setSelection
-     d->setLocationText(QUrl(url));
+    d->setLocationText(urlFromString(url));
since the second last edit to kfilewidget.cpp made that change in another
function and it has the affect of prepending file:// to absolute paths on
Linux.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to