Hello! Firstly, thanks for this awesome software!
I am seeing a niggling issue with the display of jump list icons for Microsoft Terminal when SAB Enhanced Classic Taskbar is enabled. Comparison between with and without SAB Enhanced Classic Taskbar enabled respectively:
The "Windows PowerShell", "PowerShell" and "PowerShell (Admin)" profiles are using icons from the Terminal app's manifest (specified using ms-appx:// protocol path) - all the rest are using simple file system links to .ico or .png files - it seems to be these that are problematic and only the app's default icon is displayed rather than the custom icon specified in the profile. Here are two of the profile configurations showing the difference in the icon configurations resulting in this behaviour:
{
"commandline": "%SystemRoot%\\System32\\cmd.exe /f:off /k c:\\cmdtools\\cmdprompt.cmd",
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"hidden": false,
"icon": "C:\\CmdTools\\clink\\clink_purple.ico",
"name": "Shell"
},
{
"colorScheme": "Campbell Admin",
"commandline": "\"C:\\Program Files\\PowerShell\\7\\pwsh.exe\" -NoLogo -NoExit -f c:\\cmdtools\\pwsh_prompt.ps1",
"elevate": true,
"guid": "{1b06313f-f69d-4627-9e4c-5cf543917c87}",
"hidden": false,
"icon": "ms-appx:///ProfileIcons/pwsh.png",
"name": "PowerShell (Admin)",
"startingDirectory": "%USERPROFILE%"
}
Seeing this across multiple PCs. Just in case, I did try deleting SAB's cache as well as the recents custom destinations db/cache (%AppData%\Microsoft\Windows\Recent\CustomDestinations) but the issue persists when the caches are recreated.
Let me know if you need any more information.
Thanks!