https://bugs.kde.org/show_bug.cgi?id=410228
Marco Martin <notm...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |notm...@gmail.com --- Comment #3 from Marco Martin <notm...@gmail.com> --- here is a file from a distro that sets a custom favorite list at startup. the file name is "look and feel name"/contents/plasmoidsetupscripts/org.kde.plasma.kickoff.js the contents of the js file are: applet.currentConfigGroup = ["General"] applet.writeConfig("favorites", "preferred://browser,kontact.desktop,systemsettings.desktop,org.kde.dolphin.desktop") applet.currentConfigGroup = ["Shortcuts"] applet.writeConfig("global", "Alt+F1") applet.reloadConfig(); -- You are receiving this mail because: You are watching all bug changes.