| Summary: | Dolphin copies, instead of Symlinks when holding CTRL+SHIFT between folder windows or window to desktop on Wayland | ||
|---|---|---|---|
| Product: | [Applications] dolphin | Reporter: | kmdest <findanotherplace> |
| Component: | bars: filter | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
| Status: | CONFIRMED --- | ||
| Severity: | normal | CC: | aristsakas, dolphin-bugs-null, kdedev, nicolas.fella |
| Priority: | NOR | Keywords: | wayland-only |
| Version First Reported In: | 25.04.2 | ||
| Target Milestone: | --- | ||
| Platform: | CachyOS | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
kmdest
2025-10-07 23:50:14 UTC
Confirmed in Dolphin built from git-master 25.11.70 There's no such thing as linking in drag and drop on a protocol level in Wayland, only copy and move It's curious that it would work, then, within the same window in Dolphin but not Dolphin to Desktop / another Dolphin window etc It's also possible to create a link on the desktop via drag and drop if you don't use any keyboard modifiers, where you get the context menu asking if you want to copy, move or link. In fact, the context menu still shows "Link here Ctrl+Shift", which sets the expectation that the keyboard modifiers will work. So from a user's perspective, I can still create links on the desktop with drag and drop, with no keyboard modifiers, but the keyboard modifiers don't do what they should I found launching setting env var QT_QPA_PLATFORM=xcb to lanch as xwayland allows this to work between windows. It causes other issues like the selection box lagging, and you have to set it on Kate and Konsole too or they won't "hear" drag and drops, thankfully doing it in the application menu editor makes it automatic at least. Also allows me to actually drag and drop from other xwayland apps on to dolphin, finally. Thanks https://www.reddit.com/r/kde/comments/17mk43e/run_dolphin_under_xwayland_permanent/ potential duplicate of bug 470161 |