On 2023/03/01 04:02 PM, Darrell Anderson via tde-users wrote:
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.
This sounds like a bug that we should look at.
notify-send is not part of TDE, but even a notification sent directly using d-feet
displays the same behavior.
Darrell, can you file a bug report for this? If it is an easy fix, I will make it for
R14.1.0, but I will need to
investigate first.
Cheers
Michele