Problems with KDE on cygwin

Ralf Habacker ralf.habacker at freenet.de
Sat Jan 28 18:46:57 CET 2006


Konrad Denk schrieb:
> Hi,
>  
> I habe downloaded and installed all necessary files as shown in
>  
> http://webdev.cegit.de/snapshots/kde-cygwin/kde/kde3.4/
>  
> While starting KDE, I get the following messages displayed:
>  
> Applet Loading Error KDE Panel
>  
> First message:
>  
> The Desktop Previewer & Pager Applet could not be loaded.
> Please check your installation
>  
> 2nd message:
>  
> The Taskbar Applet .....
>  
> 3rd message:
>  
> The System Tray Applet ....
>  
> I have to shutdown all cygwin processes manually because the 
> taskkill-program is not available.
Taskkill is a part of Windows XP Professional.  You may replace it by 
pskill from http://www.sysinternals.com/Utilities/PsTools.html

>  
> xwinclip is also not available.
>
xwinclip is a separate cygwin package. As an alternative it could be 
emulated by using the xwin -clipboard option
> I used the the script as shown below:
>  
> #!/bin/bash
> cygserver &
> export CYGWIN=server
> export SHELL=/bin/bash
> xwin -fullscreen -noreset &
> xwinclip &
> xhost +
> /opt/kde3.4/bin/startkde
> kdeinit_shutdown
> taskkill /IM xwin
> taskkill /IM xwinclip
> taskkill /IM cygserver
> How can I overcome the problem.
>  
> Hopefully you can help me.
>
You may try
http://kde-cygwin.sourceforge.net/kde3/faq.php#minimal_kde3
and
http://kde-cygwin.sourceforge.net/kde3/faq.php#debug_kde3
 to find more informations about the problem you have.
Which operation system are you using ?

Ralf

>  
> ------------------------------------------------------------------
> Konrad Denk
> Mühlenstraße 11g
> 84174 Eching
>  
> +49 171 4895 439 oder +49 8709 262477
>  
> konrad-denk at gmx.de <mailto:konrad-denk at gmx.de>
> http://www.konrad-denk.de <http://www.konrad-denk.de/>
> ------------------------------------------------------------------
>  
>  
> ------------------------------------------------------------------------
>
> _______________________________________________
> kde-cygwin mailing list
> kde-cygwin at kde.org
> https://mail.kde.org/mailman/listinfo/kde-cygwin
>   



More information about the kde-cygwin mailing list