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