Blank page icon shown for some file context menu items

Hi!

I’ve noticed that some context menu items for files are not showing the right icon but a blank page icon instead. Specifically, this occurs in default verbs set in the Windows Registry for every file type when the icon path is coded within double quotes. I’m pretty sure Dopus 12 showed them without any problem. Also, these icons are correctly shown in File Explorer context menus for the same file types.

For example, this is the file association configuration I have in the Registry for the .ps1 file type:

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\VSCode.ps1]
@="PowerShell Source File"
"AppUserModelID"="Microsoft.VisualStudioCode"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\VSCode.ps1\shell]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\VSCode.ps1\shell\open]
"Icon"="\"C:\\Program Files\\Microsoft VS Code\\Code.exe\""

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\VSCode.ps1\shell\open\command]
@="\"C:\\Program Files\\Microsoft VS Code\\Code.exe\" \"%1\""

If I remove the double quotes in the icon entry line, like this:

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\VSCode.ps1\shell\open]
"Icon"="C:\\Program Files\\Microsoft VS Code\\Code.exe"

then the icon is shown correctly in Dopus 13 file context menu.

Is that seen with 13.0.57?

Yes, I have the latest beta version installed.

Many thanks! We're reproduced that and have a fix coming in the next beta.

1 Like