Earlier when I clicked "Open" while editing a file over SSH or FTP, the server folder with that file was automatically opened. Now (Kate 16.08.3) it opens another folder (probably the current dir at which Kate was started). Please return back the old behavior.
Note that I start Kate with XDG_CURRENT_DESKTOP=KDE and use the KDE Open and Save dialogs.
The bug happens for both Open and Save dialogs.
I cannot reproduce it on Kate 17.04.2 KDE Frameworks 5.35.0, Qt 5.7.1 Do you still experiencing this issue? Which versions are you using?
Yes - it's occurring for me. Kate 17.04.2 KDE Frameworks 5.35.0 Built against Qt 5.7.1 Using kde-neon developer-stable release - fully updated. Symptoms: - From a session 2 files - one local - and one via fish. - Select the local file - request a file-open (toolbar or menu) you get the file's directory - Select the fish'ed file - request a file-open (toolbar or menu) you get the user's home directory. I grabbed the latest kate code from git - and traced the open call to QFileDialog static function getOpenFileUrls() under the KateViewManager::slotDocumentOpen() . That does get the fish'ed file's url for the dir parameter ... but dialog ends up with users home directory. Note - this bug and 374296 seem to be the same issue.
*** This bug has been marked as a duplicate of bug 374296 ***