File fix-plasmoid.patch of Package diskmonitor
diff -ur a/notifier/applet/contents/ui/PopupDialog.qml b/notifier/applet/contents/ui/PopupDialog.qml
--- a/notifier/applet/contents/ui/PopupDialog.qml 2020-06-01 20:22:45.000000000 +0300
+++ b/notifier/applet/contents/ui/PopupDialog.qml 2022-04-21 12:11:36.977557091 +0300
@@ -45,8 +45,8 @@
id: delegateComponent
Loader {
- anchors.left: parent.left
- anchors.right: parent.right
+ anchors.left: parent ? parent.left : undefined
+ anchors.right: parent ? parent.right : undefined
source: {
if(plasmoid.configuration.layoutSmall)
return "StorageUnitSmall.qml";