Skip to content
Commit 7f65f911 authored by Ragnar Thomsen's avatar Ragnar Thomsen
Browse files

Handle "no space left" messages from cliplugins

Previously, Ark didn't handle "no space left" error messages from the
cliplugins. This resulted in either the gui being "busy" continously
(clizip), or that the user didn't get any indication that there was a
problem extracting the archive (cli7z and clirar).

This commit adds a pattern (DiskFullPatterns) for catching these errors.
An errorbox is then displayed to the user. Some of the programs used in
the cliplugins, such as 7z v9.38, doesn't output a specific message,
but then a generic "Extraction failed" message is displayed instead.

BUG: 206383, 206385
FIXED-IN: 16.04.0

Differential Revision: D455
parent 5d56d0c6
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