-
Notifications
You must be signed in to change notification settings - Fork 95
Open
Description
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:
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.