motschke> It seems, that there is a bug in the new fvwm2 version 2.0.44.
motschke> The problem is, that fvwm hangs if I use Wait in the InitFunction.
fvwm 2.0.44 hangs if 'Wait' is used in a InitFunction/RestartFunction.
However, this bug(?) is already fixed (maybe). Try this patch.
--- fvwm/fvwm.c.dist Tue Jan 14 23:06:33 1997
+++ fvwm/fvwm.c Mon Jan 20 15:57:32 1997
_at_@ -352,8 +352,6 @@
XSetErrorHandler((XErrorHandler)FvwmErrorHandler);
- MyXGrabServer(dpy);
-
BlackoutScreen(); /* if they want to hide the capture/startup */
CreateCursors();
_at_@ -454,6 +452,8 @@
#ifndef NON_VIRTUAL
initPanFrames();
#endif
+
+ MyXGrabServer(dpy);
#ifndef NON_VIRTUAL
checkPanFrames();
-- -
Makoto `MAR_kun' MATSUSHITA
--
Visit the official FVWM web page at <URL:http://www.hpc.uh.edu/fvwm/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_hpc.uh.edu.
To report problems, send mail to fvwm-owner_at_hpc.uh.edu.
Received on Tue Jan 21 1997 - 10:08:40 GMT