SUMMARY Please watch the attached screen recording. EXPECTED RESULT no error message when installation is canceled SOFTWARE/OS VERSIONS Operating System: KDE neon Unstable Edition KDE Plasma Version: 5.21.80 KDE Frameworks Version: 5.82.0 Qt Version: 5.15.2 Graphics Platform: X11
Created attachment 138002 [details] screen recording
A possibly relevant merge request was started @ https://invent.kde.org/frameworks/knewstuff/-/merge_requests/120
Git commit e429d469bbdd97e0cec4613caea67c8073b53453 by Alexander Lohnau. Committed on 29/04/2021 at 13:09. Pushed by alex into branch 'master'. Do not show error when installation is canceled FIXED-IN: 5.82 The exit code 130 is means the operation was canceled using CTRL+C, see https://tldp.org/LDP/abs/html/exitcodes.html for reference. In case the install commands gracefully exit, but don't finish the installation we don't want the user to be confronted with an error message. M +12 -6 src/core/installation.cpp https://invent.kde.org/frameworks/knewstuff/commit/e429d469bbdd97e0cec4613caea67c8073b53453
Git commit eb756743660cb8c5451a3d8e35aaa6d07c692770 by Alexander Lohnau. Committed on 29/04/2021 at 13:20. Pushed by alex into branch 'master'. krunner plugininstaller: Do not show error when user cancels dialog M +6 -2 kcms/runners/plugininstaller/main.cpp https://invent.kde.org/plasma/plasma-desktop/commit/eb756743660cb8c5451a3d8e35aaa6d07c692770