On Mon, Nov 06, 2000 at 09:21:37PM -0600, Joe Wingbermuehle wrote:
> Hi,
> Lately I have been having problems with the latest snapshots of FVWM and XMMS.
> XMMS starts fine and everything, but when I try to move it, it moves very
> slowly. Moving XMMS works just fine under other window managers. Does anyone
> know what is happening and/or how to fix it?
> Also of interest, when I restart FVWM, XMMS is dies.
I pinned down this problem in the xmms sources and sent a patch to the
developers. Here it goes:
----------------------------- snip -----------------------------
--- main.c.orig Sun Nov 12 14:20:01 2000
+++ main.c Sun Nov 12 14:33:23 2000
_at_@ -1094,6 +1095,8 @@
draw_main_window(FALSE);
}
gdk_flush();
+ /* give the X server a chance to handle our requests */
+ xmms_usleep(1);
}
----------------------------- snip -----------------------------
Apply this patch to the file xmms/main.c in the xmms sources.
Bye
Dominik ^_^ ^_^
--
Dominik Vogt, dominik.vogt_at_gmx.de
Reply-To: dominik.vogt_at_gmx.de
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Sun Nov 12 2000 - 20:19:38 GMT