[kdenetwork-filesharing] [Bug 466786] "make me a group member" button didn't work

Nate Graham bugzilla_noreply at kde.org
Tue Mar 7 21:48:43 GMT 2023


https://bugs.kde.org/show_bug.cgi?id=466786

Nate Graham <nate at kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |WAITINGFORINFO
             Status|REPORTED                    |NEEDSINFO
                 CC|                            |nate at kde.org

--- Comment #1 from Nate Graham <nate at 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 the assignee for the bug.


More information about the Unassigned-bugs mailing list