> On Thursday, June 19, 2003, at 09:10 AM, Larry Hall wrote:
>
> > Robert Pollard wrote:
> >
> >> Hello all,
> >> I tried to install KDE and it wouldn't run after installation.  I did
> >> all the post installation changes.  It comes up with an error window
> >> saying "The application failed to initialize properly (0xc0000022).
> >> Click on OK to terminate the application."
> >> This has happened every since I installed the KDE packages.
> >> I reversed all of the changes to get the original windowing system
> >> back and it still comes up with this error.
> >> Any ideas?
> >> Thanks for your time,
> >> Robert Pollard
> >
This may be a problem of execute permissions of dll's. See
http://www.cygwin.com/ml/cygwin/2002-10/msg00616.html for more informations.

Additional you can verify if the kde dll's have execution permissions.
$ find /opt/kde3 -type f -name '*.dll' -ls

or update all execute permissions immediatly

$ find /opt/kde3 -type f -name '*.dll' | xargs chmod a+x
$ find /opt/gtk -type f -name '*.dll' | xargs chmod a+x
$ find /usr/local/lib/qt3mt/bin -type f -name '*.dll' | xargs chmod a+x

Cheers
Ralf

Reply via email to