Bug 367590

Summary: There is nowhere to set default saving path.
Product: [Applications] krita Reporter: nonamae <tom12>
Component: GeneralAssignee: Krita Bugs <krita-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: halla
Priority: NOR    
Version First Reported In: 3.0.1 Alpha   
Target Milestone: ---   
Platform: Microsoft Windows   
OS: Microsoft Windows   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description nonamae 2016-08-19 20:18:24 UTC
Both export and saving point to under /program files.  There could be a setting for this, for both export and saving. Like if I make a folder My Documents/Krita arts, there goes the exports, under that is a folder/ krita files, there goes the .kra files. Krita could know them, and then the workflow for new projects would be much smoother.

Reproducible: Always

Steps to Reproduce:
1. Make a new project
2. Save it
3. Punks not DeaD



Stay awesome! :)
Comment 1 Halla Rempt 2016-08-22 08:00:58 UTC
Actually, Krita is supposed to remember the last used place where you saved or exported to, see https://bugs.kde.org/show_bug.cgi?id=346303 -- somehow this got broken again. The default location is intentionally the working path for the application, for people who start Krita from the command line. That is broken with appimages, though, because that resets the working path.

I'ts a bit hard to figure out the best approach, though

* When started from the command line, the default directory should be the working path
* When started from the gui, the default directory should be the Pictures folder
* After a restart, the default directory should be the one last used
* Save As/Export should default to the location of the open file

I'd rather try to figure out the right thing than adding another configuration option, though.
Comment 2 Halla Rempt 2018-09-06 14:40:25 UTC
Krita now remembers the last used paths correctly.