Summary: | [ Save As ] doesn't propose the actual file path , and fall-back to /home/username/ | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | David REVOY <info> |
Component: | File formats | Assignee: | Dmitry Kazakov <dimula73> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | antilopemiope, dimula73, ghevan, halla |
Priority: | NOR | ||
Version: | 2.8 Pre-Alpha | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/calligra/38635bd5e3e12deb90f174fb2e4c8373c446d949 | Version Fixed In: | |
Sentry Crash Report: |
Description
David REVOY
2013-12-13 13:40:49 UTC
Hm... Nothing changed there recently. Have you an idea since when this has started? I don't think it's recent. Probably one month old. But as I use 'Save incremental' or 'Save Backup' often, I didn't noticed. Or when I noticed I thought I accidentally pressed the 'home' button on the way. I suppose it appeared when the 'save' dialog changed ; during a period , last month , I saw Krita using the Gnome save/load file manager. Also, since this time I suppose something else weird happen if you 'Save As" my_file_name , without extension ( before , without extension was equal to *.kra for Krita ) . Now there is a dialog 'missing import filter' and nothing is saved. But that's certainly another bug report... *** Bug 328865 has been marked as a duplicate of this bug. *** Hey, I can confirm this bug on XFCE, git master ( c1ebb8342c26008f61a59ea7687eb22d6a515e40 ) hitting "save as..." defaults to $HOME But If I open a file, go to save-as (this opens $HOME), select a new destination ($HOME/new/image/folder). Hit save. Close image (CTRL+W). Open another image. Then Select Save-as: Krita will default to last used dir, in this case ($HOME/new/image/folder) I can't reproduce this bug on openSUSE, but it is reproducible on Windows. Git commit 2d764ea942847432f4f4fa94019c7d7aeac495bf by Dmitry Kazakov. Committed on 19/12/2013 at 12:31. Pushed by dkazakov into branch 'master'. Fix default saving path File dialogs of most of the window managers except KDE expect the default path be a local path, not Url (KDE can handle both variants) M +1 -1 libs/main/KoMainWindow.cpp http://commits.kde.org/calligra/2d764ea942847432f4f4fa94019c7d7aeac495bf Git commit 38635bd5e3e12deb90f174fb2e4c8373c446d949 by Dmitry Kazakov. Committed on 19/12/2013 at 12:31. Pushed by dkazakov into branch 'calligra/2.8'. Fix default saving path File dialogs of most of the window managers except KDE expect the default path be a local path, not Url (KDE can handle both variants) M +1 -1 libs/main/KoMainWindow.cpp http://commits.kde.org/calligra/38635bd5e3e12deb90f174fb2e4c8373c446d949 Test are succesfull ! it 's solved. Thx! |