Summary: | No notification sounds on Kubuntu 24.04 (minimal installation) | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | Ahmed <ahmed.com> |
Component: | kcm_pulseaudio | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | CC: | kde, me, sgmoore |
Priority: | NOR | ||
Version: | 5.27.11 | ||
Target Milestone: | --- | ||
Platform: | Kubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Ahmed
2024-05-04 10:00:57 UTC
Looking into it. I just did a minimal install from our Release ISO and have notification sounds. Also System Settings -> Notifications -> Plasma Workspace -> Configure Events -> Notification is checked with ogg files listed for the events selected. (In reply to Scarlett Moore from comment #2) > I just did a minimal install from our Release ISO and have notification > sounds. Also System Settings -> Notifications -> Plasma Workspace -> > Configure Events -> Notification is checked with ogg files listed for the > events selected. Probably one of the themes changed the notification settings. Anyway, I still do not hear any sounds from the speaker after choosing "/usr/share/sounds/freedesktop/stereo/message.oga" for "Notification", and I used the command "notify-send" to show some notifications: ``` notify-send 'Done' 'The script is finished successfully' -u low -a none -t 5000 notify-send 'Done' 'The script is finished successfully' -u normal -a none -t 5000 notify-send 'Done' 'The script is finished successfully' -u critical -a none -t 5000 ``` The priority level is changed for each command, but I still hear nothing from the speaker. The speaker works fine, and the chosen file exists and is not damaged. There is currently no “default” notification sound handling. A simple notify-send will not play anything. KDE apps play the sound they deem appropriate for the given event which can be a generic ”Notification” but doesn’t have to. I only heard the sound of the notification once, and I have never heard it again for any applications. Also, I enabled sound for "Device Notifier" and I have never heard any sounds when plugging any external USB device. Don't you think that this is something that needs to be improved, especially for people who have vision disability? |