Page 1 of 1

Eliminating BRB message

Posted: Sat 20 Feb 2010, 20:52
by davec51
I hope I'm not being ungrateful, but I'd rather not hear sounds on booting and exiting MYWolf. I found and commented out the startup howl (in /root/startup), but the BRB sound eludes me. Where is it called? I promise I won't substitute another sound.

Posted: Sun 21 Feb 2010, 13:45
by CatDude
Hello davec51
davec51 wrote:..... but the BRB sound eludes me. Where is it called? ......
If you are referring to MyWolfe-010

@ line 5 of /usr/bin/wmreboot
you will find:

Code: Select all

aplay /usr/share/sounds/BRB.WAV
And just in case you are interested
@ line 5 of /usr/bin/wmpoweroff
you will find:

Code: Select all

aplay /usr/share/sounds/CRASH.WAV
CatDude
.

Elimination accomplished

Posted: Sun 21 Feb 2010, 14:28
by davec51
Thanks, CatDude. I don't know why my search couldn't find that text.