Bug 503828 - Clipboard doesn't paste copied item that then was moved to somewhere else until the Context Menu is opened
Summary: Clipboard doesn't paste copied item that then was moved to somewhere else unt...
Status: CONFIRMED
Alias: None
Product: plasmashell
Classification: Plasma
Component: Clipboard widget & pop-up (other bugs)
Version First Reported In: 6.3.4
Platform: Arch Linux Linux
: LO minor
Target Milestone: 1.0
Assignee: Plasma Bugs List
URL:
Keywords: usability
Depends on:
Blocks:
 
Reported: 2025-05-06 07:28 UTC by Fernando M. Muniz
Modified: 2025-05-06 15:23 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments
Had to use my phone to record my keyboard. (1.94 MB, video/mp4)
2025-05-06 07:28 UTC, Fernando M. Muniz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Fernando M. Muniz 2025-05-06 07:28:21 UTC
Created attachment 180984 [details]
Had to use my phone to record my keyboard.

1- Copy a Desktop item.
2- Move the Desktop item to another directory.
3- Press Ctrl+V on the Desktop.

Results:
Nothing happens, unless the Context Menu is opened and closed then Ctrl+V is pressed again.

Expected results:
Ctrl+V should paste the item on the Desktop, without having to open and closing the Context Menu.
Comment 1 Nate Graham 2025-05-06 15:23:04 UTC
What's going on here is that the *path* to the file gets recorded internally, so if you move the file, it gets very confused.

This is sort of a "then don't do that" situation. It's possible we could handle this case, but it might be difficult.