Bug 442034

Summary: failure to extract results in 3 different error messages with the same content
Product: [Applications] ark Reporter: Ilia Kats <ilia-kats>
Component: generalAssignee: Elvis Angelaccio <elvis.angelaccio>
Status: REPORTED ---    
Severity: normal CC: aacid, rthomsen6
Priority: NOR    
Version First Reported In: 21.08.0   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Ilia Kats 2021-09-05 14:48:29 UTC
When extracting a file from Dolphin's context menu (extract here), if extraction fails, three different error messages with the same content show up: A pop-up window, a tray notification, and a red message inside dolphin. This is a bit overkill. Just the pop-up window is really enough, as it used to be (not sure when this changed).

STEPS TO REPRODUCE
1. Take any zip file, run `head -c 4096 file.zip > test.zip`. This creates a corrupt ZIP file.
2. In dolphin, right-click on test.zip, go to Extract->Extract archive here
3. A pop-up window with an error message pops up
4. A notification with the same error message pops up
5. A red message widget inside Dolphin with the same error message pops up