Jumplist doesn't show user defined icons #10722

Closed
opened 2026-01-31 02:28:27 +00:00 by claunia · 4 comments
Owner

Originally created by @ffes on GitHub (Sep 23, 2020).

Environment

Windows build number: 10.0.19041.508
Windows Terminal version (if applicable): 1.4.2652.0

Steps to reproduce

Add an icon entry to a profile that contains a path like

"icon": "C:/Users/Frank/ubuntu.ico",

Expected behavior

The icon is shown in the jumplist

Actual behavior

There is no icon for that entry in the jumplist

Note that default icons with ms-appx do show up in the jumplist

 "icon": "ms-appx:///ProfileIcons/{61c54bbd-c2c6-5271-96e7-009a87ff44bf}.png",
Originally created by @ffes on GitHub (Sep 23, 2020). <!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 I ACKNOWLEDGE THE FOLLOWING BEFORE PROCEEDING: 1. If I delete this entire template and go my own path, the core team may close my issue without further explanation or engagement. 2. If I list multiple bugs/concerns in this one issue, the core team may close my issue without further explanation or engagement. 3. If I write an issue that has many duplicates, the core team may close my issue without further explanation or engagement (and without necessarily spending time to find the exact duplicate ID number). 4. If I leave the title incomplete when filing the issue, the core team may close my issue without further explanation or engagement. 5. If I file something completely blank in the body, the core team may close my issue without further explanation or engagement. All good? Then proceed! --> <!-- This bug tracker is monitored by Windows Terminal development team and other technical folks. **Important: When reporting BSODs or security issues, DO NOT attach memory dumps, logs, or traces to Github issues**. Instead, send dumps/traces to secure@microsoft.com, referencing this GitHub issue. If this is an application crash, please also provide a Feedback Hub submission link so we can find your diagnostic data on the backend. Use the category "Apps > Windows Terminal (Preview)" and choose "Share My Feedback" after submission to get the link. Please use this form and describe your issue, concisely but precisely, with as much detail as possible. --> # Environment ```none Windows build number: 10.0.19041.508 Windows Terminal version (if applicable): 1.4.2652.0 ``` # Steps to reproduce Add an `icon` entry to a profile that contains a path like ```json "icon": "C:/Users/Frank/ubuntu.ico", ``` # Expected behavior The icon is shown in the jumplist # Actual behavior There is no icon for that entry in the jumplist Note that default icons with ms-appx do show up in the jumplist ```json "icon": "ms-appx:///ProfileIcons/{61c54bbd-c2c6-5271-96e7-009a87ff44bf}.png", ```
claunia added the Needs-TriageResolution-Fix-CommittedNeeds-Tag-Fix labels 2026-01-31 02:28:28 +00:00
Author
Owner

@DHowett commented on GitHub (Sep 23, 2020):

Try with \\ (backslash plus JSON escaping rules) instead of /

@DHowett commented on GitHub (Sep 23, 2020): Try with `\\` (backslash plus JSON escaping rules) instead of `/`
Author
Owner

@ffes commented on GitHub (Sep 23, 2020):

Weird, but it solves the problem (or is it a work-around?). In no other place using a / in a profile path that is a problem but apparently for the jumplist it is.

@ffes commented on GitHub (Sep 23, 2020): Weird, but it solves the problem (or is it a work-around?). In no other place using a `/` in a profile path that is a problem but apparently for the jumplist it is.
Author
Owner

@ghost commented on GitHub (Nov 11, 2020):

:tada:This issue was addressed in #7711, which has now been successfully released as Windows Terminal v1.4.3141.0.🎉

Handy links:

@ghost commented on GitHub (Nov 11, 2020): :tada:This issue was addressed in #7711, which has now been successfully released as `Windows Terminal v1.4.3141.0`.:tada: Handy links: * [Release Notes](https://github.com/microsoft/terminal/releases/tag/v1.4.3141.0) * [Store Download](https://www.microsoft.com/store/apps/9n8g5rfz9xk3?cid=storebadge&ocid=badge)
Author
Owner

@ghost commented on GitHub (Nov 11, 2020):

:tada:This issue was addressed in #7711, which has now been successfully released as Windows Terminal Preview v1.5.3142.0.🎉

Handy links:

@ghost commented on GitHub (Nov 11, 2020): :tada:This issue was addressed in #7711, which has now been successfully released as `Windows Terminal Preview v1.5.3142.0`.:tada: Handy links: * [Release Notes](https://github.com/microsoft/terminal/releases/tag/v1.5.3142.0) * [Store Download](https://www.microsoft.com/store/apps/9n8g5rfz9xk3?cid=storebadge&ocid=badge)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#10722