https://bugs.kde.org/show_bug.cgi?id=466786
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WAITINGFORINFO Status|REPORTED |NEEDSINFO CC| |n...@kde.org --- Comment #1 from Nate Graham <n...@kde.org> --- Unfortunately it seems like we're hitting this error condition: QString helpfulActionErrorText = job->errorString(); if (helpfulActionErrorText.isEmpty()) { // unknown error :( helpfulActionErrorText = xi18nc("@info", "Failed to make user <resource>%1</resource> a member of group <resource>%2</resource>", user, group); } Q_EMIT helpfulActionError(helpfulActionErrorText); So the backend process didn't give us any indication of what actually wrong wrong. :/ Is this 100% reproducible for you? If you remove your user from the appropriate group, reboot, and use the setup wizard again, does it happen again? -- You are receiving this mail because: You are watching all bug changes.