On 3/1/23 12:44 AM, Mike Bird via tde-users wrote:
On Tue February 28 2023 18:04:06 Darrell Anderson via
tde-users wrote:
notify-send --expire-time=0 "Test"
"This is a test"
I tried this with --expire-time=0 and also with --expire-time=100000
and with other values. dbus-monitor shows the integer in the message
but the time on screen always seems to be around six seconds.
TDE version: R14.0.13
Distribution: Debian GNU/Linux 11.6 (bullseye)
Hardware: amd64
I don't know whether TDE is intended to ignore the timeout as Gnome
does or whether this is a bug.
Thank you for testing. I am not a coder but I walked through the
kdbusnotification cpp file and looks like this daemon contacts the TDE
notify client. My guess is the notify client is timing out at 6-7 seconds.
I do not know if kdbusnotification is passing the expire-time
information on to knotify client.