https://bugs.kde.org/show_bug.cgi?id=506578
cwo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #15 from cwo <[email protected]> --- KAStatsFavoritesModel sets a limit of 100 favorites: https://invent.kde.org/plasma/plasma-workspace/-/blob/master/applets/kicker/kastatsfavoritesmodel.cpp?ref_type=heads#L177 I would suspect that there are some things marked as favorites in the data base that are no longer installed, so don't show up in the actual list. We try to add the first 100, but some of them are missing. When adding them on a live system, they are added to the list along the way (we get each new individually in that case). They won't show up if we get the full list on startup, because they're in the 101+ range. Can you please start plasmashell with the following environment variable set: QT_LOGGING_RULES="org.kde.plasma.kicker.debug=true" plasmashell Do you get log output lines like 'org.kde.plasma.kicker: Entry is not valid! "[applications:id.of.application]"' Ideally with 12 different ids? -- You are receiving this mail because: You are watching all bug changes.
