dunst-project / dunst

Lightweight and customizable notification daemon
https://dunst-project.org
Other
4.53k stars 341 forks source link

script not run for stacked duplicate notifications #1115

Open mpareja opened 1 year ago

mpareja commented 1 year ago

Issue description

  1. Enable stack_duplicates = true
  2. Configure a notification to run a script (like play a sound)
  3. Send first notification (sound plays)
  4. Send second notification before first notification timeout

Unexpected

The script is not run for the second notification.

Expected

The script IS run for the second notification.

Installation info

Minimal dunstrc ```ini [global] stack_duplicates = true always_run_scripts = true [ustatus-passed] summary = *PASS* script = play-success-sound timeout = 10 ```
apprehensions commented 1 year ago

always_run_scripts = true

mpareja commented 1 year ago

Hi @wael444, I do have always_run_scripts = true. I updated the minimal config above to reflect that.

I've also updated the dunst version as I've confirmed the issue on 1.8.1.