Krita save/load shortcuts always defaults to Krita root folder which is inconvenient for those who use custom locations for their customization files. As such it would be good if shortcut import export save and load would all default to last used folder instead of hard coded one. Reproducible: Always Steps to Reproduce: 1. Open Krita and save a shortcut file in custom location. 2. Try to save again 3. Krita has defaulted back to different location. Actual Results: - Expected Results: -
Is this with the appimage?
Ah uh Windows 10 64-bit installation version.
krita is taking the location from where the program is started.
Git commit 27678b4ca0c4363ee643a473d6d45244a4b316db by Anna Medonosova. Committed on 23/03/2019 at 05:40. Pushed by amedonosova into branch 'master'. Remember last used dirs for shortcut import/export Summary: File dialogs in KShortcutSchemesEditor use KoFileDialog instead of plain QFileDialog. This allows to remember last used directories for load/save/import/export. Load, save and import location now defaults to homedir, instead of the directory where Krita started. Reviewers: #krita, rempt Reviewed By: #krita, rempt Subscribers: rempt Tags: #krita Differential Revision: https://phabricator.kde.org/D19964 M +5 -0 libs/koplugin/KisMimeDatabase.cpp M +40 -34 libs/widgetutils/xmlgui/kshortcutschemeseditor.cpp https://commits.kde.org/krita/27678b4ca0c4363ee643a473d6d45244a4b316db