Hi, a little bug in the way 'Save As' works recently : * To reproduce : - Edit a file, ex : 'first-step.kra' file in a folder tree like this /home/deevad/my-project/to-rule/the-world/first-step.kra - Press "File>Save As" after edition, and enter for the name "first-step_revised.kra" ( without paying more attention ) - Press enter * Result : - When you'll visit /home/deevad/my-project/to-rule/the-world/ later ; only first-step.kra will be around. - 'first-step_revised.kra' will be in your /home/deevad/ folder * Wanted result - On pressing the 'Save as' button , having Krita to auto navigate to my project folder path /home/deevad/my-project/to-rule/the-world/ sounds logic to me ; rather than auto proposing /home/deevad/
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!