Summary: | Overwrite dialog doesn't get shown if its parent window was minimized | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kio | Reporter: | postix <postix> |
Component: | Overwrite dialog | Assignee: | KIO Bugs <kio-bugs-null> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | CC: | a.samirh78, kdelibs-bugs, nate, postix |
Priority: | NOR | ||
Version: | 5.75.0 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Other | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Screenshot regarding comment 3 |
Description
postix
2020-11-08 11:14:05 UTC
WOuld need to be implemented either in Dolphin (which spawns the copy job and could register to monitor its status) or in the overwrite dialog (which lives in KIO, and could maybe bubble up a hint if its parent window is mimimized). Moving to KIO for a start. I can't reproduce this issue with current KIO, if Dolphin is minimised, the window is un-minimised and the rename/overwrite dialogue is shown; it might have been indirectly fixed by switching KIO::CopyJob to use the async AskUserActionInterface, which happened in 5.78. Can you still reproduce this issue? I am on Plasma 5.24.5 now using a Wayland session: I have tried to copy some files to an Android phone (MTP), where some of them were not copy-able 1) The small dialog window, which shows that files could not be copied, appears indeed now, however like ~10-20 seconds after the notification started to stall 2) The dialog is just shown on the current virtual desktop, so it may be missed, if you switch the VD in the meantime Do you think 1) and 2) could be addressed? Shall I open a new bug report? Created attachment 148995 [details] Screenshot regarding comment 3 If I switch to another virtual desktop, I get a blinking Dolphin icon in the task manager on the panel, probably from windows requiring attention. Not sure what causes 1). Let's close it, because the original bug has been resolved. |