Re: Problems with KDE on cygwin
Ralf Habacker <[email protected]> Sat, 28 Jan 2006 18:46:57 +0100
| Newsgroups | gmane.comp.kde.devel.cygwin |
|---|---|
| Message-ID | <[email protected]> |
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 > > [email protected] <mailto:[email protected]> > http://www.konrad-denk.de <http://www.konrad-denk.de/> > ------------------------------------------------------------------ > > > ------------------------------------------------------------------------ > > _______________________________________________ > kde-cygwin mailing list > [email protected] > https://mail.kde.org/mailman/listinfo/kde-cygwin >