I have an install script that I run after fresh installations to install apps, mount network drives and make changes to several configurations to my liking. One of them is disabling the event sounds.
Up until now I have used this command to achieve that:
gsettings set org.gnome.desktop.sound event-sounds false
However, with 18.04 this command doesn't work anymore. Anyone know which schema and key to use now?