phuhl / linux_notification_center

A notification daemon/center for linux
BSD 3-Clause "New" or "Revised" License
1.01k stars 40 forks source link

[BUG] Notifications disappear immediately. #248

Open not-night-but opened 9 months ago

not-night-but commented 9 months ago

Just started trying out deadd, and I'm loving it so far. My only gripe is that notifications get dismissed less than a second after they are received. My default timeout is set to 10000ms and raising that number doesn't seem to have an effect. I've also tried a match/modify rule to force the notification to stay until dismissed, but no joy. This doesn't happen using dunst so I'm assuming it's an issue with deadd or something to do with my setup specifically (if the latter is the case, no worries, I'll soldier on).

I'm on Garuda Linux using bspwm. I installed deadd using the deadd-notification-center-git package in the chaotic-aur.

Thanks in advance for any help you can send my way.

phuhl commented 9 months ago

Hi, thanks for the report. When you say dismissed, do you mean the popup disappears?

not-night-but commented 9 months ago

@phuhl yeah the popup disappears. Still visible in the notification center, but my expectation was that the popup would stay for the timeout length, unless that assumption was wrong?

phuhl commented 9 months ago

That's strange. Is it happening with all notifications? Can you share your config?

TheStutterNerd commented 1 month ago
Comment before edit

I've just updated to the latest version. Happening to me too. Same story when using default config.

I hadn't known the config had changed to using yaml so it were either using the defaults or it wasn't using any config at all. Would have been nice if it gave a warning if an older 'deadd.conf' existed.