GNOME Bugzilla – Bug 88253
configurability for sound server startup options
Last modified: 2008-10-31 17:44:25 UTC
esd is started by gnome-session as "esd -nobeeps" I would like to change this, so that it starts as, for example, "esd -nobeeps -as 2" or even "esd -port 9283 -unix -public" or some other thing. As far as I can tell, the only way to do this now is to edit gsm-sound.c and recompile... would it be possible to make the options passed to esd a gconf-ed option (or something)?
You can use /etc/esd.conf to configure this (although this only works if you are not having gnome spawn esd and are using auto-spawning instead). The proper fix is probably to have gsm read /etc/esd.conf for spawning purposes.
gnome-settings-daemon is now responsible for spawning esd. Re-assigning.
Since esd is being replaced by pulseaudio, I guess this would have to be a bit more generic.
Still relevant? Do we even need any configurability for pulseaudio?
We don't even start a sound server anymore.