Re: Whose end is this broken on. . .



Miguel de Icaza wrote:
> 
> > The problem is that the panel won't allow applets.  When starting it
> > up from just an xterm, I get: "Unable to connect to server port
> > 35091".  The panel runs, but no applets (I had to blow away my previous
> > settings, because if it tries to start up applets when it is run, it
> > bombs).  All other apps give the same error message.
> 
> This means you compiled gnome-libs with esound support and the esound
> daemon is not running.
> 
> Elliot, I think the code should work even if the esound daemon is not
> running.

Streams will play without the daemon running, samples will not.
Judging from libgnome/gnome-cound.c, samples are used for 
gnome_sound_play(), so you wouldn't hear them.  However, since this 
function just caches the sample, plays it, then frees it, the 
function should probably be converted to use esd_play_file() instead.  

> Miguel.

-- ebm
+=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=+
|  __                         a.k.a. Eric B. Mitchell |
|  |_) .  _  _|      _|  _     ericmit@ix.netcom.com  |
|  | \ ( (_ (_| (_| (_| (/_   www.netcom.com/~ericmit |
| How's My Programming?   Call:  1 - 800 - DEV - NULL |
+=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=+



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]