https://bugs.kde.org/show_bug.cgi?id=448213
--- Comment #1 from David Jarvie <djar...@kde.org> --- Beep works on my system, for both alarm windows and notifications. For notifications, beep is implemented by playing the sound file /usr/share/sounds/Oxygen-Sys-App-Message.ogg. For windows, beep is implemented by calling QApplication::beep(). It isn't clear why the Qt function doesn't work on your system, but I wouldn't want to play the sound file instead since some people have problems playing sound files. Perhaps the answer is to play the beep using both methods for windows - I'll need to experiment. (Note that it doesn't seem to be possible to call the Qt function from notifications.) -- You are receiving this mail because: You are watching all bug changes.