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

Fabian Vogt <fab...@ritter-vogt.de> changed:

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

--- Comment #3 from Fabian Vogt <fab...@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 watching all bug changes.

Reply via email to