Created attachment 141846 [details] Error Message SUMMARY The Notifications plasmoid shows the error message attached, rendering it unusable. Here are the error details: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/main.qml:109:37: Type CompactRepresentation unavailable file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/CompactRepresentation.qml: Type Globals unavailable file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml:35:1: module "org.kde.plasma.private.notifications" is not installed STEPS TO REPRODUCE 1. Add the "Notifications" or "System Tray" plasmoids to the desktop OBSERVED RESULT An error message is displayed EXPECTED RESULT The relevant notifications are displayed SOFTWARE/OS VERSIONS Operating System: Arch Linux KDE Plasma Version: 5.22.5 KDE Frameworks Version: 5.86.0 Qt Version: 5.15.2 Kernel Version: 5.14.7-arch1-1 (64-bit) Graphics Platform: X11 ADDITIONAL INFORMATION A full fresh session with a new user results on the same behavior.
> file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml:35:1: module "org.kde.plasma.private.notifications" is not installed This means that a required module is not installed. This would be the result of either a distro packaging bug (not installing it automatically when it should be) or user error (removing it, or failing to install it during a manual setup process). If you are unable to figure out the issue, other Arch users might be of assistance.
Thank you Nate for pointing me in the right direction and confirming that at first glance it has nothing to do with module itself. I will try getting assistance from the distro side. Do you happen to know the name of a package which usually contains this module? ( even from other distributions, it would be helpful to locate the issue)
I don't, sorry. I expected it to be in "plasma-workspace" itself, which presumably you already have. "knotifications" may also be something to search for.