missing icon
hoyho opened this issue · 5 comments
hoyho commented
pestotoast commented
Had the same problem when I installed Ubuntu via the store. This worked for me:
[HKEY_CLASSES_ROOT\Directory\Background\shell\WSL]
@="Bash here"
"Icon"="C:\\Program Files\\WindowsApps\\CanonicalGroupLimited.UbuntuonWindows_1604.2017.922.0_x64__79rhkp1fndgsc\\images\\icon.ico"
[HKEY_CLASSES_ROOT\Directory\Background\shell\WSL\command]
@="\"C:\\Windows\\System32\\bash.exe\""
If it doesn't work for you, launch the bash and then use ProcessExplorer to find the directory of bash.exe. There you will find the icon and then you can update the icon path.
Manouchehri commented
Thanks! If you have time, could you make a pull request with that fix?
pestotoast commented
See #7
Manouchehri commented
Thanks!
Manouchehri commented
Please let me know if there's any issues with the new reg files.