Summary: | Dolphin doesn't focus on the new pasted file if it's beyond screen border | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | mozo <smitha> |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | felixernst, kfm-devel, meven29, meven, shakerbg |
Priority: | NOR | ||
Version: | 23.08.2 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/system/dolphin/-/commit/67de3b7344fd8a9af89017405b1edda6e1cda9ff | Version Fixed In: | 24.02 |
Sentry Crash Report: |
Description
mozo
2023-11-07 12:25:58 UTC
I see that in the moment almost all of the forces are working on Plasma 6 and I'm ok with that if this bug will not be presented in Plasma 6 but I doubt it. It's an important bug and it needs attention. It's a pain to work with directories with many files and to find every new pasted file manually. We're the only one file manager with such ridiculous bug in the moment. It's so intrusive that I installed nemo temporarily but I'm using KDE and I want Dolphin. Please look at this bug. 23.08.3 - the bug is still here. 23.08.4 - there's no difference in this behaviour. Please ask if something is not clear. English isn't my native language so I might not described the problem correctly. I can record a video if there's a need for that. Everything is clear. Thank you for the report! We are just not that fast to look into it. Thanks! Can confirm. From my testing the issue might be that `DolphinView::slotItemCreatedFromJob` never gets called for some reason. I reverted https://invent.kde.org/system/dolphin/-/commit/040e2afcfafaa8edd365d959760d4d0e7f3e48d3 locally and this fixed the bug being reported here for me. Not sure what exactly is going wrong though. Thanks for confirming! A possibly relevant merge request was started @ https://invent.kde.org/system/dolphin/-/merge_requests/678 Git commit 3430ad167355436c81fd1248d106e3f6f61d1594 by Méven Car, on behalf of Méven Car. Committed on 18/12/2023 at 11:10. Pushed by meven into branch 'master'. DolphinView: Ensure to update the whole viewState after a job created files M +5 -3 src/views/dolphinview.cpp M +1 -1 src/views/dolphinview.h https://invent.kde.org/system/dolphin/-/commit/3430ad167355436c81fd1248d106e3f6f61d1594 Thank you Méven Car!!! When we can expect the fix to lend in the main version? (In reply to mozo from comment #10) > Thank you Méven Car!!! > When we can expect the fix to lend in the main version? I can't cherry-pick this cleanly to kf5 branch so it will be 24.02 "mega release" unfortunately. I see, thank you very much once again! Unfortunately this bug isn't solved in Dolphin 24.02.2. Just tested it both on X11 and Wayland and there's no difference. The bug is there. My new system info: Operating System: Arch Linux KDE Plasma Version: 6.0.4 KDE Frameworks Version: 6.1.0 Qt Version: 6.7.0 Kernel Version: 6.8.7-arch1-1 (64-bit) Graphics Platform: X11 Processors: 32 × Intel® Core™ i9-14900KF Memory: 62.6 GiB of RAM Graphics Processor: NVIDIA GeForce RTX 4090/PCIe/SSE2 Manufacturer: ASUS The same issue occurs in my configuration: Operating System: Arch Linux KDE Plasma Version: 6.0.4 KDE Frameworks Version: 6.1.0 Qt Version: 6.7.0 Kernel Version: 6.8.7-arch1-2 (64-bit) Graphics Platform: X11 Dolphin version: 24.02.2 A possibly relevant merge request was started @ https://invent.kde.org/system/dolphin/-/merge_requests/769 Git commit 67de3b7344fd8a9af89017405b1edda6e1cda9ff by Méven Car, on behalf of Anthony Fieroni. Committed on 04/05/2024 at 07:58. Pushed by meven into branch 'master'. DolphinView: Update selection on newly created item(s) Adjust paste to url to new KF6 signals Signed-off-by: Anthony Fieroni <bvbfan@abv.bg> M +14 -1 src/views/dolphinview.cpp https://invent.kde.org/system/dolphin/-/commit/67de3b7344fd8a9af89017405b1edda6e1cda9ff Could someone tell me when the fix is supposed to lend for us? There were 2 versions after the fix and it isn't here yet. (In reply to mozo from comment #18) > Could someone tell me when the fix is supposed to lend for us? There were 2 > versions after the fix and it isn't here yet. Seems to me like the commit by Anthony Fieroni above didn't make it into the Dolphin 24.05 release. So as it stands it will only be available from the August release 24.08 onward. (In reply to Felix Ernst from comment #19) > (In reply to mozo from comment #18) > > Could someone tell me when the fix is supposed to lend for us? There were 2 > > versions after the fix and it isn't here yet. > > Seems to me like the commit by Anthony Fieroni above didn't make it into the > Dolphin 24.05 release. So as it stands it will only be available from the > August release 24.08 onward. Sad... Thank you for the info! |