RE: Problems getting KDE to start...

"David H Gunnells" <[email protected]> Wed, 25 Apr 2007 09:44:46 -0500
Newsgroups gmane.comp.kde.devel.cygwin
Message-ID <[email protected]>
This is a multi-part message in MIME format.

--===============1593234490==
Content-class: urn:content-classes:message
Content-Type: multipart/alternative;
	boundary="----_=_NextPart_001_01C78748.46BF445E"

This is a multi-part message in MIME format.

------_=_NextPart_001_01C78748.46BF445E
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

The directions are still there.

=20

http://webdev.cegit.de/snapshots/kde-cygwin/kde/kde3.4/

=20

Copy/pasted:

=20

Snapshot release of KDE 3.4.1=20

=20

IMPORTANT

  This kde release may not run with newer qt libraries from
http://cygwin-ports.sf.net. If you like to run newer qt releases please
remove this packages completely and install kde from the independent
project http://cygwin-ports.sf.net.=20

=20

INSTALLATION

=20

1. install required cygwin packages=20

=20

cygwin xorg-x11-base freetype2 fontconfig libxslt libxml2 libiconv
libtiff5 openssl libbz2_1 zlib libpcre0 jpeg libaspell15 libart_lgpl
libsasl2 ash rebase

=20

=20

2. download the packages and unpack them into the cygwin root=20

=20

wget -nd
http://webdev.cegit.de/snapshots/kde-cygwin/kde/kde3.4/qt-x11-free-3.3.4
-1.tar.bz2 =20

wget -nd
http://webdev.cegit.de/snapshots/kde-cygwin/kde/kde3.4/kdelibs-3.4.1-0.t
ar.bz2 =20

wget -nd
http://webdev.cegit.de/snapshots/kde-cygwin/kde/kde3.4/kdebase-3.4.1-0.t
ar.bz2 =20

wget -nd
http://webdev.cegit.de/snapshots/kde-cygwin/kde/kde3.4/kdepim-3.4.1-0.ta
r.bz2 =20

wget -nd
http://webdev.cegit.de/snapshots/kde-cygwin/kde/kde3.4/kdesdk-3.4.1-0.ta
r.bz2 =20

=20

        tar -C / -xjf qt-x11-free-3.3.4-1.tar.bz2

        tar -C / -xjf kdelibs-3.4.1-0.tar.bz2

        tar -C / -xjf kdebase-3.4.1-0.tar.bz2

        tar -C / -xjf kdepim-3.4.1-0.tar.bz2

        tar -C / -xjf kdesdk-3.4.1-0.tar.bz2

=20

              =20

3. rebase all dll's to avoid cygwin remap problem=20

=20

<before running rebaseall make sure, that no cygwin process is running>

       =20

        1. create file list

=20

               find /opt/qt/3.3 /opt/kde3.4 -name '*.dll'
>/tmp/files.lst

=20

        2. close *ALL* cygwin processes=20

       =20

        3. open a windows command shell (cmd.exe) from Start/Run and
goto cygwin installation root=20

=20

               cd c:\cygwin=20

               bin\ash bin/rebaseall  -b 0x61000000 -v -T tmp/files.lst

=20

4. start kde=20

=20

  1. display only kicker (uses Xwin multiwindow mode)

=20

               at first create a simple startscript=20

=20

               cat >~/startkde=20

               /usr/sbin/cygserver &

               export CYGWIN=3Dserver

               export DISPLAY=3D127.0.0.1:0

               xwin -multiwindow &

               xwinclip &    =20

               xhost +

               export SHELL=3D/bin/bash

               kdeinit +kicker &

=20

        [press ENTER, then CTRL-D]=20

=20

        chmod a+x ~/startkde

=20

        no you can start kde with=20

       =20

               ~/startkde &

=20

  stop kde - run =20

=20

               kdeinit_shutdown      =20

              =20

        then close the bash window=20

=20

  2. using full kde desktop (uses Xwin rootless mode)=20

        =20

          cat >~/startkde

                       #!/bin/bash

                       cygserver &

                       export CYGWIN=3Dserver

                       export SHELL=3D/bin/bash

                       xwin -fullscreen -noreset &

                       xwinclip &

                       xhost +

                       /opt/kde3.4/bin/startkde

                       kdeinit_shutdown=20

                       taskkill /IM xwin

                       taskkill /IM xwinclip

                       taskkill /IM cygserver

=20

        [press ENTER, then CTRL-D]=20

=20

        chmod a+x ~/startkde

=20

        no you can start kde with=20

       =20

               ~/startkde &

       =20

Notes=20

=20

1. If you encounter problem with kmail (load loading time when opening
new email window or seg faults), you can install the
cygwin-dll-2005-04-13 package, which runs stable for me.=20

         cd ~

         wget -nd
http://webdev.cegit.de/snapshots/kde-cygwin/kde/kde3.4/cygwin-dll-2005-0
4-13.tar.bz2

         tar -xjf cygwin-dll-2005-04-13.tar.bz2

         cp bin/cygwin1.dll /

=20

         <close all cygwin apps and start a cmd shell, then enter >

         cd c:\cygwin (or wherever your cygwin root is located)

         copy cygwin1.dll bin

         <now you can restart kde>=20

        =20

        =20

2. You can add the Entries of your windows start menu with the
lnk2desktop tool. See the readme.txt in the package
lnk2dektop-x.y.z.tar.bz2 for more information.=20

=20

3. How to install a KDE language package:=20

=20

        1. download the related language package from
ftp://ftp.kde.org/pub/kde/stable/3.4.1/SuSE/noarch

        2. install cygwin rpm package=20

        3. create a symbolic link from /opt/kde3.4 to /opt/kde3 if not
already existent:=20

       =20

                       ln -s kde3.4 /opt/kde3=20

       =20

        4. install the downloaded language package=20

       =20

                       rpm -ivh kde3-i18n-xx-x.y.z-p.noarch.tar.bz2
--ignoreos

                      =20

        5. setup new language with kpersonalizer

       =20

                      =20

=20

in case of problems see http://kde-cygwin.sf.net/kde3 and/or contact
[email protected]

=20

=20

From: Douglas Allen [mailto:[email protected]]=20
Sent: Thursday, March 29, 2007 3:36 AM

=20

HEY Thar;

There was a set of directions on the snapshots site but it's gone now.
But I did follow those directions and got KDE to work. The term is
"rebase". I guess one could look for this in the man files. It takes the
required DLLs and puts them in the right directories to let KDE exe's to
find them. That's all I know.=20
I should have saved that page, drat!

On 3/27/07, Joseph Thomas-Kerr <[email protected]> wrote:=20

Hi,

I have also been battling trying to get kde to start within cygwin.

I finally have made some progress. It seems that environment variables
set
within your cygwin shell (eg in .bashrc) don't propagate to the new
shell
that is running startkde. As a result you have to edit the Windows=20
environment variables by right-clicking on "My Computer" and "Advanced".
After I added all of the environment variables mentioned in
http://kde-cygwin.sourceforge.net/kde3/faq.php#debug_kde3, things
started
to work.

To start X I just run "startx &".
Then, to start KDE I run "startkde"

I haven't as yet got to a working KDE desktop - several of the kdeinit=20
instances hang.

But it's progress. I'm going to try to run individual applications, once
I
can find a distribution of cygipc, which so far is elusive.

Regards,
Joe.


> From: Schricker, Bradley
> Sent: Friday, August 18, 2006 10:12 AM
> To: 'kde-cygwin@...'
> Subject: Problems getting KDE to start...=20
>
> Greetings,
>
> I am encountering problems getting KDE to start with Cygwin. I hope
that
> you
> might be able to help me. Currently, I have Cygwin launching using the
> startxwin.bat=20
> file. Within this file, I use the simple scripts:
>
> run XWin
>
> run wmaker
>
> I have opened a bash shell prompt and followed the installation
> instructions,
> but they just do not work for me. Thus, I guess I have a series of=20
> questions:
>
> 1.) Obviously, I startup XWin in single window mode. Is this
> incompatible with
> KDE?
>
> 2.) I have run the instructions in each of the script files that you
> list in
> your installation instructions (not at the same time, of course --
> different
> tries) one line at a time (taking into account that I am using single
> window
> mode) from the command prompt. The first script does not seem to=20
> accomplish
> anything. The second one turns the wallpaper within my running Cygwin
> instance
> black, but has no other discernible effects. Is there something
obvious
> that I
> am doing wrong here?=20
>
> 3.) Is there a way to start KDE directly from a windows batch file,
like
> I start
> Cygwin now?
>
> Any help is greatly appreciated!
>
> Kindest Regards,
>
> Bradley C. Schricker=20



=20


------_=_NextPart_001_01C78748.46BF445E
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<html xmlns:v=3D"urn:schemas-microsoft-com:vml" =
xmlns:o=3D"urn:schemas-microsoft-com:office:office" =
xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" =
xmlns=3D"http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dus-ascii">
<meta name=3DGenerator content=3D"Microsoft Word 12 (filtered medium)">
<style>
<!--
 /* Font Definitions */
 @font-face
	{font-family:"Cambria Math";
	panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
	{font-family:Calibri;
	panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
	{font-family:Tahoma;
	panose-1:2 11 6 4 3 5 4 4 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0in;
	margin-bottom:.0001pt;
	font-size:12.0pt;
	font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
	{mso-style-priority:99;
	color:blue;
	text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
	{mso-style-priority:99;
	color:purple;
	text-decoration:underline;}
pre
	{mso-style-priority:99;
	mso-style-link:"HTML Preformatted Char";
	margin:0in;
	margin-bottom:.0001pt;
	font-size:10.0pt;
	font-family:"Courier New";}
span.gmailquote
	{mso-style-name:gmail_quote;}
span.EmailStyle18
	{mso-style-type:personal-reply;
	font-family:"Calibri","sans-serif";
	color:#1F497D;}
span.HTMLPreformattedChar
	{mso-style-name:"HTML Preformatted Char";
	mso-style-priority:99;
	mso-style-link:"HTML Preformatted";
	font-family:"Courier New";}
.MsoChpDefault
	{mso-style-type:export-only;}
@page Section1
	{size:8.5in 11.0in;
	margin:1.0in 1.0in 1.0in 1.0in;}
div.Section1
	{page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext=3D"edit">
  <o:idmap v:ext=3D"edit" data=3D"1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body lang=3DEN-US link=3Dblue vlink=3Dpurple>

<div class=3DSection1>

<p class=3DMsoNormal><span =
style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>The directions are still there.<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>http://webdev.cegit.de/snapshots/kde-cygwin/kde/kde3.4/<o:=
p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>Copy/pasted:<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier New"'>Snapshot
release of KDE 3.4.1 <o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'><o:p>&nbsp;</o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>IMPORTANT<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier New"'>&nbsp;
This kde release may not run with newer qt libraries from <a
href=3D"http://cygwin-ports.sf.net"
title=3D"Linkification: =
http://cygwin-ports.sf.net">http://cygwin-ports.sf.net</a>.
If you like to run newer qt releases please remove this packages =
completely and
install kde from the independent project <a =
href=3D"http://cygwin-ports.sf.net"
title=3D"Linkification: =
http://cygwin-ports.sf.net">http://cygwin-ports.sf.net</a>.
<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'><o:p>&nbsp;</o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>INSTALLATION<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'><o:p>&nbsp;</o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier New"'>1.
install required cygwin packages <o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'><o:p>&nbsp;</o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier New"'>cygwin
xorg-x11-base freetype2 fontconfig libxslt libxml2 libiconv libtiff5 =
openssl
libbz2_1 zlib libpcre0 jpeg libaspell15 libart_lgpl libsasl2 ash =
rebase<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'><o:p>&nbsp;</o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'><o:p>&nbsp;</o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier New"'>2.
download the packages and unpack them into the cygwin root =
<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'><o:p>&nbsp;</o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier New"'>wget
-nd <a
href=3D"http://webdev.cegit.de/snapshots/kde-cygwin/kde/kde3.4/qt-x11-fre=
e-3.3.4-1.tar.bz2"
title=3D"Linkification: =
http://webdev.cegit.de/snapshots/kde-cygwin/kde/kde3.4/qt-x11-free-3.3.4-=
1.tar.bz2">http://webdev.cegit.de/snapshots/kde-cygwin/kde/kde3.4/qt-x11-=
free-3.3.4-1.tar.bz2</a>&nbsp;
<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier New"'>wget
-nd <a
href=3D"http://webdev.cegit.de/snapshots/kde-cygwin/kde/kde3.4/kdelibs-3.=
4.1-0.tar.bz2"
title=3D"Linkification: =
http://webdev.cegit.de/snapshots/kde-cygwin/kde/kde3.4/kdelibs-3.4.1-0.ta=
r.bz2">http://webdev.cegit.de/snapshots/kde-cygwin/kde/kde3.4/kdelibs-3.4=
.1-0.tar.bz2</a>&nbsp;
<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier New"'>wget
-nd <a
href=3D"http://webdev.cegit.de/snapshots/kde-cygwin/kde/kde3.4/kdebase-3.=
4.1-0.tar.bz2"
title=3D"Linkification: =
http://webdev.cegit.de/snapshots/kde-cygwin/kde/kde3.4/kdebase-3.4.1-0.ta=
r.bz2">http://webdev.cegit.de/snapshots/kde-cygwin/kde/kde3.4/kdebase-3.4=
.1-0.tar.bz2</a>&nbsp;
<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier New"'>wget
-nd <a
href=3D"http://webdev.cegit.de/snapshots/kde-cygwin/kde/kde3.4/kdepim-3.4=
.1-0.tar.bz2"
title=3D"Linkification: =
http://webdev.cegit.de/snapshots/kde-cygwin/kde/kde3.4/kdepim-3.4.1-0.tar=
.bz2">http://webdev.cegit.de/snapshots/kde-cygwin/kde/kde3.4/kdepim-3.4.1=
-0.tar.bz2</a>&nbsp;
<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier New"'>wget
-nd <a
href=3D"http://webdev.cegit.de/snapshots/kde-cygwin/kde/kde3.4/kdesdk-3.4=
.1-0.tar.bz2"
title=3D"Linkification: =
http://webdev.cegit.de/snapshots/kde-cygwin/kde/kde3.4/kdesdk-3.4.1-0.tar=
.bz2">http://webdev.cegit.de/snapshots/kde-cygwin/kde/kde3.4/kdesdk-3.4.1=
-0.tar.bz2</a>&nbsp;
<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'><o:p>&nbsp;</o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; tar
-C / -xjf qt-x11-free-3.3.4-1.tar.bz2<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; tar
-C / -xjf kdelibs-3.4.1-0.tar.bz2<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; tar
-C / -xjf kdebase-3.4.1-0.tar.bz2<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; tar
-C / -xjf kdepim-3.4.1-0.tar.bz2<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; tar
-C / -xjf kdesdk-3.4.1-0.tar.bz2<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'><o:p>&nbsp;</o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp; <o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier New"'>3.
rebase all dll's to avoid cygwin remap problem <o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'><o:p>&nbsp;</o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier New"'>&lt;before
running rebaseall make sure, that no cygwin process is =
running&gt;<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1.
create file list<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'><o:p>&nbsp;</o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp; find
/opt/qt/3.3 /opt/kde3.4 -name '*.dll' =
&gt;/tmp/files.lst<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'><o:p>&nbsp;</o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2.
close *ALL* cygwin processes <o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3.
open a windows command shell (cmd.exe) from Start/Run and goto cygwin
installation root <o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'><o:p>&nbsp;</o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp; cd
c:\cygwin <o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp; bin\ash
bin/rebaseall&nbsp; -b 0x61000000 -v -T =
tmp/files.lst<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'><o:p>&nbsp;</o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier New"'>4.
start kde <o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'><o:p>&nbsp;</o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier New"'>&nbsp;
1. display only kicker (uses Xwin multiwindow =
mode)<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'><o:p>&nbsp;</o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp; at
first create a simple startscript <o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'><o:p>&nbsp;</o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp; cat
&gt;~/startkde <o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp; /usr/sbin/cygserver
&amp;<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp; export
CYGWIN=3Dserver<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp; export
DISPLAY=3D127.0.0.1:0<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp; xwin
-multiwindow &amp;<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp; xwinclip
&amp;&nbsp;&nbsp;&nbsp;&nbsp; <o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp; xhost
+<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp; export
SHELL=3D/bin/bash<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp; kdeinit
+kicker &amp;<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'><o:p>&nbsp;</o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [press
ENTER, then CTRL-D] <o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'><o:p>&nbsp;</o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier New"'>&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; chmod a+x =
~/startkde<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'><o:p>&nbsp;</o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; no
you can start kde with <o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp; ~/startkde
&amp;<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'><o:p>&nbsp;</o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier New"'>&nbsp;
stop kde - run&nbsp; <o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'><o:p>&nbsp;</o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp; kdeinit_shutdown
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp; <o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; then
close the bash window <o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'><o:p>&nbsp;</o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier New"'>&nbsp;
2. using full kde desktop (uses Xwin rootless mode) =
<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&nbsp;<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;
cat &gt;~/startkde<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
#!/bin/bash<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
cygserver
&amp;<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; export
CYGWIN=3Dserver<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; export
SHELL=3D/bin/bash<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; xwin
-fullscreen -noreset &amp;<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
xwinclip
&amp;<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; xhost
+<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
/opt/kde3.4/bin/startkde<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
kdeinit_shutdown
<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
taskkill
/IM xwin<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
taskkill
/IM xwinclip<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; taskkill
/IM cygserver<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'><o:p>&nbsp;</o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [press
ENTER, then CTRL-D] <o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'><o:p>&nbsp;</o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier New"'>&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; chmod a+x =
~/startkde<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'><o:p>&nbsp;</o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; no
you can start kde with <o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp; ~/startkde
&amp;<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier New"'>Notes
<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'><o:p>&nbsp;</o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier New"'>1.
If you encounter problem with kmail (load loading time when opening new =
email
window or seg faults), you can install the cygwin-dll-2005-04-13 =
package, which
runs stable for me. <o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;cd
~<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;wget
-nd <a
href=3D"http://webdev.cegit.de/snapshots/kde-cygwin/kde/kde3.4/cygwin-dll=
-2005-04-13.tar.bz2"
title=3D"Linkification: =
http://webdev.cegit.de/snapshots/kde-cygwin/kde/kde3.4/cygwin-dll-2005-04=
-13.tar.bz2">http://webdev.cegit.de/snapshots/kde-cygwin/kde/kde3.4/cygwi=
n-dll-2005-04-13.tar.bz2</a><o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;tar
-xjf cygwin-dll-2005-04-13.tar.bz2<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;cp
bin/cygwin1.dll /<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'><o:p>&nbsp;</o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&lt;close
all cygwin apps and start a cmd shell, then enter =
&gt;<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;cd
c:\cygwin (or wherever your cygwin root is =
located)<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;copy
cygwin1.dll bin<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&lt;now
you can restart kde&gt; <o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&nbsp;<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
&nbsp;<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier New"'>2.
You can add the Entries of your windows start menu with the lnk2desktop =
tool.
See the readme.txt in the package lnk2dektop-x.y.z.tar.bz2 for more =
information.
<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'><o:p>&nbsp;</o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier New"'>3.
How to install a KDE language package: <o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'><o:p>&nbsp;</o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1.
download the related language package from <a
href=3D"ftp://ftp.kde.org/pub/kde/stable/3.4.1/SuSE/noarch"
title=3D"Linkification: =
ftp://ftp.kde.org/pub/kde/stable/3.4.1/SuSE/noarch">ftp://ftp.kde.org/pub=
/kde/stable/3.4.1/SuSE/noarch</a><o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2.
install cygwin rpm package <o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3.
create a symbolic link from /opt/kde3.4 to /opt/kde3 if not already =
existent: <o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ln
-s kde3.4 /opt/kde3 <o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 4.
install the downloaded language package <o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rpm
-ivh kde3-i18n-xx-x.y.z-p.noarch.tar.bz2 =
--ignoreos<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 5.
setup new language with kpersonalizer<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
<o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'><o:p>&nbsp;</o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier New"'>in
case of problems see <a href=3D"http://kde-cygwin.sf.net/kde3"
title=3D"Linkification: =
http://kde-cygwin.sf.net/kde3">http://kde-cygwin.sf.net/kde3</a>
and/or contact <a href=3D"mailto:[email protected]"
title=3D"Linkification: =
mailto:[email protected]">[email protected]</a><o:p></o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:10.0pt;font-family:"Courier =
New"'><o:p>&nbsp;</o:p></span></p>

<p class=3DMsoNormal><span =
style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<div style=3D'border:none;border-left:solid blue 1.5pt;padding:0in 0in =
0in 4.0pt'>

<div>

<div style=3D'border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt =
0in 0in 0in'>

<p class=3DMsoNormal><b><span =
style=3D'font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span>=
</b><span
style=3D'font-size:10.0pt;font-family:"Tahoma","sans-serif"'> Douglas =
Allen
[mailto:[email protected]] <br>
<b>Sent:</b> Thursday, March 29, 2007 3:36 AM<o:p></o:p></span></p>

</div>

</div>

<p class=3DMsoNormal><o:p>&nbsp;</o:p></p>

<p class=3DMsoNormal style=3D'margin-bottom:12.0pt'>HEY Thar;<br>
<br>
There was a set of directions on the snapshots site but it's gone now. =
But I
did follow those directions and got KDE to work. The term is
&quot;rebase&quot;. I guess one could look for this in the man files. It =
takes
the required DLLs and puts them in the right directories to let KDE =
exe's to
find them. That's all I know. <br>
I should have saved that page, drat!<o:p></o:p></p>

<div>

<p class=3DMsoNormal><span class=3Dgmailquote>On 3/27/07, <b>Joseph =
Thomas-Kerr</b>
&lt;<a =
href=3D"mailto:[email protected]">[email protected]</a>&gt;
wrote: </span><o:p></o:p></p>

<p class=3DMsoNormal>Hi,<br>
<br>
I have also been battling trying to get kde to start within cygwin.<br>
<br>
I finally have made some progress. It seems that environment variables =
set<br>
within your cygwin shell (eg in .bashrc) don't propagate to the new =
shell<br>
that is running startkde. As a result you have to edit the Windows <br>
environment variables by right-clicking on &quot;My Computer&quot; and
&quot;Advanced&quot;.<br>
After I added all of the environment variables mentioned in<br>
<a =
href=3D"http://kde-cygwin.sourceforge.net/kde3/faq.php#debug_kde3">http:/=
/kde-cygwin.sourceforge.net/kde3/faq.php#debug_kde3</a>,
things started<br>
to work.<br>
<br>
To start X I just run &quot;startx &amp;&quot;.<br>
Then, to start KDE I run &quot;startkde&quot;<br>
<br>
I haven't as yet got to a working KDE desktop - several of the kdeinit =
<br>
instances hang.<br>
<br>
But it's progress. I'm going to try to run individual applications, once =
I<br>
can find a distribution of cygipc, which so far is elusive.<br>
<br>
Regards,<br>
Joe.<br>
<br>
<br>
&gt; From: Schricker, Bradley<br>
&gt; Sent: Friday, August 18, 2006 10:12 AM<br>
&gt; To: 'kde-cygwin@...'<br>
&gt; Subject: Problems getting KDE to start... <br>
&gt;<br>
&gt; Greetings,<br>
&gt;<br>
&gt; I am encountering problems getting KDE to start with Cygwin. I hope =
that<br>
&gt; you<br>
&gt; might be able to help me. Currently, I have Cygwin launching using =
the<br>
&gt; startxwin.bat <br>
&gt; file. Within this file, I use the simple scripts:<br>
&gt;<br>
&gt; run XWin<br>
&gt;<br>
&gt; run wmaker<br>
&gt;<br>
&gt; I have opened a bash shell prompt and followed the installation<br>
&gt; instructions,<br>
&gt; but they just do not work for me. Thus, I guess I have a series of =
<br>
&gt; questions:<br>
&gt;<br>
&gt; 1.) Obviously, I startup XWin in single window mode. Is this<br>
&gt; incompatible with<br>
&gt; KDE?<br>
&gt;<br>
&gt; 2.) I have run the instructions in each of the script files that =
you<br>
&gt; list in<br>
&gt; your installation instructions (not at the same time, of course =
--<br>
&gt; different<br>
&gt; tries) one line at a time (taking into account that I am using =
single<br>
&gt; window<br>
&gt; mode) from the command prompt. The first script does not seem to =
<br>
&gt; accomplish<br>
&gt; anything. The second one turns the wallpaper within my running =
Cygwin<br>
&gt; instance<br>
&gt; black, but has no other discernible effects. Is there something =
obvious<br>
&gt; that I<br>
&gt; am doing wrong here? <br>
&gt;<br>
&gt; 3.) Is there a way to start KDE directly from a windows batch file, =
like<br>
&gt; I start<br>
&gt; Cygwin now?<br>
&gt;<br>
&gt; Any help is greatly appreciated!<br>
&gt;<br>
&gt; Kindest Regards,<br>
&gt;<br>
&gt; Bradley C. Schricker <br>
<br>
<o:p></o:p></p>

</div>

<p class=3DMsoNormal><o:p>&nbsp;</o:p></p>

</div>

</div>

</body>

</html>

------_=_NextPart_001_01C78748.46BF445E--

--===============1593234490==
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

--===============1593234490==--