Skip to content

Disable Sound in GDM

Introduction

If like me, you want to have Ubuntu as silent as possible, you need to disable the startup sound in GDM.

Command

sudo -u gdm gconftool-2 --set /desktop/gnome/sound/event_sounds --type bool false

Resources