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

--- Comment #4 from Alexander Lohnau <alexander.loh...@gmx.de> ---
bool switchUser = listAll || term.compare(i18n("switch user"),
Qt::CaseInsensitive) == 0 || term.compare(i18n("new session"),
Qt::CaseInsensitive) == 0;

    if (switchUser &&
KAuthorized::authorizeAction(QStringLiteral("start_new_session")) &&
dm.isSwitchable() && dm.numReserve() >= 0) {
        Plasma::QueryMatch match(this);
        match.setType(Plasma::QueryMatch::ExactMatch);
        match.setIconName(QStringLiteral("system-switch-user"));
        match.setText(i18n("New Session"));
        matches << match;
    }


This seems intentional and has been the case since the initial import in 2014,
@d_ed is there a rationale behind this? Like that switching users would in this
case create a new session?

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

Reply via email to