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

--- Comment #1 from David Edmundson <k...@davidedmundson.co.uk> ---
>From the video we're not frozen, but stuck in a nested event loop.


It is presumably this line here

frameworks/kio

kpropertiesdialog.cpp:1543

KIO::copyJob...
....
QEventLoop eventLoop;
eventLoop.exec(QEventLoop::ExcludeUserInputEvents);

Event loops from plasma are bad anyway, but with this one if the copy job
prompts, it won't handle the user event.

We're best trying to port away from the event loop if that's possible within
the API

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

Reply via email to