You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
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?
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:
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.
The text was updated successfully, but these errors were encountered: