[PATCH] Fix lockup when renaming a file from properties dialog 4c12899369f43009269d0f...
authorDavid Redondo <kde@david-redondo.de>
Mon, 25 Jan 2021 11:26:29 +0000 (12:26 +0100)
committerNorbert Preining <norbert@preining.info>
Thu, 15 Jul 2021 01:20:01 +0000 (02:20 +0100)
commit1eb387c2baac583881b62596277785923b9b749b
tree8f68bbe648138c78b8c7fdae55bc0acc56a63699
parent2d4eb75fc2c59a40650c9fef267c7ad0195ef784
[PATCH] 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. . BUG:431902

Gbp-Pq: Name upstream_5.79_0300441bb80c3d75a305bc7b1f4a7e1c36f28845_fix_lockup_when_renaming_a_file_from_properties_dialog.patch
src/widgets/kpropertiesdialog.cpp