Re: Problem with start og kde3.4 and cygwin 1.5.24

"Douglas Allen" <[email protected]> Tue, 6 Feb 2007 23:49:24 -0600
Newsgroups gmane.comp.kde.devel.cygwin
Message-ID <[email protected]>
--===============1172529551==
Content-Type: multipart/alternative; 
	boundary="----=_Part_8521_20895782.1170827364242"

------=_Part_8521_20895782.1170827364242
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

Try using ~/startkde &                in your default cygwin bash first

take a look at the snapshots page
here<http://webdev.cegit.de/snapshots/kde-cygwin/kde/kde3.4/>
.

On 2/6/07, Dietmar Immenhausen <[email protected]> wrote:
>
> Hello,
>
> i have install the kde3.4 into my cygwin (1.5.24) installation.
>
> When i start the script "startkde" then the programm kdeinit isn=B4t star=
t
> and the returncode of kdeinit is 53.
>
> Where a can me help for this probleme ?
>
> Thanks
>     Dietmar
>
> startkde-script:
> $ cat startkde
> #/bin/bash
> /usr/sbin/cygserver &
> export CYGWIN=3Dserver
> export DISPLAY=3D127.0.0.1:0
> xwin -multiwindow &
> xwinclip &
> xhost +
> export SHELL=3D/bin/bash
> kdeinit +kicker &
>
>
> Output from the script:
>
> IMMENHAU@mu0a2360 ~
> $ uname -a
> CYGWIN_NT-5.1 mu0a2360 1.5.24(0.156/4/2) 2007-01-23 18:50 i686 Cygwin
>
> IMMENHAU@mu0a2360 ~
> $ /usr/sbin/cygserver &
> [1] 516
> IMMENHAU@mu0a2360 ~
> $ cygserver: Initialization complete.  Waiting for requests.
> IMMENHAU@mu0a2360 ~
> $ export CYGWIN=3Dserver
> IMMENHAU@mu0a2360 ~
> $ export DISPLAY=3D127.0.0.1:0
> IMMENHAU@mu0a2360 ~
> $ xwin -multiwindow &
> [2] 1380
> $ Welcome to the XWin X Server
> Vendor: The Cygwin/X Project
> Release: 6.8.99.901-4
>
> Contact: [email protected]
>
> XWin was started with the following command line:
>
> xwin -multiwindow
>
> _XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root
> winValidateArgs - g_iNumScreens: 1 iMaxConsecutiveScreen: 1
> (II) XF86Config is not supported
> (II) See http://x.cygwin.com/docs/faq/cygwin-x-faq.html for more
> information
> winDetectSupportedEngines - Windows NT/2000/XP
> winDetectSupportedEngines - DirectDraw installed
> winDetectSupportedEngines - DirectDraw4 installed
> winDetectSupportedEngines - Returning, supported engines 00000007
> winSetEngine - Multi Window or Rootless =3D> ShadowGDI
> winAdjustVideoModeShadowGDI - Using Windows display depth of 32 bits per
> pixel
> winAllocateFBShadowGDI - Creating DIB with width: 1280 height: 1024 depth=
:
> 32
> winFinishScreenInitFB - Masks: 00ff0000 0000ff00 000000ff
> winInitVisualsShadowGDI - Masks 00ff0000 0000ff00 000000ff BPRGB 8 d 24
> bpp 32
> null screen fn ReparentWindow
> null screen fn RestackWindow
> InitQueue - Calling pthread_mutex_init
> InitQueue - pthread_mutex_init returned
> InitQueue - Calling pthread_cond_init
> InitQueue - pthread_cond_init returned
> winInitMultiWindowWM - Hello
> winInitMultiWindowWM - Calling pthread_mutex_lock ()
> winMultiWindowXMsgProc - Hello
> winMultiWindowXMsgProc - Calling pthread_mutex_lock ()
> (--) Setting autorepeat to delay=3D500, rate=3D31
> (--) winConfigKeyboard - Layout: "00000407" (00000407)
> (--) Using preset keyboard for "German (Germany)" (407), type "4"
> Rules =3D "xorg" Model =3D "pc105" Layout =3D "de" Variant =3D "(null)" O=
ptions =3D
> "(null)"
> expected keysym, got dead_diaresis: line 143 of pc/de
> The XKEYBOARD keymap compiler (xkbcomp) reports:
> > Warning:          Type "ONE_LEVEL" has 1 levels, but <RALT> has 2
> symbols
> >                   Ignoring extra symbols
> Errors from xkbcomp are not fatal to the X server
> (--) 5 mouse buttons found
> Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing
> from list!
> winPointerWarpCursor - Discarding first warp: 640 512
> winInitMultiWindowWM - pthread_mutex_lock () returned.
> winInitMultiWindowWM - pthread_mutex_unlock () returned.
> winMultiWindowXMsgProc - pthread_mutex_lock () returned.
> winMultiWindowXMsgProc - pthread_mutex_unlock () returned.
> winMultiWindowXMsgProc - DISPLAY=3D127.0.0.1:0.0
> winInitMultiWindowWM - DISPLAY=3D127.0.0.1:0.0
> winProcEstablishConnection - Hello
> winProcEstablishConnection - Clipboard is not enabled, returning.
> winMultiWindowXMsgProc - XOpenDisplay () returned and successfully opened
> the display.
> winInitMultiWindowWM - XOpenDisplay () returned and successfully opened
> the display.
> IMMENHAU@mu0a2360 ~
> $ xwinclip &
> [3] 1428
> IMMENHAU@mu0a2360 ~
> $ UnicodeSupport - Windows NT/2000/XP
> Unicode clipboard I/O
> IMMENHAU@mu0a2360 ~
> $ xhost +
> access control disabled, clients can connect from any host
> IMMENHAU@mu0a2360 ~
> $ export SHELL=3D/bin/bash
> IMMENHAU@mu0a2360 ~
> $ kdeinit +kicker &
> [4] 768
> [4]+  Exit 53                 kdeinit +kicker
> _______________________________________________
> kde-cygwin mailing list
> [email protected]
> https://mail.kde.org/mailman/listinfo/kde-cygwin
>

------=_Part_8521_20895782.1170827364242
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

Try using ~/startkde &amp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; in your default cygwin bash first=
 <br><br>take a look at the snapshots page <a href=3D"http://webdev.cegit.d=
e/snapshots/kde-cygwin/kde/kde3.4/">here</a>.<br><br><div><span class=3D"gm=
ail_quote">
On 2/6/07, <b class=3D"gmail_sendername">Dietmar Immenhausen</b> &lt;<a hre=
f=3D"mailto:[email protected]">[email protected]</a>&gt; wrote:</sp=
an><blockquote class=3D"gmail_quote" style=3D"border-left: 1px solid rgb(20=
4, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello,<br><br>i have install the kde3.4 into my cygwin (1.5.24) installatio=
n.<br><br>When i start the script &quot;startkde&quot; then the programm kd=
einit isn=B4t start and the returncode of kdeinit is 53.<br><br>Where a can=
 me help for this probleme ?
<br><br>Thanks<br>&nbsp;&nbsp;&nbsp;&nbsp;Dietmar<br><br>startkde-script:<b=
r>$ cat startkde<br>#/bin/bash<br>/usr/sbin/cygserver &amp;<br>export CYGWI=
N=3Dserver<br>export DISPLAY=3D<a href=3D"http://127.0.0.1:0">127.0.0.1:0</=
a><br>xwin -multiwindow &amp;
<br>xwinclip &amp;<br>xhost +<br>export SHELL=3D/bin/bash<br>kdeinit +kicke=
r &amp;<br><br><br>Output from the script:<br><br>IMMENHAU@mu0a2360 ~<br>$ =
uname -a<br>CYGWIN_NT-5.1 mu0a2360 1.5.24(0.156/4/2) 2007-01-23 18:50 i686 =
Cygwin
<br><br>IMMENHAU@mu0a2360 ~<br>$ /usr/sbin/cygserver &amp;<br>[1] 516<br>IM=
MENHAU@mu0a2360 ~<br>$ cygserver: Initialization complete.&nbsp;&nbsp;Waiti=
ng for requests.<br>IMMENHAU@mu0a2360 ~<br>$ export CYGWIN=3Dserver<br>IMME=
NHAU@mu0a2360
 ~<br>$ export DISPLAY=3D<a href=3D"http://127.0.0.1:0">127.0.0.1:0</a><br>=
IMMENHAU@mu0a2360 ~<br>$ xwin -multiwindow &amp;<br>[2] 1380<br>$ Welcome t=
o the XWin X Server<br>Vendor: The Cygwin/X Project<br>Release: 6.8.99.901-=
4
<br><br>Contact: <a href=3D"mailto:[email protected]">cygwin-xfree@cy=
gwin.com</a><br><br>XWin was started with the following command line:<br><b=
r>xwin -multiwindow<br><br>_XSERVTransmkdir: Owner of /tmp/.X11-unix should=
 be set to root
<br>winValidateArgs - g_iNumScreens: 1 iMaxConsecutiveScreen: 1<br>(II) XF8=
6Config is not supported<br>(II) See <a href=3D"http://x.cygwin.com/docs/fa=
q/cygwin-x-faq.html">http://x.cygwin.com/docs/faq/cygwin-x-faq.html</a> for=
 more information
<br>winDetectSupportedEngines - Windows NT/2000/XP<br>winDetectSupportedEng=
ines - DirectDraw installed<br>winDetectSupportedEngines - DirectDraw4 inst=
alled<br>winDetectSupportedEngines - Returning, supported engines 00000007
<br>winSetEngine - Multi Window or Rootless =3D&gt; ShadowGDI<br>winAdjustV=
ideoModeShadowGDI - Using Windows display depth of 32 bits per pixel<br>win=
AllocateFBShadowGDI - Creating DIB with width: 1280 height: 1024 depth: 32
<br>winFinishScreenInitFB - Masks: 00ff0000 0000ff00 000000ff<br>winInitVis=
ualsShadowGDI - Masks 00ff0000 0000ff00 000000ff BPRGB 8 d 24 bpp 32<br>nul=
l screen fn ReparentWindow<br>null screen fn RestackWindow<br>InitQueue - C=
alling pthread_mutex_init
<br>InitQueue - pthread_mutex_init returned<br>InitQueue - Calling pthread_=
cond_init<br>InitQueue - pthread_cond_init returned<br>winInitMultiWindowWM=
 - Hello<br>winInitMultiWindowWM - Calling pthread_mutex_lock ()<br>winMult=
iWindowXMsgProc - Hello
<br>winMultiWindowXMsgProc - Calling pthread_mutex_lock ()<br>(--) Setting =
autorepeat to delay=3D500, rate=3D31<br>(--) winConfigKeyboard - Layout: &q=
uot;00000407&quot; (00000407)<br>(--) Using preset keyboard for &quot;Germa=
n (Germany)&quot; (407), type &quot;4&quot;
<br>Rules =3D &quot;xorg&quot; Model =3D &quot;pc105&quot; Layout =3D &quot=
;de&quot; Variant =3D &quot;(null)&quot; Options =3D &quot;(null)&quot;<br>=
expected keysym, got dead_diaresis: line 143 of pc/de<br>The XKEYBOARD keym=
ap compiler (xkbcomp) reports:
<br>&gt; Warning:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;Type &quot;ONE_LEVEL&quot; has 1 levels, but &lt;RALT&gt; has 2 symbols<b=
r>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Ignoring extra symbols<br>Errors fr=
om xkbcomp are not fatal to the X server<br>(--) 5 mouse buttons found
<br>Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removin=
g from list!<br>winPointerWarpCursor - Discarding first warp: 640 512<br>wi=
nInitMultiWindowWM - pthread_mutex_lock () returned.<br>winInitMultiWindowW=
M - pthread_mutex_unlock () returned.
<br>winMultiWindowXMsgProc - pthread_mutex_lock () returned.<br>winMultiWin=
dowXMsgProc - pthread_mutex_unlock () returned.<br>winMultiWindowXMsgProc -=
 DISPLAY=3D<a href=3D"http://127.0.0.1:0">127.0.0.1:0</a>.0<br>winInitMulti=
WindowWM - DISPLAY=3D
<a href=3D"http://127.0.0.1:0">127.0.0.1:0</a>.0<br>winProcEstablishConnect=
ion - Hello<br>winProcEstablishConnection - Clipboard is not enabled, retur=
ning.<br>winMultiWindowXMsgProc - XOpenDisplay () returned and successfully=
 opened the display.
<br>winInitMultiWindowWM - XOpenDisplay () returned and successfully opened=
 the display.<br>IMMENHAU@mu0a2360 ~<br>$ xwinclip &amp;<br>[3] 1428<br>IMM=
ENHAU@mu0a2360 ~<br>$ UnicodeSupport - Windows NT/2000/XP<br>Unicode clipbo=
ard I/O
<br>IMMENHAU@mu0a2360 ~<br>$ xhost +<br>access control disabled, clients ca=
n connect from any host<br>IMMENHAU@mu0a2360 ~<br>$ export SHELL=3D/bin/bas=
h<br>IMMENHAU@mu0a2360 ~<br>$ kdeinit +kicker &amp;<br>[4] 768<br>[4]+&nbsp=
;&nbsp;Exit 53&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; kdeinit +kicker
<br>_______________________________________________<br>kde-cygwin mailing l=
ist<br><a href=3D"mailto:[email protected]">[email protected]</a><br><a h=
ref=3D"https://mail.kde.org/mailman/listinfo/kde-cygwin">https://mail.kde.o=
rg/mailman/listinfo/kde-cygwin
</a><br></blockquote></div><br>

------=_Part_8521_20895782.1170827364242--

--===============1172529551==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
kde-cygwin mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-cygwin

--===============1172529551==--