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

Missing icon in Windows Terminal profile #160

Open
dact221 opened this issue Nov 20, 2021 · 3 comments
Open

Missing icon in Windows Terminal profile #160

dact221 opened this issue Nov 20, 2021 · 3 comments
Labels
enhancement New feature or request upstream
Milestone

Comments

@dact221
Copy link

dact221 commented Nov 20, 2021

Dear developers,

I installed Julia via Microsoft Store (Windows 11), and the package installed a profile for Windows Terminal. However, the Terminal profile is missing the Julia icon:

image

I checked the URI in the profile and apparently it's ok:

ms-appx://JuliaComputingInc.Julia/Public/Fragments/julia.ico

However, I read the Windows App Development docs and found that the The package name in the ms-appx URI scheme must be the name of one of the packages in the current running app's package dependency graph (i.e., Terminal dependencies).

According to that, it seems that it's not possible for Terminal to access the Julia icon through URI schemes. I have been thinking of another way that doesn't require the user to input a custom path, but nothing comes to my mind.

@davidanthoff
Copy link
Collaborator

Yes, unfortunately that is an upstream problem, see here.

@davidanthoff davidanthoff added bug Something isn't working upstream labels Nov 20, 2021
@davidanthoff davidanthoff added this to the Backlog milestone Nov 28, 2021
@davidanthoff davidanthoff added enhancement New feature or request and removed bug Something isn't working labels Jan 7, 2022
@claudeLovelace
Copy link

claudeLovelace commented Feb 4, 2024

This is still an issue.
The temporary fix is to add
"icon":"path//to//julia.ico" to the Terminal's JSON file.

@niclasmattsson
Copy link

A new pull request in Terminal was just merged yesterday that falls back to the command line icon when no icon is set. Will that help, i.e. just unset the current URI?

microsoft/terminal#15843

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request upstream
Projects
None yet
Development

No branches or pull requests

4 participants