-
Notifications
You must be signed in to change notification settings - Fork 664
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
[linux] Virtual files inside a folder are not downloaded after disabling VFS support #11240
Comments
Are the two files actual placeholders, empty 1 byte files, or where they modified with a text editor as the client did not download the actual file when double clicking them. |
those files were synced from server to the client with vfs enabled and after disabling vfs they should be converted to actual file, right? |
Only if they are not modified, if placeholder file is modified its detected as some random file with a stupid file name and ignored. |
I just synced with vfs on and then disabled vfs. so nothing touched in the sync folder. |
I have attached the log in the description. Maybe something can be found there |
I can see the file "short.txt.owncloud" in the logs with the same behaviour as INSTALL.sh.owncloud. |
yeah, for owncloud/docs-client-desktop#519, only |
Did the files still exist on the server, if you manage to have .owncloud files on your system that don't have an actual file on the server we would see something like this too. |
The server has all the files. nothing got deleted |
For bot files it says it has no mtime on the server and no file size, it looks more like you copied a example.sh.owncloud file to the sync root. |
hmm, that's not what I did though. Let me do it again in some other VMs |
Still same with Debian12. But also now noticed that re-enabling VFS deletes all the |
Works for Windows - all vfs files are downloaded |
This is a linux issue, what happens on linux? |
Tested with |
great, if I just had understood the impact of your finding here earlier 🙈 |
Describe the bug
After disabling VFS support files inside the folder are not downloaded and
.owncloud
files of downloaded files are also not removed.Expected behavior
All files are downloaded and synced to the sync folder
Steps to reproduce the issue
.owncloued
files are still there ❌Screenshots
.owncloud
files still remain ❌Client version number
Desktop environment (Linux only)
Ubuntu (gnome with nautilus)
Client log
ownCloud.log
The text was updated successfully, but these errors were encountered: