https://bugs.kde.org/show_bug.cgi?id=431902
David Redondo <k...@david-redondo.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/fram | |eworks/kio/commit/0300441bb | |80c3d75a305bc7b1f4a7e1c36f2 | |8845 Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #8 from David Redondo <k...@david-redondo.de> --- Git commit 0300441bb80c3d75a305bc7b1f4a7e1c36f28845 by David Redondo. Committed on 25/01/2021 at 11:26. Pushed by dfaure into branch 'master'. Fix lockup when renaming a file from properties dialog 4c12899369f43009269d0fdb80964483365bb922 changed how we show the rename dialog. Before we would exec() it and now we call show(). This causes a lockup when renaming a file from the properties dialog to a filename that already exsist. Optimally we would change KPropertiesDialog to make it async and not use nested event loops but this fixes the lockup for now. M +2 -2 src/widgets/kpropertiesdialog.cpp https://invent.kde.org/frameworks/kio/commit/0300441bb80c3d75a305bc7b1f4a7e1c36f28845 -- You are receiving this mail because: You are watching all bug changes.