https://bugs.kde.org/show_bug.cgi?id=75324

--- Comment #92 from Christoph Feck <cf...@kde.org> ---
> First pre-requisite step is making all KDE apps robust to blocking calls on 
> files which it thinks are safe as they're on the local file system.

Uh, no. KDE applications are expected to use KIO. You would have to fix all
_other_ applications, which don't use the KIO API. I guess applications using
GIO are also safe, because (I hope) GIO was also designed asynchronous. But
POSIX API is synchronous, and users of those applications just have to live
with UI hangs unless they use separate threads for IO.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to