Summary: | Error messages when I cancel installation of krunner addons | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-knewstuff | Reporter: | Patrick Silva <bugseforuns> |
Component: | general | Assignee: | Dan Leinir Turthra Jensen <admin> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | alexander.lohnau, kdelibs-bugs |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Neon | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/frameworks/knewstuff/commit/e429d469bbdd97e0cec4613caea67c8073b53453 | Version Fixed In: | 5.82 |
Sentry Crash Report: | |||
Attachments: | screen recording |
Description
Patrick Silva
2021-04-29 12:17:48 UTC
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 |