Created attachment 115320 [details] kmail notification SUMMARY - When Kmail notification displays, it uses a low resolution icon. OBSERVED RESULT - Low resolution icon in Kmail notification (In the screenshot I use another icon theme instead of Breeze, but the same result happens with Breeze) EXPECTED RESULT - A higher resolution icon is used SOFTWARE VERSIONS (available in About System) KDE Plasma Version: 5.13.5 KDE Frameworks Version: 5.49.0 Qt Version: 5.11.1
We should probably call KNotification with icon name instead of passing an actual pixmap (or we should be more clever about picking the right pixmap size).
Kai told me that the point of passing a pixmap was to be able to show the sender's face (if known) in the notification. That would be nice to preserve, so maybe we can just pas a nice high-resolution pixmap here?
Git commit aaea8aaf718f0b05ad20a157f1a1b78226996a61 by Laurent Montel. Committed on 18/10/2018 at 14:12. Pushed by mlaurent into branch 'Applications/18.08'. Fix Bug 399231 - Kmail uses a low resolution icon for the notification FIXED-IN: 5.9.3 M +19 -9 agents/newmailnotifier/newmailnotifieragent.cpp M +1 -1 agents/newmailnotifier/newmailnotifieragent.h M +11 -7 agents/newmailnotifier/specialnotifierjob.cpp M +3 -2 agents/newmailnotifier/specialnotifierjob.h https://commits.kde.org/kdepim-runtime/aaea8aaf718f0b05ad20a157f1a1b78226996a61
How's that for service!? :)