<!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>Heelo,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I have just installated cygwin and kde3 but when I 
launch it, I have some problems. Could you help me ?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thanks in advance.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Arno</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>C:\cygwin\opt\kde3&gt;rem @echo off</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>C:\cygwin\opt\kde3&gt;REM</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>C:\cygwin\opt\kde3&gt;REM KDE/Cygwin Desktop 
starter script</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>C:\cygwin\opt\kde3&gt;REM (c) 2003 Ralf 
Habacker</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>C:\cygwin\opt\kde3&gt;REM</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>C:\cygwin\opt\kde3&gt;REM $Id:$</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>C:\cygwin\opt\kde3&gt;REM</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>C:\cygwin\opt\kde3&gt;REM check kdedir and set to 
default installation path</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>C:\cygwin\opt\kde3&gt;if exist C:\cygwin\opt\kde3 
goto NO_SET_KDEDIR</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>C:\cygwin\opt\kde3&gt;SET 
PATH=.;C:\cygwin\opt\kde3\bin;C:\cygwin\opt\kde3\lib;C:\c<BR>ygwin\opt\kde3\lib\kde3;C:\cygwin\bin;C:\cygwin\usr\X11R6\bin;C:\Program 
Files\M<BR>iKTeX\miktex\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Prog<BR>ram 
Files\emacs-21.2\bin;C:\Program Files\NMapWin\\bin</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>C:\cygwin\opt\kde3&gt;if NOT "" == "" goto 
CHECK_HOME_DIR</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>C:\cygwin\opt\kde3&gt;SET 
HOME=/home/Arno</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>C:\cygwin\opt\kde3&gt;if exist C:\cygwin\home\Arno 
goto NO_SET_KDEHOME</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>C:\cygwin\opt\kde3&gt;if exist 
C:\cygwin\home\Arno\.mcoprc goto NO_COPY_MCOPRC</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>C:\cygwin\opt\kde3&gt;SET 
KDEHOME=/home/Arno/.kde31</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>C:\cygwin\opt\kde3&gt;REM set misc 
vars</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>C:\cygwin\opt\kde3&gt;SET 
DISPLAY=127.0.0.1:0.0</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>C:\cygwin\opt\kde3&gt;SET 
SHELL=/bin/bash</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>C:\cygwin\opt\kde3&gt;REM clean previous X11 
session</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>C:\cygwin\opt\kde3&gt;if not exist 
C:\cygwin\tmp\.X11-unix\X0 goto CLEAN_END</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>C:\cygwin\opt\kde3&gt;attrib -s 
C:\cygwin\tmp\.X11-unix\X0</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>C:\cygwin\opt\kde3&gt;del 
C:\cygwin\tmp\.X11-unix\X0</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>C:\cygwin\opt\kde3&gt;if exist 
C:\cygwin\tmp\.X11-unix rmdir C:\cygwin\tmp\.X11-uni<BR>x</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>C:\cygwin\opt\kde3&gt;REM start 
ipc-daemon</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>C:\cygwin\opt\kde3&gt;run 
bin\ipc-daemon</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>C:\cygwin\opt\kde3&gt;REM start x 
server</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>C:\cygwin\opt\kde3&gt;start XWin -noreset -ac 
-nowinkill</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>C:\cygwin\opt\kde3&gt;REM Set a background 
color.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>C:\cygwin\opt\kde3&gt;xsetroot -cursor_name 
left_ptr -solid #396dad<BR>'xsetroot' n'est pas reconnu en tant que commande 
interne<BR>ou externe, un programme exécutable ou un fichier de 
commandes.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>C:\cygwin\opt\kde3&gt;REM start dcopserver (ksplash 
need this)</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>C:\cygwin\opt\kde3&gt;run dcopserver 
--nofork</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>C:\cygwin\opt\kde3&gt;REM start 
splashscreen</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>C:\cygwin\opt\kde3&gt;ksplash</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>C:\cygwin\opt\kde3&gt;REM Startup kde base 
services</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>C:\cygwin\opt\kde3&gt;kdeinit --no-dcop +kcminit 
+ksmserver<BR>kdeinit: entering main<BR>kdeinit: Warning, socket_file already 
exists!<BR>ksplash: Fatal IO error: client killed<BR>_name=klauncher launcher=1 
is_lib=0<BR>kdeinit: Launched KLauncher, pid = 1320 result = 
0<BR>DCOPClient::attachInternal. Attach failed Authentication Rejected, reason : 
None<BR>&nbsp;of the authentication protocols specified are supported and 
host-based authenti<BR>cation failed<BR>DCOPClient::attachInternal. Attach 
failed Authentication Rejected, reason : None<BR>&nbsp;of the authentication 
protocols specified are supported and host-based authenti<BR>cation 
failed<BR>FATAL: DCOP communication problem!<BR>_name=kded launcher=0 
is_lib=0<BR>kdeinit: Launched KDED, pid = 1416 result = 0<BR>kdeinit: 
Communication error with launcher. Exiting!</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>C:\cygwin\opt\kde3&gt;REM kill all kde 
processes</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial 
size=2>C:\cygwin\opt\kde3&gt;kdeinit_shutdown<BR>DCOPClient::attachInternal. 
Attach failed Authentication Rejected, reason : None<BR>&nbsp;of the 
authentication protocols specified are supported and host-based 
authenti<BR>cation failed<BR>DCOPClient::attachInternal. Attach failed 
Authentication Rejected, reason : None<BR>&nbsp;of the authentication protocols 
specified are supported and host-based authenti<BR>cation failed<BR>FATAL: DCOP 
communication problem!<BR>Warning: connect() failed: : Connection 
refused<BR>Error: Can't contact kdeinit!<BR></FONT></DIV></BODY></HTML>