https://bugs.kde.org/show_bug.cgi?id=382599
Brandow <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #25 from Brandow <[email protected]> --- I can reproduce this on CachyOS with KDE Plasma 6.7 using 7z archives. The issue affects both compression and decompression of `.7z` files in Ark/Dolphin. The progress indicator does not show actual percentage progress; it stays indeterminate / moves back and forth, while the operation itself completes successfully. Ark debug logging shows that `.7z` handling is using the `kerfuffle_cli7z` backend and executing `/usr/bin/7z`: ``` ark.kerfuffle: Checking plugin "kerfuffle_cli7z" ark.cli7z: Loaded cli_7z plugin ark.kerfuffle: Successfully loaded plugin "kerfuffle_cli7z" ark.kerfuffle: Executing "/usr/bin/7z" ... ark.cli7z: 7zip version "26.02" detected ``` The same compression/decompression operations show correct progress when run directly from the terminal with 7z: ``` 7z a -mx=5 -m0=LZMA2 -bsp1 test.7z testfolder ``` and: ``` 7z x -bsp1 test.7z ``` So the 7z command-line tool itself is able to display progress, but Ark/Dolphin does not expose that progress through the GUI when using the `cli7z` backend. pacman -Q ark 7zip dolphin ark 26.04.2-1.1 7zip 26.02-1.1 dolphin 26.04.2-1.1 -- You are receiving this mail because: You are watching all bug changes.
