Skip to content
Commit 6f0e4ead authored by Elvis Angelaccio's avatar Elvis Angelaccio
Browse files

Allow extraction of read-only archives

Currently we use `KFileItemListProperties::supportsWriting()` to check whether a folder
is read-write and can be used as extract destination, but this function returns
false if the archive is read-only. A read-only archive can still be extracted,
so we need to implement our own check for the writability of parent folders.

BUG: 370948
FIXED-IN: 16.08.3

Differential Revision: D3074
parent 33c5874b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment