[frameworks-solid] [Bug 477915] Can't mount encrypted drives

Fabian Vogt bugzilla_noreply at kde.org
Thu Dec 7 21:59:33 GMT 2023


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

Fabian Vogt <fabian at ritter-vogt.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|DOWNSTREAM                  |---
     Ever confirmed|0                           |1
                 CC|                            |fabian at ritter-vogt.de
             Status|RESOLVED                    |REOPENED

--- Comment #3 from Fabian Vogt <fabian at ritter-vogt.de> ---
Looking at solid code, I see this:

    // TODO KF6: remove hard dep on Plasma5 here which provides the
SolidUiServer kded5 plugin
    QDBusInterface soliduiserver("org.kde.kded5", "/modules/soliduiserver",
"org.kde.SolidUiServer");
    QDBusReply<void> reply = soliduiserver.call("showPassphraseDialog", udi,
returnService, m_lastReturnObject, wId, appId);
    m_passphraseRequested = reply.isValid();
    if (!m_passphraseRequested) {
        qCWarning(UDISKS2) << "Failed to call the SolidUiServer, D-Bus said:"
<< reply.error();
    }

That would explain it, kded5 is probably not pulled in by anything currently. I
definitely wouldn't expect solid to need it.

Is this actually correct that it needs kded5? I see that plasma-workspace 6 has
a soliduiserver module with the showPassphraseDialog method.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Unassigned-bugs mailing list