[Konsole-devel] [Bug 87664] Signal/Bell system-notification option doesn't save
Jonathan Rawle
jr36 at le.ac.uk
Mon Oct 25 11:20:07 UTC 2004
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=87664
------- Additional Comments From jr36 le ac uk 2004-10-25 13:20 -------
I'm no KDE programming expert, but I found this in konsole.cpp
checkSoundSystem();
if ( !b_soundSystemEnabled && (n_bell == BELLNOTIFY) )
n_bell = BELLSYSTEM;
This suggests it changes the option to System bell if ARTS isn't running. I don't think this is the correct behaviour, as it is possible to use system notifications even if ARTS isn't running. Surely this isn't the usual behaviour in KDE? If the user doesn't use system notifications, but wants a Konsole bell, he or she would select "System bell" from the menu!
More information about the konsole-devel
mailing list