Jump to content

TheBertster

Member
  • Posts

    3
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Everything posted by TheBertster

  1. Yes I really wasn't sure who your request was aimed at, but nonetheless I thought I should let you know that the test version you posted seems to fix the issue I reported Thanks again!
  2. With the test version above, all the icons for my Microsoft Terminal Jump List are now rendering correctly! DbgView output: [15316] Dark Magic C:\Windows\Explorer.EXE [15316] SIB ShellRegisterHotKey 1 8 0 0000000000000000 [15316] no [15316] SIB ShellRegisterHotKey 2 2 1b 0000000000000000 [15316] no [15316] SIB ShellRegisterHotKey 3 4008 43 0000000000000000 [15316] ye [15316] SIB ShellRegisterHotKey 4 400c 86 0000000000000000 [15316] ye [15316] StartIsBack: forbiding XAML launcher to start [13420] [22:06:46.3294248] [Info] TrayHelper.cs::WndProc::338 [13420] [13420] Taskbar re-created [15316] Jumplist populated in 14 ms (system pane items 14 init 2 ms) total 30 ms
  3. 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!
×
×
  • Create New...