Summary: | Check that destination is writable before preparing move/copy job | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kio | Reporter: | Bartemius Crouch <egxoun8uya67izy> |
Component: | general | Assignee: | David Faure <faure> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | bugseforuns, dieseltrike, finex, geist1, kdelibs-bugs, nate |
Priority: | NOR | Keywords: | usability |
Version: | 5.45.0 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/kio/1df333b33cc1ca3dabfceed27ea21e65f26e0f72 | Version Fixed In: | 5.63 |
Sentry Crash Report: | |||
Attachments: | What i saw when i came back |
Description
Bartemius Crouch
2007-02-11 23:56:04 UTC
Created attachment 19632 [details]
What i saw when i came back
Yes, kio should do some further test before starting the copy process. *** Bug 206535 has been marked as a duplicate of this bug. *** Git commit 1df333b33cc1ca3dabfceed27ea21e65f26e0f72 by David Faure. Committed on 17/09/2019 at 22:20. Pushed by dfaure into branch 'master'. Move/copy job: skip stat'ing sources if the destination dir isn't writable Summary: BUG: 141564 Test Plan: Unit test, but also copying to / in dolphin, to check what the error message looks like. Reviewers: shubham, broulik, bruns, chinmoyr, ngraham Reviewed By: ngraham Subscribers: ngraham, chinmoyr, kde-frameworks-devel Tags: #frameworks Differential Revision: https://phabricator.kde.org/D17632 M +52 -0 autotests/jobtest.cpp M +2 -0 autotests/jobtest.h M +12 -1 src/core/copyjob.cpp https://commits.kde.org/kio/1df333b33cc1ca3dabfceed27ea21e65f26e0f72 Git commit 54e2fe33c4d3eda37cd415fdb0923fe40b52b2f5 by David Faure. Committed on 18/09/2019 at 12:03. Pushed by dfaure into branch 'master'. Amend commit 1df333b33cc to only fail early if no privilege escalation is possible M +1 -1 src/core/copyjob.cpp https://commits.kde.org/kio/54e2fe33c4d3eda37cd415fdb0923fe40b52b2f5 *** Bug 412163 has been marked as a duplicate of this bug. *** |