Created attachment 186244 [details] Screenshot STEPS TO REPRODUCE 1. Connected to a VPN 2. fish://user@domain/path 3. Copied in Dolphin files from folder A to folder B @ domain OBSERVED RESULT The progress notification shows n of N copied files, but the progress bar stayed at 0%. SOFTWARE/OS VERSIONS Operating System: openSUSE Tumbleweed 20251021 KDE Plasma Version: 6.4.5 KDE Frameworks Version: 6.19.0 Qt Version: 6.10.0 Kernel Version: 6.17.3-1-default (64-bit) Graphics Platform: Wayland
Dolphin 25.08.2
A possibly relevant merge request was started @ https://invent.kde.org/frameworks/kio/-/merge_requests/2053
Git commit 8546f33056ac3080e3fbf099279b79d1d9ed5d21 by Méven Car, on behalf of Pan Zhang. Committed on 10/11/2025 at 08:14. Pushed by meven into branch 'master'. copyjob: Fallback to file-based progress when byte size is unavailable Some remote protocols (e.g. fish://) cannot determine total byte sizes, causing CopyJob's percent to stay at 0% and progress bars to remain static. This patch switches progress reporting to Files when byte totals are unknown or no byte progress is reported, ensuring visible feedback. M +10 -1 src/core/copyjob.cpp https://invent.kde.org/frameworks/kio/-/commit/8546f33056ac3080e3fbf099279b79d1d9ed5d21