SUMMARY Konsole not remember last output save directory STEPS TO REPRODUCE 1. Click File -> save output as 2. Choose a directory except home dir and save 3. Save output again OBSERVED RESULT the directory in save file dialog still is home dir EXPECTED RESULT the save file dialog remember last save directory SOFTWARE/OS VERSIONS Windows: MacOS: Linux/KDE Plasma: (available in About System) KDE Plasma Version: 5.14 KDE Frameworks Version: 5.53 Qt Version: 5.12 ADDITIONAL INFORMATION None
Spectacle already does this and we have a request for Okular to do the same: Bug 400103. Seems reasonable to do it here too.
Patch: https://phabricator.kde.org/D18352
Git commit 61ed2c88a4e205eb5eef2df6cdb13c7ddd6e2943 by Kurt Hindenburg. Committed on 21/04/2019 at 19:12. Pushed by hindenburg into branch 'master'. Remember last 'Save Output As' directory This will save current session's last 'Save Output As' directory as well as saving it so next Konsole startup will remember it. Original code by Tao Guo <guotao945@gmail.com> with additions by myself. FIXED-IN: 19.08.0 Differential Revision: https://phabricator.kde.org/D18352 M +24 -3 src/SaveHistoryTask.cpp M +2 -0 src/SaveHistoryTask.h https://commits.kde.org/konsole/61ed2c88a4e205eb5eef2df6cdb13c7ddd6e2943