View Single Post
Posts: 59 | Thanked: 11 times | Joined on Feb 2006 @ Helsinki, Finland
#10
Originally Posted by TimskiMcMatrix View Post
seem can find usr/share/sound and how to add the wav sound and delete the previous one. =(
It's actually /usr/share/sound. You should really learn basic linux files system and commands. And use terminal to access those files.

to change directory: cd /some/directory
to remove a files: rm file
to rename a file: mv file newfile