Created attachment 179844 [details] screenshot STEPS TO REPRODUCE 1. wait for a notification with long text 2. observe the notification history in the Notification applet 3. OBSERVED RESULT the app icon overlaps the text from notification. Please see the attached screenshot. EXPECTED RESULT the text from notification should be entirely readable SOFTWARE/OS VERSIONS Operating System: Arch Linux KDE Plasma Version: 6.3.3 KDE Frameworks Version: 6.12.0 Qt Version: 6.8.3 Graphics Platform: Wayland
It looks like this is a URL that Qt can't figure out how to wrap. Can reproduce with: notify-send foo mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm --icon-name edit-bomb
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/5358
Git commit ae9dd6dd80660350633f9fc471921611ef5627d4 by Nate Graham. Committed on 30/03/2025 at 14:20. Pushed by ngraham into branch 'master'. applets/notifications: use more appropriate wrap mode for labels WordWrap isn't smart enough to handle cases of long text without word breaks, like URLs. Wrap is more appropriate here for that reason. FIXED-IN: 6.3.4 M +3 -0 applets/notifications/package/contents/ui/components/Body.qml M +2 -1 applets/notifications/package/contents/ui/components/Summary.qml https://invent.kde.org/plasma/plasma-workspace/-/commit/ae9dd6dd80660350633f9fc471921611ef5627d4
Git commit a0c971fd37b3499296ba5833d433733d9e696c0a by Nate Graham. Committed on 30/03/2025 at 15:25. Pushed by ngraham into branch 'Plasma/6.3'. applets/notifications: use more appropriate wrap mode for labels WordWrap isn't smart enough to handle cases of long text without word breaks, like URLs. Wrap is more appropriate here for that reason. FIXED-IN: 6.3.4 (cherry picked from commit ae9dd6dd80660350633f9fc471921611ef5627d4) Co-authored-by: Nate Graham <nate@kde.org> M +3 -0 applets/notifications/package/contents/ui/components/Body.qml M +2 -1 applets/notifications/package/contents/ui/components/Summary.qml https://invent.kde.org/plasma/plasma-workspace/-/commit/a0c971fd37b3499296ba5833d433733d9e696c0a