You are not logged in.
hello,
from what I read on Google, on Chrome for Windows a sound is played when you receive a website notifications (like youtube, twitter, instagram, twitch...)
but this doesn't happen to me on Linux. why? Maybe it depends on the DE/WM?
I don't use any DE, only openbox + lxpanel
use this site to test notifications:
https://davidwalsh.name/demo/notifications-api.php
Does it make a sound to you?
Last edited by quellen (2024-06-06 18:38:19)
sorry for my bad english
Offline
Your notification daemon needs to do/support this. Which notification daemon are you running? Also from a cursory googler the notification emitter (chromium) would have to send a hint that it wants audio enabled on this notification, which I'm gathering doesn't happen.
Last edited by V1del (2024-06-06 10:49:36)
Offline
Your notification daemon needs to do/support this. Which notification daemon are you running?
Thanks, I didn't even know notification daemons existed. now I have installed notification-daemon and created the "org.freedesktop.Notifications.service" file as written on the wiki:
https://wiki.archlinux.org/title/Deskto … Standalone
but the sound still isn't there, I even tried restarting.
$ cat /usr/share/dbus-1/services/org.freedesktop.Notifications.service
[D-BUS Service]
Name=org.freedesktop.Notifications
Exec=/usr/lib/notification-daemon-1.0/notification-daemonEDIT:
i have tried mate-notification-daemon xfce4-notifyd and lxqt-notificationd but no one has the sound
Last edited by quellen (2024-06-06 11:00:03)
sorry for my bad english
Offline
The question would be whether they can be configured to emit a default sound regardless of what the application sets. The chromium notification integration does not configure it's notification with a sound.
Offline
The question would be whether they can be configured to emit a default sound regardless of what the application sets. The chromium notification integration does not configure it's notification with a sound.
I also tried to start a notification with this command found online:
notify-send -i xfce4-logo -h "string:sound-name:bell" test testbut the sound is not heard
sorry for my bad english
Offline
i have SOLVED installing snotify from AUR (to install it I had to remove pulseaudio and install pipewire-pulse), and adding this on my ~/.config/openbox/autostart:
lxqt-notificationd &
snotify &Last edited by quellen (2024-06-06 18:43:52)
sorry for my bad english
Offline