-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 3.1.0
-
Fix Version/s: 4.0.0
-
Component/s: OS Integration
-
Environment:Windows
-
Tags:
-
Sprint:nxDrive 10.3.2
-
Story Points:1
The icon is setted via a special file Desktop.ini.
Issue
This file is created the first time the synchronization folder is created. Then, we only check for its existence and skip it.
If it was created with a version < 3.1, its content is something like:
[.ShellClassInfo] IconResource=C:\Program Files (x86)\Nuxeo\Drive\appdata\nuxeo-drive-2.5.5.win32\icons\NuxeoDrive_Windows_Folder.ico,0 [ViewState] Mode= Vid= FolderType=Generic
As the icon file no more exists, the icon disappears.
Fix
The icon is now always located at %LOCALAPPDATA%\Nuxeo Drive\folder_windows.ico.
- causes
-
NXDRIVE-1859 [Windows] Fix the special file check for folder icon
- Resolved