[kdenetwork-filesharing] [Bug 451091] Show Samba status monitor button under Share tab does nothing when clicked.
Harald Sitter
bugzilla_noreply at kde.org
Tue Mar 22 07:59:16 GMT 2022
https://bugs.kde.org/show_bug.cgi?id=451091
Harald Sitter <sitter at kde.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |alexander.lohnau at gmx.de
--- Comment #3 from Harald Sitter <sitter at kde.org> ---
Did we maybe break this by moving to json?
void SambaUserSharePlugin::showSambaStatus()
{
KService::Ptr kcm =
KService::serviceByStorageId(QStringLiteral("smbstatus"));
if (!kcm) {
// TODO: meh - we have no availability handling. I may have a handy
class in plasma-disks
return;
}
KIO::ApplicationLauncherJob(kcm).start();
}
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the kfm-devel
mailing list