SUMMARY When I move files from A to B, dolphin pops up a notification like: "Moving 1 of n files from A to B". But after the job is done, the notification still says "Moving", except the progress bar is gone and the "Open containing folder" button is shown. STEPS TO REPRODUCE 1. Move some files in Dolphin OBSERVED RESULT Confusing notification EXPECTED RESULT Notification should say "Moved" after the job is done. SOFTWARE/OS VERSIONS OS: Arch Linux KDE Plasma Version: 6.3.5 KDE Frameworks Version: 6.14.0 Qt Version: 6.9.0 ADDITIONAL INFORMATION Same applies for "Extracting" jobs. Haven't tested other jobs, but I guess "Copying" jobs applies too.
I confirm this behavior on git-master. After moving a file, the notification title says "Moving (Finished)" This does also affect copying, and I assume the design pattern applies to other actions This looks like intentional behavior, rather than a bug. We can consider clarifying the language to something like Moving Finished Moving or something else. I'll forward this to the Dolphin developers to determine the path forward. We'll need to consider how this translates into other languages.