https://bugs.kde.org/show_bug.cgi?id=427779
--- Comment #22 from Michail Vourlakos <mvourla...@gmail.com> --- Ah... I think I know.... The actions are added through Kicker.SystemModel at: https://github.com/KDE/plasma-workspace/blob/master/applets/kicker/plugin/systemmodel.cpp#L115 for some reason, who knows why these actions are NOT valid when the relevant systemmodel lines are used. Maybe a little later the in question lines become valid but the SystemModel is not updated. Line: https://github.com/KDE/plasma-workspace/blob/master/applets/kicker/plugin/systemmodel.cpp#L110 is the issue, that line should be OUT of the "if (entry->isValid()) {" block. The isValidChanged signal should trigger refresh function always... -- You are receiving this mail because: You are watching all bug changes.