https://bugs.kde.org/show_bug.cgi?id=357029
--- Comment #1 from Markus <darkvis...@gmx.eu> --- This problem is related to desktoppackage/contents/updates/obsolete_kickoffrc.js It looks like that this script tries to migrate from an existing kickoffrc file. If this config file does not exist like when you login for the first time with an empty profile the favorites page on kickoff will be empty. I removed this file from plasma-desktop package and now everything is fine. Also obsolete_kickoffrc.js seem to add the config options for favorites to the wrong config group. This is how it looks when migrating from a non existing kickoffrc file: [Containments][1][Applets][2][Configuration] favorites=\\0 systemApplications=systemsettings.desktop, This config options should be added to the [General] group. [Containments][1][Applets][2][Configuration][General] favorites= systemApplications=systemsettings.desktop, For some reason existing favorites from the kickoffrc file will not be added. All i get is favorites=\\0. I patched obsolete_kickoffrc.js, see attached patch #1. This seem to fix migrating favorites and also puts the config options to the correct config group. -- You are receiving this mail because: You are watching all bug changes.