[kde] [Bug 501019] When in a plasma session there are button click sounds in GTK programs
Ismael Asensio
bugzilla_noreply at kde.org
Wed Mar 5 18:33:40 GMT 2025
https://bugs.kde.org/show_bug.cgi?id=501019
--- Comment #3 from Ismael Asensio <isma.af at 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 the assignee for the bug.
More information about the Unassigned-bugs
mailing list