Bug 463833

Summary: Paste action text should just be "Paste"
Product: [Frameworks and Libraries] frameworks-kio Reporter: Andres Betts <anditosan1000>
Component: generalAssignee: KIO Bugs <kio-bugs-null>
Status: CONFIRMED ---    
Severity: normal CC: kdelibs-bugs-null, kfm-devel, nate, puspitaadak9876
Priority: NOR    
Version First Reported In: 5.101.0   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Andres Betts 2023-01-04 14:10:37 UTC
This is a place where we "must" behave like most systems. Dolphin does "not" have a selectable "Paste" action. Instead, it has "Paste from Clipboard". While this action is descriptive, users can be confused by the addition of Clipboard. In KDE the clipboard can have multiple items copied to it so it can become confusing for users to understand what will be pasted. "Paste" is more universally understood. Please implement it.
Comment 1 Nate Graham 2023-01-04 15:07:37 UTC
The action is actually generally named "Paste Clipboard Contents", not "Paste from Clipboard." There is only one place in Dolphin's codebase where I can find something named "Paste from Clipboard", and it's overriding the standard thing, which is "Paste Clipboard Contents". It probably should not.

It looks like the "Paste Clipboard Contents" text comes from KIO, in KIO::pasteActionText().

It needs to be changed there. And this does look like this may be a bug, since the KStandardShortcut text is just "Paste". So there was an intention at some point for "Paste" to be the standard text.