Hi, *notify-send* shows same behavior for both *low* and *normal* urgency levels i.e. for both levels only a notification message appears in notification level, for *low* urgency, it is expected. But for *normal* urgency, it's not an expected behavior; as far as I remember, a notification message is pop-up for 4-5 second and that message also appears in notification list[1].
Steps to reproduce: $ notify-send -u normal "Test" "This is a test" $ notify-send -u low "Test" "This is a test" for both commands, I'm getting same output, a message appears in notification list with title as "Test" and "This is a test" content. Any idea why this happens? ------------------------------------------ OS: Debian 10.2 DE: GNOME 3.30.2 Packager version (libnotify-bin): 0.7.7-4 $ notify-send --version notify-send 0.7.7 ------------------------------------------ [1]: https://help.gnome.org/users/gnome-help/stable/shell-notifications.html.en Cheers, Vipul PS: I tried to reproduce this behavior on new user and get a notification pop-up, but for both *normal* as well as *low* urgency level. In current user *normal* urgency level behaves as unexpected whereas, in new user, it behaves as expected. I even tried clean reinstallation of *libnotify-bin* package, but still facing the same issue. Any idea what's happening? PPS: One thing common in both user, both *normal* and *low* urgency level behaves same way, whether it's to pop-up a notification message in new user or no pop-up in current user, meanwhile *critical* urgency level works fine, in both users.