View Single Post
blubbi's Avatar
Posts: 288 | Thanked: 113 times | Joined on Dec 2009 @ Germany
#14
For all those who are not familiar with the command line (cmd):

Code:
sudo gainroot
cd /usr/share/sounds/
for file in camera_snd_title_{1,2,3}.wav ; do
    mv ${file} ${file/wav/bak}
done
or as oneliner:
Code:
sudo gainroot ; cd /usr/share/sounds/ ; for file in camera_snd_title_{1,2,3}.wav ; do mv ${file} ${file/wav/bak} ; done
And your Camera is a silent one ;-)

Cheers Bjoern

Last edited by blubbi; 2010-01-25 at 22:48.
 

The Following User Says Thank You to blubbi For This Useful Post: