-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pcmanfm - File Manager - Can't right-click Paste into the home directory or an immediate subdirectory when in ListView mode #303
Comments
I'm not able to reproduce this - it all works perfectly fine for me. Can you please provide more details about which OS image / desktop environment / Raspberry Pi / etc. you're using? |
Raspberry Pi 4B rev 1.5
As I remember this issue was present just out of the box after all Raspberry Pi OS installation. This is very strange that you cannot reproduce it. Do you use context menu by right click mouse? Maybe it is related to pcmanfm settings? I'm using Detailed List View, and disabled Layout->Display simplified user interface and menus |
Ah! That seems to be the problem. If I click on the "View as detailed list" button on the toolbar, then the right-click "Paste" menu indeed appears to stop working. Although the Edit->Paste menu does still seem to work, so I guess that's a workaround for now whilst we investigate this problem... |
Just tried and a copied a file and pasted it into a new directory just fine. This was using right-click menu options. |
Ah-ha! After a bit more head-scratching, myself and @popcornmix have managed to figure out why it works sometimes but not others. 💡 If you've switched pcmanfm into List-view, and you're trying to right-click-Paste into your home directory or an immediate subdirectory of your home directory, then the Paste silently fails. But if you try and Paste into a sub-sub-directory (which is what @popcornmix was trying), then the Paste succeeds! How bizarre. Detailed reproduction steps:
|
it doesn't depends on sub folder structure at all. The Paste operation just don't works if you do Copy operation once. You can reproduce it in the same folder: just right-click on the file and select Copy, then right-click on an empty space and verify that Paste is disabled. Then copy the same file a second time, and you will see that Paste is enabled. The same issue happens if you use Cut instead of Copy. It is very annoying when you copy a file, then change the current folder to find another location, and when you right-click to paste, you realize that the paste operation is disabled. You then have to find the original file again to copy it a second time. Just tried to reproduce it with Icon View, and the issue is still present. Interestingly, if you copy a file once, then restart pcmanfm and copy the same file a second time, the Paste option becomes available. This means the state is somehow remembered between pcmanfm sessions. Also, there is need to restart pcmanfm after setting changes. |
Tested on old Bullseye image, it don't have such issue. So it appears in Raspi OS Bookworm. |
The "Paste" option is unavailable after single click on "Copy" menu, requiring the user to click "Copy" menu at least twice in order to use "Paste" menu.
Steps to Reproduce:
Expected Result: The "Paste" option should be available and should paste the previously copied file into the new folder.
Actual Result: The "Paste" option is unavailable. The user is forced to select "Copy" at least twice before being able to paste the file.
Impact: This issue has been present for a long time and is highly disruptive to workflow, requiring unnecessary repetition of actions to complete a basic task. It greatly affects usability and efficiency in file management.
Recommendation: Fix the issue so that the "Paste" become accessible after single select "Copy" menu, without requiring the user to re-select "Copy" again.
The text was updated successfully, but these errors were encountered: