If there are multple "unread" messages (for ex. sent with wall), kwrited should create a notification for each message. This suits the new notification system in 5.11 Kind regards, Sefa Eyeoglu
Are messages separated by some fixed text? Otherwise I doubt it is fixable.
If I run "wall Test" multiple times the messages are combined in one single notification, without any seperator.
Git commit c36bf41537e6f7891a065ba10d0ca4829dedd7bc by David Edmundson. Committed on 21/12/2018 at 12:33. Pushed by davidedmundson into branch 'master'. Don't group wall notifications Summary: BUG: 386067 Reviewers: #plasma Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D17721 M +1 -0 kwrited.cpp https://commits.kde.org/kwrited/c36bf41537e6f7891a065ba10d0ca4829dedd7bc
Nice! If really need to look into KF5. If I would have known, that it is just one flag I would have created a patch months ago. Thank you anyway David.