-
Notifications
You must be signed in to change notification settings - Fork 331
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
Redraw window after copy/move #1516
Comments
I can't reproduce this issue. Can you reproduce this on a default setup with no config file? Also does running the I find it strange that this is an issue, given that copying/moving files is a core feature in |
I just checked, I can confirm that this issue is reproducible on a default setup with no config file, but only with external USB drives. The drive is mounted at |
I think the updates only show up if the Also if you try running the |
That could be possible, the drive contains a regular FAT32 partition. I still think that the window should be redrawn explicitly after an operation that modifies the files in view, i.e. move/copy/delete. It should typically not require a conditional check since it is known that the files in view would have changed (even in the case of moving a file from and to the same directory, either an error is generated or a duplicate file is created. Both ways, the view will be changed). I'll dig into the source and see if I can find where this is coming from. Thanks for the workaround, I'll try it the next time I plug the drive in. |
If you're interested in digging through the source code, you can follow the This should eventually internally trigger a Enabling logging using the |
Closing in favor of the discussion taking place in #1659 |
Copying/moving files from one location to another does not trigger a redraw. The new file is not visible, and requires closing and opening
lf
to see it in the destination. I'm strongly suspecting that the issue here is identical to #792, but for these operations instead ofdelete
. For reference, I'm using r31 on Arch Linux 6.6.3-arch1-1.The text was updated successfully, but these errors were encountered: