Bug 442543 - "Unable to assign [undefined] to bool" warnings all over journalctl
Summary: "Unable to assign [undefined] to bool" warnings all over journalctl
Status: RESOLVED FIXED
Alias: None
Product: plasmashell
Classification: Plasma
Component: Global Menu (show other bugs)
Version: 5.22.90
Platform: Other Linux
: NOR normal
Target Milestone: 1.0
Assignee: Kai Uwe Broulik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-09-16 17:03 UTC by Mateus Melchiades
Modified: 2022-09-22 08:56 UTC (History)
5 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mateus Melchiades 2021-09-16 17:03:11 UTC
SUMMARY
Ever since updating to plasma 5.22.90 my journalctl log has been filled with the same warning:
file:///usr/share/plasma/plasmoids/org.kde.plasma.appmenu/contents/ui/main.qml:112:17: Unable to assign [undefined] to bool

This seems to be a type issue with Plasma Workspace although I'm not sure whether it is causing any issue or not.

I am currently running Arch Linux with kernel 5.14.5-arch1-1 and Nvidia drivers 470.63.01.

STEPS TO REPRODUCE
1. Lanuch plasma after updating to 5.22.90
2. Open journalctl
3. Be flooded


SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 5.22.90
KDE Plasma Version: 5.22.90
KDE Frameworks Version: 5.86.0
Qt Version: 5.15.2
Comment 1 Arthur Bols 2022-01-02 18:43:00 UTC
Have the same problem, it's a wayland issue.

The problem is that the KModifierKeyInfoProvider for wayland is unfinished and only hardcodes 3 keys:
https://github.com/KDE/kwayland-integration/blob/master/src/kmodifierkeyinfoprovider/kmodifierkeyinfoprovider_wayland.cpp#L33
Comment 2 ratijas 2022-09-22 08:56:41 UTC
This was fixed in ab3993f46545bbfe964b1f3b2c45c268a12b02a2 (https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/1340)