| Summary: | cannot paste files/folders via context menu | ||
|---|---|---|---|
| Product: | [Applications] dolphin | Reporter: | Patrick Silva <bugseforuns> |
| Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | dolphin-bugs-null, meven29, nate |
| Priority: | VHI | Keywords: | regression |
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/system/dolphin/commit/c2a7bde383e4ffab6f4397bcfc7d3896adab877f | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Patrick Silva
2020-11-28 14:55:07 UTC
Confirmed on K:U:F Yikes. Git bisect pins the blames on the following: commit 5c99790c945c827d45ce8bd9e1b7acd6657e6be3 Author: Méven Car <meven29@gmail.com> Date: Sat Nov 14 07:58:24 2020 +0100 Context Menu: Only add paste action to folders Either the viewport, or the selected folder is used as destination. The paste action is only added when enabled. src/dolphincontextmenu.cpp | 53 +++++++++++++++++++++++++++++----------------- 1 file changed, 34 insertions(+), 19 deletions(-) Unfortunately this commit is in the 5.12 branch and will be a significant regression should it ship to users. I would recommend fixing ASAP and doing an emergency re-spin of the tar. Méven, can you take a look? A possibly relevant merge request was started @ https://invent.kde.org/system/dolphin/-/merge_requests/129 Git commit c2a7bde383e4ffab6f4397bcfc7d3896adab877f by Méven Car. Committed on 30/11/2020 at 21:18. Pushed by elvisangelaccio into branch 'release/20.12'. Re-allow to paste files via context menu M +9 -9 src/dolphincontextmenu.cpp https://invent.kde.org/system/dolphin/commit/c2a7bde383e4ffab6f4397bcfc7d3896adab877f |