You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configure a sync folder (e.g. C:\Users\tomas\OpenCloud)
Open the folder location in a file manager that respects the System attribute (e.g. Total Commander)
Expected behavior
The sync folder should be visible in all file managers without special configuration.
Actual behavior
The client sets the Windows System attribute (attrib +S) on the sync folder, presumably to apply a custom icon via desktop.ini. This hides the folder from file managers that filter system files (e.g. Total Commander). The attribute is re-applied periodically, so manually removing it with attrib -S is only a temporary fix.
Steps to reproduce
C:\Users\tomas\OpenCloud)Expected behavior
Actual behavior
attrib +S) on the sync folder, presumably to apply a custom icon viadesktop.ini. This hides the folder from file managers that filter system files (e.g. Total Commander). The attribute is re-applied periodically, so manually removing it withattrib -Sis only a temporary fix.Setup