https://bugs.kde.org/show_bug.cgi?id=452732
--- Comment #5 from luca <luca.pedrie...@gmail.com> --- I use x11, but I can reproduce it in wayland too. I used a simple script like this to send notifications, and activeted history for other applications in systemsettings->Notifications: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- #!/usr/bin/env python3 import dbus notify_interface = dbus.Interface( object=dbus.SessionBus().get_object("org.freedesktop.Notifications", "/org/freedesktop/Notifications"), dbus_interface="org.freedesktop.Notifications") notify_interface.Notify("", 0, "", "Hello world", "This is an example notification.", [], {"urgency": 1}, 10000) --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -- You are receiving this mail because: You are watching all bug changes.