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

David Edmundson <k...@davidedmundson.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |k...@davidedmundson.co.uk

--- Comment #10 from David Edmundson <k...@davidedmundson.co.uk> ---
We can.

We know the DBus service name owner. 
>From that we can know the PID

QDBusReply<uint> pidReply =
connection().interface()->servicePid(message().service());


>From that we can get anything

    auto processInfo = KProcessList::processInfo(pid);

    return processInfo.name();

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to