https://bugs.kde.org/show_bug.cgi?id=306835
--- Comment #4 from Peter Mühlenpfordt <de...@ukn8.de> --- The way of passing a new directory url looks ok to me. The problem is (not) switching to browse mode in MainWindow::openSelectedDocuments(), which is done only if no items are selected. In cases with just a few images in the new directory, MainWindow::slotDirListerCompleted() triggers too early and the first item is selected - if this is an image, switching to browse mode does not happen. Selecting a big directory (tested with >5k images) it's ok, since DirLister runs longer. A solution could be switching to browse mode in MainWindow::slotCurrentDirUrlChanged(). This seems to work in a short test. -- You are receiving this mail because: You are watching all bug changes.