-
Notifications
You must be signed in to change notification settings - Fork 5
Troubleshooting
LinJHS edited this page Dec 20, 2025
·
1 revision
This is the most common issue. You changed the icon or alias, but Windows Explorer still shows the old one.
Reason: Windows caches folder customizations aggressively.
Solutions:
- Wait: Sometimes it takes a few seconds.
-
Refresh: Press
F5in the Explorer window. - Re-enter: Go up one level and enter the folder again.
-
Restart Explorer: In rare cases, you might need to restart the
explorer.exeprocess via Task Manager.
- Ensure your Root Path in settings is correct and exists.
- If using Docker, ensure your volume mounts are correct.
- Check the path: If you used a relative path, ensure the relative relationship hasn't changed.
-
File type: Ensure the target file is a valid
.icofile..pngor.jpgfiles will not work directly as folder icons in Windows. - Attributes: The folder must be Read-Only (System attribute works too, but Read-Only is standard for this trigger). The app handles this, but if you manually changed it back, the icon will vanish.
-
Linux Host: If you are running the Docker container on a Linux host (e.g., Synology NAS, Unraid), the application cannot execute the Windows
attribcommand.-
Workaround: You might need to manually set the
desktop.inifile to System/Hidden and the folder to Read-Only using Windows clients accessing the share, or use a script on the NAS that mimics this behavior (if the filesystem supports DOS attributes).
-
Workaround: You might need to manually set the