In a file dialog, when entering an absolute path in "Name" field and pressing enter (either a directory to navigate to, or a file to open), I get a "Cannot open file" dialog, with an error like "The file "/home/" could not be found". It works with an absolute path url, like "file:///home". Seen with both KFileDialog (for example kfontview) and KDEPlatformFileDialog (for example qtcreator). Note that : - It worked on KDE4 - The default Qt5.3 file dialog (ie when not using KDEPlatformTheme), has the opposite behavior (/home works, file:///home doesn't work).
Git commit a77076ad8799174637cf452e5bb3e4097b34916e by Maarten De Meyer. Committed on 05/09/2014 at 18:05. Pushed by demeyer into branch 'master'. Fix QUrl porting error. REVIEW: 120071 M +1 -1 src/filewidgets/kfilewidget.cpp http://commits.kde.org/kio/a77076ad8799174637cf452e5bb3e4097b34916e