Bug 515837

Summary: Dialog hangs when attempting to paste a file in folder where existing file is present
Product: [Applications] kdevelop Reporter: Aaron Williams <aaronw>
Component: UI: generalAssignee: kdevelop-bugs-null
Status: RESOLVED DUPLICATE    
Severity: crash CC: igorkuo
Priority: NOR    
Version First Reported In: 6.3.250801   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Aaron Williams 2026-02-10 21:53:08 UTC
***
If you're not sure this is actually a bug, instead post about it at https://discuss.kde.org

If you're reporting a crash, attach a backtrace with debug symbols; see https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports

Please remove this comment after reading and before submitting - thanks!
***

SUMMARY
In the projects tree if I copy a file and attempt to paste it into a folder where the file already exists, the pop-up dialog does not respond to input. The only way to recover is to kill kdevelop and restart it.

STEPS TO REPRODUCE
1. Select a file in the projects tree that exists in another folder, i.e. Makefile
2. Copy the file
3. Attempt to paste into the other folder
4. Attempt to interact with the displayed dialog box

OBSERVED RESULT
A dialog box appears with the name of the file and a button to select a new name, along with Continue (grayed out) and Cancel. All keyboard and mouse input to this dialog is ignored, so the file can be neither renamed, nor the operation canceled.

EXPECTED RESULT
I expect the dialog box to respond to keyboard and mouse input.

Note that I use X11 due to critical issues with Wayland preventing certain key applications from working, i.e. Kicad and Zoom screen sharing.

SOFTWARE/OS VERSIONS
Operating System: openSUSE Leap 15.6
KDE Plasma Version: 6.4.4
KDE Frameworks Version: 6.18.0
Qt Version: 6.9.1
Kernel Version: 6.18.8-lp156.5.ged720a5-default (64-bit)
Graphics Platform: X11

ADDITIONAL INFORMATION
Comment 1 Igor Kushnir 2026-02-11 15:02:06 UTC

*** This bug has been marked as a duplicate of bug 435235 ***