<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1170" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>The scripts that start kde 3.1 under CYGWIN had 
some problems in my enviroment:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>a) %CYGWIN_ROOT% is not defined, so it must be 
defined in the begining of the .bat file (set CYGWIN_ROOT=c:\cygwin, for 
instance )</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>b) When&nbsp;KDE&nbsp;is starting, there is an 
autentication problem that avoids it to run. That is because it makes 
</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV><FONT face=Arial size=2>
<DIV><BR>SET DISPLAY=127.0.0.1:0.0</DIV>
<DIV>&nbsp;</DIV>
<DIV>instead of </DIV>
<DIV><BR>DISPLAY=:0.0</DIV>
<DIV>&nbsp;</DIV>
<DIV>c) It deletes bad the last used DCOPserver file at user home. Myu user is 
called Marcos.</DIV>
<DIV><BR>if exist %HOME%\.DCOPserver_LOBEIRA__0 del 
%HOME%\.DCOPserver_LOBEIRA__0</DIV>
<DIV>&nbsp;</DIV>
<DIV>Where LOBEIRA is my windows host name, and at the end, instead _127.0.0.1_0 
there is __0 due to change commented in b)</DIV>
<DIV>&nbsp;</DIV>
<DIV>Just with this, it works all fine for me.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks.</DIV>
<DIV></FONT>&nbsp;</DIV></BODY></HTML>