2

I have in /usr/share/sounds/ubuntu/stereo lots of sounds for different actions. None of them are working. In System Settings --> Sound I can't choose much in configuration. Can you help me to replace those drum system sounds (log in, minimize window, log out etc.) with my own sounds?

Thank you.

Jorge Castro
  • 73,717
Bogdan
  • 21

1 Answers1

2

You can change startup (or any other) sound in Ubuntu as follows:

What you will need: startup sound in ogg format. You can find some ogg sound here

Browse to following paths

/usr/share/sounds/ubuntu/stereo/
/usr/share/sounds/

Look for desktop-login.ogg in the list. If you don’t want to hear anything at startup, delete this file. If you want to change the sound, replace this file with your favorite track and with the same default name desktop-login. Save and close

You will need root permission to copy the file into this directory which can be done by running nautilus as root. Nautilus is a graphical application and, as such, it is better to open it with gksu instead of sudo:

gksu nautilus
avimehenwal
  • 1,403
  • 2
  • 15
  • 17