https://bugs.kde.org/show_bug.cgi?id=352761
--- Comment #6 from David Edmundson <k...@davidedmundson.co.uk> --- Git commit 2beb1a0ad23177f7dc2e5ee622bed3a70f671278 by David Edmundson. Committed on 26/11/2018 at 13:17. Pushed by davidedmundson into branch 'Plasma/5.12'. Set error if a kjob host disappears from kuiserver with active jobs Summary: If the host of a kjob crashes or is killed kuiserver currently reports that the job has been completed successfully. This is seriously wrong as it could lead a user to perform a potentially destructive operation. Setting any error (that's not 0 or 1) will cause plasmashell, the main kuiserver view, to show a persistent notification that a job has failed. For master I will use a more correct new enum, new error text, and a way to tell for KIO operations to report to the uiserver if the host crashing is important or not. Test Plan: Whilst copying a million files killed dolphin Got a persistent error instead of a success message on the last file it was on Moving files successfully then killing the app remained fine Reviewers: #plasma, broulik Reviewed By: #plasma, broulik Subscribers: broulik, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D17171 M +1 -0 kuiserver/progresslistmodel.cpp https://commits.kde.org/plasma-workspace/2beb1a0ad23177f7dc2e5ee622bed3a70f671278 -- You are receiving this mail because: You are watching all bug changes.