Bug report (missing icon for newly added application profile) #9516

Closed
opened 2026-01-31 01:56:23 +00:00 by claunia · 1 comment
Owner

Originally created by @Dylmm on GitHub (Jul 9, 2020).

Environment

Windows build number:Microsoft Windows [Version 10.0.19041.329]
Windows Terminal version (if applicable):  full release- non preview build (from microsoft store)

Any other software?
powershell 7(pwsh.exe)

Steps to reproduce

-Install powershell 7(pwsh)
-get new-guid for pwsh
-added new profile to settings. (v this)

{
"guid": "{3e2c7a89-eb66-45b5-998c-ac754249d13e}",
"name": "Windows PowerShell 7+",
"commandline": "pwsh.exe",
"hidden": false,
"colorScheme": "Powershell"
},

Expected behavior

application should launch and work in terminal application

Actual behavior

application launches and works in terminal, but missing applications icon.

terminal-snapshot

Originally created by @Dylmm on GitHub (Jul 9, 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:Microsoft Windows [Version 10.0.19041.329] Windows Terminal version (if applicable): full release- non preview build (from microsoft store) Any other software? powershell 7(pwsh.exe) ``` # Steps to reproduce -Install powershell 7(pwsh) -get new-guid for pwsh -added new profile to settings. (v this) { "guid": "{3e2c7a89-eb66-45b5-998c-ac754249d13e}", "name": "Windows PowerShell 7+", "commandline": "pwsh.exe", "hidden": false, "colorScheme": "Powershell" }, # Expected behavior application should launch and work in terminal application # Actual behavior application launches and works in terminal, but missing applications icon. ![terminal-snapshot](https://user-images.githubusercontent.com/545098/86988669-a732fa80-c14d-11ea-9a58-39bb5df33fc8.png)
Author
Owner

@zadjii-msft commented on GitHub (Jul 9, 2020):

The terminal can't automatically find the icon from the executable in commandline. You'll need to set icon manually for now.

There's work tracking auto locating the icon in #705

@zadjii-msft commented on GitHub (Jul 9, 2020): The terminal can't automatically find the icon from the executable in `commandline`. You'll need to set `icon` manually for now. There's work tracking auto locating the icon in #705
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#9516