[dolphin] [Bug 505586] Duplicate "New Folder" dialog crashed while editing

ratijas bugzilla_noreply at kde.org
Sat Jun 14 11:16:41 BST 2025


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

--- Comment #2 from ratijas <me at ratijas.tk> ---
Apparently, there already was an attempt to fix it:

- https://invent.kde.org/system/dolphin/-/merge_requests/747#note_903955
-
https://invent.kde.org/frameworks/kio/-/commit/ac2fa30d7b905fe7770ab03b1c249650633c851e

But the solution is highly async (connection based), stores boolean flags
instead of the actual resources (dialog, job handles/QPointers), and
hard-overrides them without checking (e.g. sets `d->m_isCreateDirectoryRunning
= true;` without checking maybe it was already running / set to true).

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the kfm-devel mailing list