According to this page, which is written for 19.04, I'm supposed to disable alert sounds by switching the alert volume to off. However, if I go to Settings > Sound, I only see the following:
I see no Alert Volume setting. Any other way to disable the alert sounds?
Using dconf editor
To disable alert sounds on Ubuntu 19.04 you could install
dconf editor
, either from terminal or from activities/software center. From terminalNext, launch
dconf editor
and navigate toorg/gnome/desktop/sound/event-sounds
and flip the switch tooff
- alternatively, click onevent-sounds
and set custom value toFalse
Using the terminal
From terminal without installing
dconf editor