Bug 240647 - Dialog to handle unwritable destination path upon accepting transfer should have an option to write newly chosen directory to the preferences
Summary: Dialog to handle unwritable destination path upon accepting transfer should h...
Status: RESOLVED LATER
Alias: None
Product: konversation
Classification: Applications
Component: dcc (show other bugs)
Version: Git
Platform: Unlisted Binaries Linux
: NOR wishlist
Target Milestone: ---
Assignee: Bernd Buschinski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-03 21:12 UTC by Eike Hein
Modified: 2013-04-15 01:43 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.