Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Weird behaviour when using notify-send.sh #373

Open
arnevm123 opened this issue Jan 13, 2024 · 1 comment
Open

[Bug] Weird behaviour when using notify-send.sh #373

arnevm123 opened this issue Jan 13, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@arnevm123
Copy link

arnevm123 commented Jan 13, 2024

Please read through the README and the Man pages before submitting
Please also make sure that there isn't any prior issue describing this bug

Describe the bug
When using https://github.com/vlevit/notify-send.sh I get a weird issue. I have a script to give me a notification of my volume whenever I press my volume up/down.

I use notify-send-sh for this. The issue is that if I don't use the -f flag (force expire) I get a lingering notification in my notification center. If I do use the force expire flag, my notification seems to expire after exactly 2 seconds, even though I send "new" notifications because I use volume up/down.

recording.1.mp4

To Reproduce
Steps to reproduce the behavior:
clone https://github.com/vlevit/notify-send.sh and use this command multiple times:

./notify-send.sh --replace-file=/tmp/test "test" -t 2000 -f

Expected Behaviour
Close 2 seconds after the last sent command.

Desktop (please complete the following information):

  • OS: Fedora 39
  • Version 0.9.0

Additional context
Not sure if this is a bug on your behalf or on notif-send.sh. (or if this is just non compatible between the two programs)
If this is not something you want to look into, because it's really niche, feel free to close this issue.
Or if you have a built in solution in swaync that I could use for similar behavior that I missed that would be nice to know!

@arnevm123 arnevm123 added the bug Something isn't working label Jan 13, 2024
@ErikReider
Copy link
Owner

Try using the hint string:synchronous:volume-progress

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants