Skip to content
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

copy and paste bunch of directories didnt work #1088

Closed
u007 opened this issue Oct 27, 2019 · 8 comments
Closed

copy and paste bunch of directories didnt work #1088

u007 opened this issue Oct 27, 2019 · 8 comments
Labels
Status: Incomplete Requires more information to confirm or reproduce

Comments

@u007
Copy link

u007 commented Oct 27, 2019

ctrl+v or right click and paste, nothing happen

@jeremypw jeremypw added the Status: Incomplete Requires more information to confirm or reproduce label Oct 27, 2019
@jeremypw
Copy link
Collaborator

Thanks for the report but please use the following template so we have enough information to proceed. In particular detail the exact circumstances when the problem happened and whether it is reproducible. I did not find any problem copy and pasting sets of folders.

Prerequisites

  • I have searched open and closed issues for duplicates.

Describe the bug

A clear and concise description of what the bug is.

If applicable, add screenshots or screen recordings to help explain your problem.

To Reproduce

Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior

Screenshots or screen recordings

Logs

Platform Information

  • I'm using the latest version from git that I've manually compiled
  • I'm using the latest released stable version

Additional context

@u007
Copy link
Author

u007 commented Oct 28, 2019

hi,
it turn out it is copying, indicated at the icon level, but there are no dialog popup to indicate the progress.

@jeremypw
Copy link
Collaborator

A progress window should appear if the operation takes longer than about 2 seconds, but not for quick operations. How long did the operation take in your case?

There have been a couple of reports about the progress window not always appearing when expected (#137, #1050).

@yozachar
Copy link

yozachar commented Nov 13, 2019

An observation: First time Ctrl+C on a particular file does not work. We have to select another file and select back this particular file to then Ctrl+C works. (Usually for any of the just downloaded files)

@u007
Copy link
Author

u007 commented Nov 13, 2019

my operations took about 3 hours or more, copying huge amount o files

@jeremypw
Copy link
Collaborator

@u007 Thanks for the info. Files is known to struggle handling very large numbers of files :-(. I think some preparation process e.g. preparing for undoing, is blocking everything, including the showing of the progress window. Really, the old C library that handles file operations needs rewriting (in Vala). Some work has begun on that but progress is slow.

See #1, #128, #722 for similar issues previously raised.

@jeremypw
Copy link
Collaborator

@u007 There is a PR (#1154) that may fix this problem. If you are able to test it that would be helpful. You would need to be familiar with compiling and installing from source code though.

@jeremypw
Copy link
Collaborator

Closing at we need a fresh report on Odin, which has a fair amount of rewritten file operation code (ported to Vala).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Incomplete Requires more information to confirm or reproduce
Projects
None yet
Development

No branches or pull requests

3 participants