Dunst Notifcations Not Working with Every Application 24 February 2021, 20:21:44 Hi, I am using Artix (runit), on Kernel 5.10.16-artix1-1I am using dwmI have dunst and libnotify installed, and I am using Luke Smith's dunstrc. I get notifications, for example with Kdenlive, KDE Connect, Thunderbird, flameshot. However, I don't get any notifications from Signal or Discord, and I have turned on the Desktop notification settings. I am using the dwm "autostart" patch and I have Code: [Select]dunst & in the autostart.shI put Code: [Select]exec dbus-launch dwm in my .xinitrc file. How can I get dunst to work with Signal and Discord? It works fine with other applications. Thank you!
Re: Dunst Notifcations Not Working with Every Application Reply #1 – 24 February 2021, 20:44:07 I suspect those are using Electron or some Chromium thing and maybe they have an option is settings/preferences to use native notifications.If dunst is working fine normally than your system is configured correctly and these "applications" are misbehaving.
Re: Dunst Notifcations Not Working with Every Application Reply #2 – 25 February 2021, 17:22:45 Try:Code: [Select]$ notify-send "This is a test"if you don't see a notification, then your notification daemon isn't working as it should.If this does display a notification, then those other programs are misbehaving.
Re: Dunst Notifcations Not Working with Every Application Reply #3 – 25 February 2021, 19:59:45 Quote from: strajder – on 25 February 2021, 17:22:45Try:Code: [Select]$ notify-send "This is a test"if you don't see a notification, then your notification daemon isn't working as it should.If this does display a notification, then those other programs are misbehaving.Running that command displayed a notification. That must mean Signal and Discord are misbehaving. What can I do to make them behave correctly?In the settings of Signal and Discord, I have enabled the desktop notifications.
Re: Dunst Notifcations Not Working with Every Application Reply #4 – 25 February 2021, 20:12:02 Write to SIgnal and Discord support.