| Summary: | There is nowhere to set default saving path. | ||
|---|---|---|---|
| Product: | [Applications] krita | Reporter: | nonamae <tom12> |
| Component: | General | Assignee: | 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
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. Krita now remembers the last used paths correctly. |