https://bugs.kde.org/show_bug.cgi?id=439664
--- Comment #21 from Henrique Sant'Anna <hsanta...@gmail.com> --- Dolphin can (or should) handle the plugin error and prevent the entire application from shutting down. The application is closing because its code does not anticipate that plugins can perform actions that result in a fatal error. There are multiple errors that Dolphin itself can cause, but these errors are handled in such a way that they do not result in failure. In short, the application needs to handle not only errors arising from its own native actions, but also generally handle errors that may arise from plugin actions. -- You are receiving this mail because: You are watching all bug changes.