https://bugs.kde.org/show_bug.cgi?id=376826
--- Comment #2 from David Edmundson <k...@davidedmundson.co.uk> --- Confirmed, checking any menu item isn't working. menuItem.clicked.connect((function(activityId) var checked = menuItem.checked; is always false even though we clearly just checked the damn thing. I have no idea where that puts the real bug. Debug in p-f shows the QAction is unchecked at the time of calling menuItem.checked Virtual desktops doesn't have that problem because it always knows clicking == activate this index, activities are more complex because of the cardinality. -- You are receiving this mail because: You are watching all bug changes.