Summary: | User changes can't be saved with accountsservice-22.04.62 | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | Marc <marc_altmann> |
Component: | kcm_users | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | 1831420956, arojas, brokencanoe, Dr, horen, jheckman170, locutusofborg64, nate, ramon.oliveiravj, rapiteanu.catalin, uhhadd |
Priority: | VHI | Keywords: | regression |
Version: | 5.23.5 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-workspace/commit/2885bcfacbf49f8292b8567f0b710efc30b7e57d | Version Fixed In: | 5.24 |
Sentry Crash Report: |
Description
Marc
2022-01-30 19:06:06 UTC
I have another laptop with Arch and KDE installed (pretty much the same setup on the laptop that has the bug), but the system on this one is not freshly installed. I tried changing my avatar or email and it worked. Afterwards I updated my system (using pacman) and it doens't work anymore. So this bug seems to be in a current version of the systemsettings or it's dependencies. (Unfortunately I didn't update this laptop very recently, because I just use it sometimes, so maybe this bug is a little bit older). I don't know how I can provide useful information for solving this problem, but I would like to help! I can confirm that I'm also unable to change my user settings (like email) from the users kcm. *** Bug 449395 has been marked as a duplicate of this bug. *** Caused by the update to accountsservice 22.04.62 Offending commit is https://gitlab.freedesktop.org/accountsservice/accountsservice/-/commit/d5847d8d012d4a2a659f890c210ad10031a9cf3d *** Bug 449423 has been marked as a duplicate of this bug. *** *** Bug 449484 has been marked as a duplicate of this bug. *** Does anyone know if this is an upstream regression that's being fixed, or is the breakage expected/unrevertable and we have to adapt to it? (In reply to Nate Graham from comment #8) > Does anyone know if this is an upstream regression that's being fixed, or is > the breakage expected/unrevertable and we have to adapt to it? This seems completely intentional: https://gitlab.freedesktop.org/accountsservice/accountsservice/-/merge_requests/46#note_378985 Darn. Guess we gotta fix it. (In reply to Nate Graham from comment #10) > Darn. Guess we gotta fix it. Haha -- bro my bad i break it to often then i should be; just be happy your not as busy to fix my errors :D *** Bug 449567 has been marked as a duplicate of this bug. *** A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/1433 Git commit efddc639b7f1443e643787e841893a5700f07742 by Nate Graham, on behalf of Jan Blackquill. Committed on 03/02/2022 at 21:39. Pushed by ngraham into branch 'master'. kcms/users: set interactive auth flag The accounts service requires this now. M +18 -7 kcms/users/src/user.cpp https://invent.kde.org/plasma/plasma-workspace/commit/efddc639b7f1443e643787e841893a5700f07742 Git commit 2885bcfacbf49f8292b8567f0b710efc30b7e57d by Nate Graham, on behalf of Jan Blackquill. Committed on 03/02/2022 at 21:58. Pushed by ngraham into branch 'Plasma/5.24'. kcms/users: set interactive auth flag The accounts service requires this now. (cherry picked from commit efddc639b7f1443e643787e841893a5700f07742) M +18 -7 kcms/users/src/user.cpp https://invent.kde.org/plasma/plasma-workspace/commit/2885bcfacbf49f8292b8567f0b710efc30b7e57d Just a quick confirmation that this issue still exists in ; KDE Plasma Version: 5.24.0 KDE Frameworks Version: 5.90.0 Qt Version: 5.15.2 I can confirm, the bug still exists in Plasma 5.24.0 Framework: 5.90.0 Qt Version 5.15.2 Only the error message changed: It now reports "Something went wrong during saving !" The bug is fixed as far as KDE is concerned. What you are seeing is a different, upstream issue. https://gitlab.freedesktop.org/accountsservice/accountsservice/-/issues/98 This bug still exist. Would of thought the fix would of been released with the Plasma 5.24.0 update. (In reply to horen@mac.com from comment #17) > I can confirm, the bug still exists in > Plasma 5.24.0 > Framework: 5.90.0 > Qt Version 5.15.2 > > Only the error message changed: It now reports "Something went wrong during > saving !" I can also comfirm this. Please see comment 18(In reply to locutusofborg from comment #19) > This bug still exist. Would of thought the fix would of been released with > the Plasma 5.24.0 update. Please see comment 18 (In reply to horen@mac.com from comment #17) > I can confirm, the bug still exists in > Plasma 5.24.0 > Framework: 5.90.0 > Qt Version 5.15.2 > > Only the error message changed: It now reports "Something went wrong during > saving !" The same goes for me on Arch linux. Plasma 5.24.1 Framework: 5.91.0 Qt Version 5.15.2 (In reply to Ray from comment #22) > The same goes for me on Arch linux. > > Plasma 5.24.1 > Framework: 5.91.0 > Qt Version 5.15.2 For the third time: please see comment 18 Git commit 95d495164bfaee45dde7588aae7fa467b100a4d9 by David Edmundson, on behalf of ivan tkachenko. Committed on 12/08/2024 at 09:15. Pushed by davidedmundson into branch 'master'. kcms/users: Remove workaround for QTBUG-100458 The new API has been shipped in Qt 6.7.0 Effectively reverts 79113d99e44ace405bd9211e2c0f73659ff94c0f and efddc639b7f1443e643787e841893a5700f07742 Related: bug 450122 M +4 -11 kcms/users/src/kcm.cpp M +18 -25 kcms/users/src/user.cpp https://invent.kde.org/plasma/plasma-workspace/-/commit/95d495164bfaee45dde7588aae7fa467b100a4d9 |