I'd like to change default sound theme to ubuntustudio-sounds, but don't understand how to do this.
Asked
Active
Viewed 4,235 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,396
0
Just remember to also add ubuntu studio sound theme
sudo apt-get update
sudo apt-get install ubuntustudio-sounds
Anwar
- 77,855
Giuliano69
- 161