https://bugs.kde.org/show_bug.cgi?id=359910
Bug ID: 359910
Summary: In script console activities() returns an array of
strings
Product: plasmashell
Version: 5.5.4
Platform: Fedora RPMs
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected]
In the interactive script console activities() returns an array of strings
instead of an array of Activity objects.
Reproducible: Always
Steps to Reproduce:
1. open the interactive script console
2. run print(JSON.stringify(activities()));
Actual Results:
["a53d5581-ed69-4188-af0e-ea63205a2ce3"]
Expected Results:
Array of Activity objects.
--
You are receiving this mail because:
You are watching all bug changes.