Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Feb 2009 01:50:04 GMT
From:      Andreas Wetzel <mickey242@gmx.net>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/130966: multimedia/mplayer: gmplayer cannot start
Message-ID:  <200902140150.n1E1o4dQ048452@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/130966; it has been noted by GNATS.

From: Andreas Wetzel <mickey242@gmx.net>
To: bug-followup@FreeBSD.org, amarat@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902140150.n1E1o4dQ048452>