| Summary: | Wrong (real) .. location (auto-suggestions) shown in copy/move windows, while in a directory symlink; wrong drag-and-drop moving to .. from dir symlink | ||
|---|---|---|---|
| Product: | [Applications] krusader | Reporter: | pterodactyle |
| Component: | general | Assignee: | Krusader Bugs Distribution List <krusader-bugs-null> |
| Status: | CONFIRMED --- | ||
| Severity: | normal | CC: | alex.bikadorov, jan_lepper, krusader-bugs-null |
| Priority: | NOR | ||
| Version First Reported In: | Git | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Bug Depends on: | 371748 | ||
| Bug Blocks: | |||
|
Description
pterodactyle
2012-08-20 14:21:39 UTC
Confirmed. Links are always resolved for file operations before resolving relative paths. This order must be changed. And additionally the auto-suggestion. I can manually change the url after it was entered so that relative paths are resolved before symbolic links. But the url completion/suggestion is made internally in KF5 (KUrlCompletion). I asked for an API enhancement... Git commit 94e4c2cb5216885619b8c99afdb8741f28389e9e by Alexander Bikadorov. Committed on 27/10/2016 at 16:08. Pushed by abikadorov into branch 'vfs_rework'. Resolve relative path before symlinks in destination URL for copy/move and drop operations M +19 -6 krusader/VFS/default_vfs.cpp M +1 -0 krusader/VFS/default_vfs.h http://commits.kde.org/krusader/94e4c2cb5216885619b8c99afdb8741f28389e9e |