https://bugs.kde.org/show_bug.cgi?id=456466

--- Comment #1 from Chris Holland <zrenf...@gmail.com> ---
Well the "StatusNotifierItem.qml:74: TypeError: Property 'operationDescription'
of object NaN is not a function" warning made it obvious that I was blind when
skimming the code.

https://invent.kde.org/plasma/plasma-workspace/-/blame/master/applets/systemtray/package/contents/ui/items/StatusNotifierItem.qml#L69-70

Looks like this commit defined the service variable after the operation call
accidentally when moving stuff around.

            var operation = service.operationDescription("SecondaryActivate");
            let service = model.Service;

https://invent.kde.org/plasma/plasma-workspace/-/commit/8031139aeb7f412ff3f8b9d7b1bd1d2fa16e7a2b#a3d37774fcfbf0224e15156bfd485eb9438664c1_71_70

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to