isamert / scli

a simple terminal user interface for signal messenger (using signal-cli)
GNU General Public License v3.0
449 stars 39 forks source link

dunst notifications not working #149

Closed ghost closed 2 years ago

ghost commented 2 years ago

I installed scli from the AUR on Arch. I have dunst and libnotify installed and running notifications via 'notify-send' work as expected.

But with scli, the notifications don't work. I've added the following line to my sclirc:

notification-command = notfiy-send scli 'New Message from %s'

But I get absolutely no notifications when I receive a new message.

exquo commented 2 years ago

Just a typo in your command 'notfiy-send' :)

Incidentally, you can use scli --debug to turn on verbose logging (printed to ~/.local/share/scli/log) that shows the external commands being called.

Normally, when an external command is invalid, scli will print a warning at the bottom of the screen. But in this case it gets covered by the "New message from ..." line.