https://bugs.kde.org/show_bug.cgi?id=357652
--- Comment #5 from Martin Klapetek <mklape...@kde.org> --- Ok I have a fix that you can easily test yourself. Open Konsole and type this: sudo kate /usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/Notifications.qml ...enter your own password and that should open kate with the file. In the file, towards the bottom around line 185, locate the line that has "NotificationsHelper {" and replace the whole NotificationsHelper block (from the line with "{" to the line with "}") with this block: NotificationsHelper { id: notificationPositioner popupLocation: plasmoid.nativeInterface.screenPosition Component.onCompleted: { notificationPositioner.setPlasmoidScreenGeometry(plasmoid.nativeInterface.availableScreenRect); } } Then just save it, press alt+space to run krunner and type "kquitapp5 plasmashell && plasmashell" to restart Plasma. Everything should now work. If you could confirm, that would be ace. -- You are receiving this mail because: You are watching all bug changes.