Skip to content

馃崚applets/kicker: fix potential crash when modifying preferred applications

Fushan Wen requested to merge work/cherry-pick-6c963b45 into Plasma/6.0

AppEntry::reload() will reparse configuration when the current entry is a preferred application. However, when reparsing configuration, the result watcher can also emit signals which will modify the entry list. So iterate over a copy of the entry list instead.

SENTRY: PLASMA-WORKSPACE-9PP FIXED-IN: 6.0.5

(cherry picked from commit 6c963b45)

Merge request reports