Summary: | Can't save k3b project or exit the application | ||
---|---|---|---|
Product: | [Applications] k3b | Reporter: | Tom Collins <ltskinol> |
Component: | GUI/Usability | Assignee: | k3b developers <k3b> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | aacid, bugseforuns, id012c3076, michalm, trueg |
Priority: | NOR | ||
Version: | 21.04.1 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/multimedia/k3b/commit/2a4b66e3a417559599d3bc61ce6497e17ec98472 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | Screenshot |
Description
Tom Collins
2021-05-23 20:22:04 UTC
Forgot to add - a k3b :Progress Dialog" also pops up - similarly unresponsive to mouse clicks. Screenshot attached. Created attachment 138716 [details]
Screenshot
A possibly relevant merge request was started @ https://invent.kde.org/multimedia/k3b/-/merge_requests/10 possibly bug 392617 is a duplicate. Patrick - I mentioned that one in the original bug submission. I think they're related, but not the same bug. Git commit 2a4b66e3a417559599d3bc61ce6497e17ec98472 by Albert Astals Cid. Committed on 24/05/2021 at 09:57. Pushed by aacid into branch 'release/21.04'. Fix showing of dialog the user can't interact with when saving The issue is using KIO::move + exec() can show a dialog but exec says to QEventLoop::ExcludeUserInputEvents so the user is stuck there forever. Move to KIO::file_move since we're moving files anyway and set overwrite since we're already asking if the file exists anyway (twice in fact, fix coming in the next commit) M +2 -2 src/k3bprojectmanager.cpp https://invent.kde.org/multimedia/k3b/commit/2a4b66e3a417559599d3bc61ce6497e17ec98472 I can't reproduce my bug after this fix. Thank you Albert. *** Bug 392617 has been marked as a duplicate of this bug. *** Thank you for the fix! *** Bug 444729 has been marked as a duplicate of this bug. *** |