Summary: | Multi-file selection does not work when Dolphin is opened with a pre-selected file | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Riccardo Robecchi <sephiroth_pk> |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | akselmo, kfm-devel |
Priority: | NOR | ||
Version First Reported In: | 24.12.3 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/system/dolphin/-/commit/b64bf8ca69c473de973eddef3d137fea80acb968 | Version Fixed In: | |
Sentry Crash Report: |
Description
Riccardo Robecchi
2025-04-23 11:35:03 UTC
Can confirm dolphin 25.07.70 Operating System: Fedora Linux 42 KDE Plasma Version: 6.3.80 KDE Frameworks Version: 6.14.0 Qt Version: 6.9.0 Kernel Version: 6.14.2-300.fc42.x86_64 (64-bit) Graphics Platform: Wayland Processors: 12 × AMD Ryzen 5 3600 6-Core Processor Memory: 16 GiB of RAM (15.5 GiB usable) Graphics Processor: AMD Radeon RX 6600 A possibly relevant merge request was started @ https://invent.kde.org/system/dolphin/-/merge_requests/964 Git commit b64bf8ca69c473de973eddef3d137fea80acb968 by Akseli Lahtinen. Committed on 26/04/2025 at 18:22. Pushed by akselmo into branch 'master'. DolphinView: Don't end anchored selection in updateSelectionState Do not end anchored selection when selection state is updated, such as when Dolphin is started with --select "thing.txt" flag. If we end here, and user wants to press shift to select from current item to X items, this would cause the anchored selection to start from the clicked item, not from the first selected item. M +0 -1 src/views/dolphinview.cpp https://invent.kde.org/system/dolphin/-/commit/b64bf8ca69c473de973eddef3d137fea80acb968 |