Howto disable sound when selecting a login name in GDM on Fedora 14
Here’s a quick way to get rid of that annoying beep sound when selecting a login name in the GDM greeter on Fedora 14:
As root type the following command:
sudo -u gdm gconftool-2 –type=bool –set /desktop/gnome/sound/event_sounds false
Categories: Linux and Open Source, Tips and tricks
Hmm, didn’t work for me, but from https://bugzilla.redhat.com/show_bug.cgi?id=503360#c13
gconftool-2 –direct \
–config-source xml:readwrite:/etc/gconf/gconf.xml.defaults \
-t bool -s /desktop/gnome/sound/event_sounds false
pkill gdm
worked.
Hi schanzle. Thank you for your solution. The one I use is part of the %post section in a kickstart file. Maybe that is the difference why it works for me an not for you. Anyway, glad you got it working. Let’s hope that GDM will get some more TLC and possibly even an app to manage all those settings in a more sane way. Unfortunately judging from Ray Strode’s comment in BZ503360 and other comments I doubt things will change.
Perhaps useful to others: http://projects.gnome.org/gdm/docs/2.24/
Appreciate you sharing, great article post.Really thank you! Great.