https://bugs.kde.org/show_bug.cgi?id=425036
David Redondo <k...@david-redondo.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/plasma-desktop/commit/05 |ma/plasma-desktop/commit/85 |768142c17600c8d4583f171d081 |00046453ae90862f72049e1a24e |57ecc337390 |c804ce85cff --- Comment #5 from David Redondo <k...@david-redondo.de> --- Git commit 8500046453ae90862f72049e1a24ec804ce85cff by David Redondo. Committed on 05/10/2020 at 13:20. Pushed by davidre into branch 'cherry-pick-05768142'. Add some rudimentary error handling to users kcm Don't fail silently when an error occurs otherwise the kcm just looks broken. Show at least an inline message so the user knows that something went wrong. The comment was wrong. We can distinguish why an error occured. Furthermore, even if it is a permission denied error we do not know if the user canceled the action or if it failed for some other reason so also treat that as an error. Related: bug 426932 FIXED-IN:5.20 CCMAIL:uhh...@gmail.com (cherry picked from commit 05768142c17600c8d4583f171d08157ecc337390) M +17 -1 kcms/users/package/contents/ui/UserDetailsPage.qml M +13 -0 kcms/users/src/CMakeLists.txt M +36 -4 kcms/users/src/user.cpp M +12 -1 kcms/users/src/user.h M +2 -2 kcms/users/src/usermodel.cpp https://invent.kde.org/plasma/plasma-desktop/commit/8500046453ae90862f72049e1a24ec804ce85cff -- You are receiving this mail because: You are watching all bug changes.