--- app.cpp.orig 2010-04-15 02:05:36.878421320 +0200 +++ app.cpp.new 2010-04-15 15:46:21.315124906 +0200 @@ -846,7 +846,7 @@ int App::StartServer() { - ServerPID = vfork(); + ServerPID = fork(); static const int MAX_XSERVER_ARGS = 256; static char* server[MAX_XSERVER_ARGS+2] = { NULL };