Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
Dylmm opened this issue Jul 9, 2020 · 1 comment
Closed

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

Dylmm opened this issue Jul 9, 2020 · 1 comment
Labels
Area-Settings Issues related to settings and customizability, for console or terminal Issue-Question For questions or discussion Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting Product-Terminal The new Windows Terminal. Resolution-Answered Related to questions that have been answered

Comments

@Dylmm
Copy link

Dylmm commented 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

@ghost ghost added Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting Needs-Tag-Fix Doesn't match tag requirements labels Jul 9, 2020
@zadjii-msft
Copy link
Member

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 zadjii-msft added Area-Settings Issues related to settings and customizability, for console or terminal Issue-Question For questions or discussion Product-Terminal The new Windows Terminal. Resolution-Answered Related to questions that have been answered labels Jul 9, 2020
@ghost ghost removed the Needs-Tag-Fix Doesn't match tag requirements label Jul 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Settings Issues related to settings and customizability, for console or terminal Issue-Question For questions or discussion Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting Product-Terminal The new Windows Terminal. Resolution-Answered Related to questions that have been answered
Projects
None yet
Development

No branches or pull requests

2 participants