-
Notifications
You must be signed in to change notification settings - Fork 817
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
new folder not visible in client, only in the filesystem #137
Comments
Seems we don't refresh that screen often enough. Maybe we should fireoff a refresh or something when you open the tab. |
Or do it when you click on sync or do it when the file is downloaded. On tab change would be weird (why wouldn't it update although it pops up in the file manager) :) |
Related: owncloud/client#6337 Fix: owncloud/client@14f60a4 |
I'm a bit confused, are the owncloud and nextcloud clients 100% protocol compatible? How much are they source compatible? is one of them just following the other? Should I use the owncloud or nextcloud client for a nextcloud server? |
well, i tried to build that owncloud daily, but i have unmet dependencies and i can't resolve them due to a poor decision about installing kde neon packages to my linux mint. the repository is protected by password. |
As this is merged within the current codebase of the desktop client now (don't know when the sync has happened, but just confirmed by glimpsing through the code), I'll close this. @damdamce If you're still interested in an answer (😄 ): Don't know what exactly you mean by "source compatible" but there are parts of the fundamental code base that are still identical (because there are parts that do not change or change only rarely). However, there are also portions of code with very frequent changes and those that develop in other directions than the owncloud ones (strategic/feature-wise) so no, they are not really "source compatible". |
I added a new folder on the server and moved a file into it (the file existed on the client before). The change was visible in the directory tree of the system (i.e. cd blah and ls), but not in the nextcloud client tree (i.e. myUserName \n cloud.domain.xy tab). It was visible in the activities.
It was visible only after a restart.
My platform:
Linux Mint 18.2 (Ubuntu 16.04) with KDE updated via the neo distribution.
Nextcloud client 2.3.3
server 12.0.5
The text was updated successfully, but these errors were encountered: