ports/130966: multimedia/mplayer: gmplayer cannot start

Andreas Wetzel mickey242 at gmx.net
Sat Feb 14 01:50:06 UTC 2009


The following reply was made to PR ports/130966; it has been noted by GNATS.

From: Andreas Wetzel <mickey242 at gmx.net>
To: bug-followup at FreeBSD.org, amarat at ksu.ru
Cc:  
Subject: Re: ports/130966: multimedia/mplayer: gmplayer cannot start
Date: Sat, 14 Feb 2009 02:19:16 +0100

 Can anyone confirm, that the following patch fixes the problem?
 For me it works now.
 
 --- snip ---
 
 --- gui/wm/ws.c.orig    2009-02-14 02:11:25.000000000 +0100
 +++ gui/wm/ws.c 2009-02-14 02:11:30.000000000 +0100
 @@ -1157,6 +1157,7 @@
      win->xImage->data=win->Shminfo.shmaddr;
      win->Shminfo.readOnly=0;
      XShmAttach( wsDisplay,&win->Shminfo );
 +   XSync(wsDisplay, False);
      shmctl( win->Shminfo.shmid,IPC_RMID,0 );
     }
     else
 
 
 -- 
 Keep it icy man.
 I don't want to end up a corpse before my time because you were daydreaming.



More information about the freebsd-ports-bugs mailing list