https://bugs.kde.org/show_bug.cgi?id=397338
Fabian Vogt <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected] |[email protected] --- Comment #2 from Fabian Vogt <[email protected]> --- I got it, I think. There's a kickoffrc with a list of favorites in /etc/xdg, so obsolete_kickoffrc.js is ran to convert it. The bt is actually just another symptom of the underlying cause: KConfig called fromdo desktop scripting can't save arrays. Arrays in QJSEngine are apparently objects and get converted to QJSValue on the C++ side - which KConfigGroup can't handle. So it saves an empty value. That caused the message of "KConfigGroup::writeEntry - unhandled type QJSValue". -- You are receiving this mail because: You are watching all bug changes.
