discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=bccda8e7b3ddc47697bb16a585a76f617d30e0bf
commit bccda8e7b3ddc47697bb16a585a76f617d30e0bf Author: Mike Blumenkrantz <zm...@samsung.com> Date: Sun Dec 15 08:56:33 2013 -0500 try running start-pulseaudio-x11 from mixer --- src/modules/mixer/sys_pulse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/mixer/sys_pulse.c b/src/modules/mixer/sys_pulse.c index c6c01c1..1bfab2d 100644 --- a/src/modules/mixer/sys_pulse.c +++ b/src/modules/mixer/sys_pulse.c @@ -300,7 +300,7 @@ e_mixer_pulse_init(void) return EINA_FALSE; } - pulse_inst = e_exec(NULL, NULL, "pulseaudio -D", NULL, NULL); + pulse_inst = e_exec(NULL, NULL, "start-pulseaudio-x11", NULL, NULL); if (!pulse_inst) return EINA_FALSE; E_LIST_HANDLER_APPEND(handlers, E_EVENT_EXEC_NEW, (Ecore_Event_Handler_Cb)_pulse_started, NULL); --