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

--- Comment #3 from Méven Car <meve...@gmail.com> ---
I believe this can be explained indeed by kdiroperator.cpp

In

void KDirOperator::setUrl(const QUrl &_newurl, bool clearforward)

[...]
        KIO::StatJob *job = KIO::stat(newurl);
        KJobWidgets::setWindow(job, this);
        bool res = job->exec(); // <- The job is executed synchronously, main
thread is paused
[...]

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

Reply via email to