https://bugs.kde.org/show_bug.cgi?id=501019
--- Comment #3 from Ismael Asensio <isma...@gmail.com> --- This seems to be the Gtk property 'enable-input-feedback-sounds': https://docs.gtk.org/gtk3/property.Settings.gtk-enable-input-feedback-sounds.html, which some of Gtk2, Gtk3 properties honor. It makes sense that it doesn't affect adwaita apps, as they are generally moving away from any kind of sound feedback. You can check it via GSettings: `gsettings get org.gnome.desktop.sound input-feedback-sounds` And also disable them: `gsettings set org.gnome.desktop.sound input-feedback-sounds false` (at least for Gtk3) As of plasma we don't do anything regarding this property as there is no direct equivalent. To synchronize the notifications property we act on a different property instead (`https://docs.gtk.org/gtk3/property.Settings.gtk-enable-event-sounds.html`) because it better matches our scope of just notification events. -- You are receiving this mail because: You are watching all bug changes.