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

            Bug ID: 369242
           Summary: Services that can be executed are shown in Kicker with
                    empty buttons
           Product: plasmashell
           Version: 5.7.5
          Platform: Other
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: Application Menu (Kicker)
          Assignee: h...@kde.org
          Reporter: oliv...@churlaud.com
                CC: plasma-b...@kde.org

See here: http://ctrlv.in/851402

Above Telegram and below Skype are respectively the Color KCM and the Autostart
KCM. This happens because they are not Type=Application but Service and they
have a Exec=...

I found out that in recentusagemodel.cpp, in function 

`QVariant RecentUsageModel::appData(const QString &resource, int role) const`

commenting 

    if (!service || !service->isApplication()) {
        return QVariant();
    }

solved the issue.

Reproducible: Always

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

Reply via email to