https://bugs.kde.org/show_bug.cgi?id=407821
--- Comment #10 from Ahmad Samir <a.samir...@gmail.com> --- That would make the terminal flash, for other options, from the link I posted: enum BellModeEnum { /** trigger system beep. */ SystemBeepBell = 0, /** trigger system notification. */ NotifyBell = 1, /** trigger visual bell(inverting the display's colors briefly). */ VisualBell = 2, /** No bell effects */ NoBell = 3 }; Remember you need to launch a new konsole after editing the .profile manually. -- You are receiving this mail because: You are watching all bug changes.