https://bugs.kde.org/show_bug.cgi?id=446728
--- Comment #10 from Méven Car <meven....@kdemail.net> --- Git commit 88611c6ffe85f6f9a076bae9091466ba872edd43 by Méven Car. Committed on 26/02/2022 at 12:11. Pushed by meven into branch 'master'. Use a better and simpler default name for multi-file archives Now the default name of a multi-file archive created from the file actions plugin is the common prefix of those file's filename or "Archive.\[extension\]", if they don't match, instead of "\[name of parent folder\].\[extension\]". aka: "Screenshot_123.jpg", "Screenshot_1234.jpg" => "Screenshot_123.\[extension\]" "cats.jpg", "dogs.jpg" => "Archive.\[extension\]" M +13 -15 app/compressfileitemaction.cpp M +1 -1 app/compressfileitemaction.h M +18 -32 autotests/kerfuffle/addtoarchivetest.cpp M +57 -47 kerfuffle/addtoarchive.cpp M +2 -5 kerfuffle/addtoarchive.h https://invent.kde.org/utilities/ark/commit/88611c6ffe85f6f9a076bae9091466ba872edd43 -- You are receiving this mail because: You are watching all bug changes.