Disabling beep

Sandy Meier smeier at rz.uni-potsdam.de
Tue Aug 31 15:03:44 BST 1999


On Tue, 31 Aug 1999 you wrote:
> Whenever a build finishes in KDevelop, a loud beep is emitted, which
> often wakes my mom during my nighttime coding sessions. Can anyone tell
> me how to disable this beep?
> 
> Thanks!
> --Joe Nelson

Yes, no problem. Just uncomment the sourcecode like below ,recompile and
install KDevelop again. Maybe this will be configurable in future versions of
KDevelop.

file:ckdevelop.cpp line: 2396

if(beep && ready){       
//	XBell(kapp->getDisplay(),100); //beep :-)      
	beep = false;
}           

Ciao!

Sandy



More information about the KDevelop mailing list