4

I'd like to change default sound theme to ubuntustudio-sounds, but don't understand how to do this.

Anwar
  • 77,855
krio
  • 445

2 Answers2

1

Type this into a Terminal (Dash->Terminal) window:

sudo apt-get install gconf-editor
gconftool-2 -s /desktop/gnome/sound/theme_name "ubuntustudio" -t string
sudo gconftool-2 -s /desktop/gnome/sound/theme_name "ubuntustudio" -t string

Then reboot, and the ubuntustudio sound theme will be on!

MiJyn
  • 3,396
0

Just remember to also add ubuntu studio sound theme

sudo apt-get update
sudo apt-get install ubuntustudio-sounds
Anwar
  • 77,855