Relative Icon paths for non Windows Store Installs #13287
Unanswered
CEbbinghaus
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Any update on this? I am tempted to make it into a Issue since it feels like a defect rather than a intentional design decision. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello WT team. This application has got to be hands down my favourite tool to use on windows and I have built a lot of my tooling around it. I am running into an issue with non-windows store installs not loading icons.
For the Windows Store version installed under
AppData\local\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe
any icons placed inside the LocalState folder (alongside the settings) can be accessed by using thems-appdata:///local/iconname.png
shorthand. This is especially useful for me since I use a setup script that just system links the LocalState directory to one tracked by a repository. However, I have found that the Version of Windows Terminal installed by scoop uses a different configuration location:AppData\local\Microsoft\Windows Terminal
and therefore thems-appdata:///local/iconname.png
shorthand breaks.Is there a way to configure it so that in both cases the icon file will load relative to the settings file like the case is with the windows store version? I would really like to swap to the scoop version since I am starting to use it for all of my applications and this is one of the headaches I feel should have a simple solution.
Beta Was this translation helpful? Give feedback.
All reactions