cosmic-files icon indicating copy to clipboard operation
cosmic-files copied to clipboard

[BUG] Paste is not in the context menu in "List View" mode

Open BrodieRobertson opened this issue 1 year ago • 4 comments

Cosmic-files version: Git Commit: d29baf1a8fdc7572df31574b7a1d0ac2db888a2c

Issue/Bug description: When in "List View" mode there is no paste option in the context menu, when in "Grid View" mode there is. This forces users who do not use keybindings to go to different locations to use paste depending on the mode they're in. I assume this occurs because in "List View" you are unable to open a context menu unless it is on top of a file

Steps to reproduce:

  1. Set Files to "List View"
  2. Open context menu

Expected behavior: Paste should be present in both modes

Other notes: List View screenshot-2024-10-18-11-30-36

Grid View screenshot-2024-10-18-11-30-50

BrodieRobertson avatar Oct 18 '24 11:10 BrodieRobertson

A common issue even with nautilus, here is a video from mii beta's youtube channel that explains the issue and potential solutions: https://www.youtube.com/watch?v=anGTIMUl6TA . The underlying issue is that there is not enough space to get the other context-menu when something is not selected , for example options like New folder, New file & etc. There should be gaps so the right context-menu shows up and ideally it is easy for the user to found the gap between the list items/elements.

l-const avatar Oct 22 '24 13:10 l-const

I managed to get the right context-menu by clicking on the gap between the content area and the sidebar, here a screenshot with the "Paste" option in the list view:

screenshot-2024-10-22-15-33-55

Edit: The available clickable space might become incredibly small in "compact" density mode.

l-const avatar Oct 22 '24 15:10 l-const

It's not the issue of list-view rather Cosmic Files doesn't have feature to paste inside a directory without opening it (Using directory context menu).

To reproduce

  • copy an item
  • select a directory
  • open context menu on directory to paste (no option available)

iamkartiknayak avatar Dec 30 '24 10:12 iamkartiknayak

Title may need an update

iamkartiknayak avatar Mar 07 '25 21:03 iamkartiknayak