Created attachment 112472 [details] error message when Ark interrupts extraction because destination is full When files extraction is interrupted after a while because destination is full, Ark shows an error message not clear about the problem: "Failed to open file for writing..." (screenshot). I think Ark should check if free space in destination is sufficient before start the files extraction.
Yep, this is in the todo list. See https://phabricator.kde.org/T1876 (Patches welcome!)
*** Bug 427252 has been marked as a duplicate of this bug. ***
Git commit 75ee205a779a13f536186720295cae71f130c4a6 by Elvis Angelaccio, on behalf of Tomaz Canabrava. Committed on 09/06/2022 at 17:46. Pushed by elvisangelaccio into branch 'master'. Block extraction if there's no space left This works only on the BatchExtract, that's triggered by the right click menu in dolphin. If the final size of the file to be uncompressed is bigger than the free space on a folder or device, quit with an error. M +5 -0 kerfuffle/archiveentry.cpp M +1 -0 kerfuffle/archiveentry.h M +17 -10 kerfuffle/archiveinterface.cpp M +6 -0 kerfuffle/archiveinterface.h M +24 -0 kerfuffle/jobs.cpp M +0 -2 plugins/libarchive/readonlylibarchiveplugin.h https://invent.kde.org/utilities/ark/commit/75ee205a779a13f536186720295cae71f130c4a6
*** Bug 465989 has been marked as a duplicate of this bug. ***