Bug 442034 - failure to extract results in 3 different error messages with the same content
Summary: failure to extract results in 3 different error messages with the same content
Status: REPORTED
Alias: None
Product: ark
Classification: Applications
Component: general (show other bugs)
Version: 21.08.0
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Elvis Angelaccio
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-09-05 14:48 UTC by Ilia Kats
Modified: 2021-09-05 14:48 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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