https://bugs.kde.org/show_bug.cgi?id=457340
Bug ID: 457340
Summary: Cyclic dependency between QML modules in notifications
package
Product: plasmashell
Version: 5.25.3
Platform: Other
OS: Linux
Status: REPORTED
Severity: minor
Priority: NOR
Component: Notifications
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: 1.0
The following can be found in system logs:
plasmashell[PID]: Cyclic dependency detected between
"file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml"
and
"file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/ThumbnailStrip.qml"
This must be due to
applets/notifications/package/contents/ui/NotificationHeader.qml:21
import "global"
and
applets/notifications/package/contents/ui/global/Globals.qml:23
import ".."
--
You are receiving this mail because:
You are watching all bug changes.