Bug 240647

Summary: Dialog to handle unwritable destination path upon accepting transfer should have an option to write newly chosen directory to the preferences
Product: [Applications] konversation Reporter: Eike Hein <hein>
Component: dccAssignee: Bernd Buschinski <b.buschinski>
Status: RESOLVED LATER    
Severity: wishlist CC: cledwon, konversation-devel
Priority: NOR    
Version: Git   
Target Milestone: ---   
Platform: Unlisted Binaries   
OS: Linux   
Latest Commit: Version Fixed In:

Description Eike Hein 2010-06-03 21:12:05 UTC
In the common case this dialog will be seen if the configured destination path for transfers is no longer writable. A checkbox to make the newly-chosen destination path the default for future transfers makes sense.
Comment 1 Bernd Buschinski 2011-07-27 21:53:03 UTC
Git commit 37698c5182ad44abbadc458484f79d89508dba4e by Bernd Buschinski.
Committed on 27/07/2011 at 23:42.
Pushed by buschinski into branch 'master'.

Properly check if destination is writeable. In case it is not, let the user choose a new
destination and give them chance to save new destination as new default download folder.
However, the check does not properly work for windows, as they handle writeable dirs differently
from Lunix/Mac OS X.
CCBUG:240647

M  +7    -5    src/dcc/resumedialog.h
M  +25   -3    src/dcc/resumedialog.cpp
M  +18   -2    src/dcc/transferrecv.cpp

http://commits.kde.org/konversation/37698c5182ad44abbadc458484f79d89508dba4e
Comment 2 Eike Hein 2013-04-15 01:43:15 UTC
Let's revisit when Windows no longer sucks, I guess.