https://bugzilla.xfce.org/show_bug.cgi?id=14552
--- Comment #2 from ToZ <[email protected]> --- Just had a closer look. Here is what I think is happening: In thunar-notify.c, thunar_notify_show(), the notification timeout is set to NOTIFY_EXPIRES_NEVER. And then later in thunar_notify_finish(), the notification is force closed. The problem, I believe, exists when the eject action in the system happens quickly. The notification is then shown and closed in rapid succession. To test this, I set NOTIFY_EXPIRES_DEFAULT and commented out the force close. Unfortunately, during an eject, the notification stayed on the screen indefinitely. I think the solution may be to program in a minimum time to display a notification (say 1 second) so that it doesn't disappear quickly in situations such as above. I'm not sure how to do that though. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Xfce-bugs mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce-bugs
