| Summary: | "Malformed url" error when trying to rename a file located on desktop via file conflict dialog | ||
|---|---|---|---|
| Product: | [Plasma] plasmashell | Reporter: | Patrick Silva <bugseforuns> |
| Component: | Folder View widget | Assignee: | Akseli Lahtinen <akselmo> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | akselmo, hein, nate |
| Priority: | NOR | ||
| Version First Reported In: | 6.4.5 | ||
| Target Milestone: | 1.0 | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/frameworks/kio/-/commit/07cb635012552165fc41d77dbbf89f8184aeded8 | Version Fixed/Implemented In: | Frameworks 6.27 |
| Sentry Crash Report: | |||
|
Description
Patrick Silva
2025-09-13 15:38:27 UTC
Can reproduce. Can still repro this Operating System: KDE Linux 2026-05-26 KDE Plasma Version: 6.7.80 KDE Frameworks Version: 6.27.0 Qt Version: 6.11.1 Kernel Version: 7.0.10-arch1-1 (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/plasma/plasma-desktop/-/merge_requests/3767 A possibly relevant merge request was started @ https://invent.kde.org/frameworks/kio/-/merge_requests/2252 Git commit 07cb635012552165fc41d77dbbf89f8184aeded8 by Akseli Lahtinen. Committed on 03/06/2026 at 09:54. Pushed by akselmo into branch 'master'. KDirModel: Use mostLocalUrl for old url When renaming files on desktop layer, the fileItem url can be something like "desktop:/" In those cases we want to look for the mostLocalUrl and use that as our oldUrl instead, since it resolves the url properly. M +4 -2 src/widgets/kdirmodel.cpp https://invent.kde.org/frameworks/kio/-/commit/07cb635012552165fc41d77dbbf89f8184aeded8 |