Revision 19f4bf0...

Go back to digest for 13th February 2011

Bug Fixes in KDE Base

Till Adam committed changes in [kdelibs] /:

Make the KProcess mode for KIO also usable on OSX and use it.

On OSX, as of 10.6, one cannot fork with out exec'ing, more or less,
which makes the way kdeinit works problematic. In order not to introduce
yet another code path, this makes the so far Windows specific way of
handling kio processes via KProcess, instead of kdeinit available
more generically and uses it on OSX as well. This is based on
proof of concept patches by David Faure.

File Changes

Modified 4 files
  •   kinit/kioslave.cpp
  •   kinit/klauncher.cpp
  •   kinit/klauncher.h
  •   kinit/klauncher_main.cpp
4 files changed in total