I'd like to change default sound theme to ubuntustudio-sounds, but don't understand how to do this.
Asked
Active
Viewed 4,173 times
2 Answers
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,326
- 20
- 25
-
It sounds like from a [related question](http://askubuntu.com/questions/75318/cannot-install-sound-theme-in-ubuntu-11-10-gnome-shell-mode) that this method did not work for that other person. – Knowledge Cube Nov 04 '11 at 02:16
-
It's different. It uses gconf instead of dconf. – MiJyn Nov 07 '11 at 14:58
0
Just remember to also add ubuntu studio sound theme
sudo apt-get update
sudo apt-get install ubuntustudio-sounds
Anwar
- 75,875
- 31
- 191
- 309
Giuliano69
- 141
- 1
- 3