Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Plasma Desktop Plasma Desktop
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 9
    • Issues 9
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 43
    • Merge requests 43
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Plasma
  • Plasma DesktopPlasma Desktop
  • Merge requests
  • !815

Merged
Created Jan 21, 2022 by Nate Graham@ngrahamDeveloper

foldermodel: hide paste action when right-clicking on files

  • Overview 0
  • Commits 1
  • Pipelines 6
  • Changes 1

It doesn't make sense to offer a paste action when right-clicking on a file as it implies that the paste will overwrite the file, or at least interact with it in some way, but this is false.

Dolphin follows this logic and doesn't offer a paste action when right-clicking on files, but Folder View does not, and it should. This commit makes the Paste action not appear if the thing that was right-clicked on is a file, rather than a folder or the wallpaper.

BUG: 448913 FIXED-IN: 5.24

cc @teams/usability

No more paste action when right-clicking on a file (still works for folders):

It_s_gone

Edited Jan 22, 2022 by Nate Graham
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: hide-paste-action-for-files