microsoft/Terminal

Terminal will always choose 16x16 image in profile icon regardless resolution and scaling when an .ico file is used.

Open

#19,264 建立於 2025年8月22日

在 GitHub 查看
 (2 留言) (0 反應) (0 負責人)C++ (35,764 star) (3,212 fork)batch import
Area-UserInterfaceHelp WantedIssue-TaskProduct-Terminal

描述

Windows Terminal version

1.23.12102.0

Windows build number

10.0.26100.4946

Other Software

No response

Steps to reproduce

The attached icon has all the image sizes from 16 to 256 as follows:

Assign this test.ico file to a profile.

test.zip

Expected Behavior

Show different colors in the icon depending on the resolution and scaling, so it is selecting the best icon size for the screen like File Explorer does.

Actual Behavior

Windows terminal always shows an orange color, in the menu, tab or quick menu in the task bar. It means it is always choosing the 16x16 ico.

Importance

This is essential because WSL's new architecture only supports ico files as a shortcut icon. And as we can only ship the 256 one, it will make that Windows Terminal reduce the image and the results are not good.

貢獻者指南