-
Notifications
You must be signed in to change notification settings - Fork 445
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
rclone mount does not refresh properly #2129
Comments
What's your OneDrive filesystem? Install eza and run |
drwxr-xr-x - bert 30 Dec 17:49 /home/bert/OD_mnt [OneDrive:My Docs (fuse.rclone)] I have the eza plugin for yazi and the preview pane shows the right thing but not the yazi file pane. In othe words in the situation where I have delete a file on the OneDrive web interfact, the preview pane with eza does not show it ther, but when I open the directory the file is still there and shows as not existent. |
Just did another test. I created a new directory and file using the web app. I see the directory in the preview window (with eza plugin) but when I open the parent direcotry of the new directory, I do not see it in the yazi list. If I exit yazi and look again I see the new directory and file within it. So it appears the issue is yazi not properly refreshing. |
I also have a mount via rclone for Google Drive and the behavior is the same. The directory does not refresh unless I exit yazi and re-start it. And again the eza plugin is showing the correct files in the preview window. |
Did I miss something? Has rclone been integrated into Yazi now? |
No rclone is not part of yazi, But drives mounted with rclone behave like drives. |
What system are you running Yazi on?
Linux X11
What terminal are you running Yazi in?
kitty 0.38.1
yazi --debug
outputDescribe the bug
I am using rclone to mount OneDrive using vfs full. If I change a file on the OneDrive web app, the change does not appear in yazi. For example if I delete a file on the web app, it still appears on yazi. Refresh does not refresh. The only way I can get a refresh is to quit yazi and start it again and sometimes even that does not work.
Minimal reproducer
Mount OneDrive using rclone with these options
--config=/home/%i/.config/rclone/rclone.conf
--vfs-cache-mode full
--dir-cache-time 1m
--allow-other
Open the mount point in yazi. Then go to OneDrive on the web and add a file. Check yazi to see if it's there. Then delete the file. It will still show on yazi.
It seems yazi is not properly loading the mount. If I look in nemo, the file behaves properly. The problem is just in yazi not reflecting changes.
Anything else?
No response
Checklist
yazi --debug
) input box to the nightly that I triedmv ~/.config/yazi ~/.config/yazi-backup
)The text was updated successfully, but these errors were encountered: