After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 557806 - disable or remove sound plugin
disable or remove sound plugin
Status: RESOLVED FIXED
Product: gnome-settings-daemon
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-settings-daemon-maint
gnome-settings-daemon-maint
Depends on:
Blocks: 557808
 
 
Reported: 2008-10-24 20:03 UTC by William Jon McCann
Modified: 2008-10-29 18:33 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description William Jon McCann 2008-10-24 20:03:22 UTC
The sound plugin:
 * has ugly code
 * uses gnome_program
 * slows down session start
 * may be irrelevant in the "new sound way"

I asked Lennart about it and he thinks that we can drop it unless people need legacy esd support.  At the very least we can turn it off when esd support is not needed.
Comment 1 Jens Granseuer 2008-10-25 11:04:52 UTC
I'm fine with removing it for 2.26 and replacing it with bug 545386 (reusing the same plugin name).
Comment 2 Jens Granseuer 2008-10-29 18:33:57 UTC
2008-10-29  Jens Granseuer  <...>

        Remove ESD-based sound plugin (bug #557806). This means that g-s-d
        will no longer start a sound server (esd or PulseAudio) at session
        startup. This should be handled using the autostart mechanism of
        gnome-session instead.

        * configure.ac:
        * plugins/Makefile.am:
        * plugins/sound/Makefile.am:
        * plugins/sound/gsd-sound-manager.c:
        * plugins/sound/gsd-sound-manager.h:
        * plugins/sound/gsd-sound-plugin.c:
        * plugins/sound/gsd-sound-plugin.h:
        * plugins/sound/sound.gnome-settings-plugin.in:
        remove sound plugin