microsoft/Terminal
在 GitHub 查看Profile icons not displayed when initialPosition is set to a value, that opens terminal on a second monitor
Open
#14,954 建立於 2023年3月6日
Area-UserInterfaceHelp WantedIssue-BugProduct-Terminal
倉庫指標
- Star
- (35,764 star)
- PR 合併指標
- (平均合併 27天 19小時) (30 天內合併 24 個 PR)
描述
Windows Terminal version
1.16.10261.0
Windows build number
10.0.19044.2604
Other Software
No response
Steps to reproduce
You need two monitors. The monitor on the left ist the primary display, the right monitor is the second display.
- reset Windows Terminal App to start with new configuration
- edit Windows Terminal
settings.jsonand add the following line (before the "profile" attribute):
"initialPosition": "1921,775",
- this line should position the terminal window on the second display (first display has FullHD resolution, so 1921px should be fine, 775 is just in my case a WQHD monitor, this positioned the window exactly over the task bar)
- restart Terminal and click on the profile-selection-button to see all profiles
- → all default profile icons are not displayed

Expected Behavior
I expected to see all profile icons, even if the terminal starts on a second screen.
- if you uncommend the "initialPosition" line, and the terminal starts on the first monitor, all icons are displayed correctly (like in the screenshot)

In the settings window, all icons are always diplayed correctly.
Actual Behavior
- if the "initialPosition" is set to a value that shows the termin window on another display, thats not the primary display, the icons are not shown (except for the ones added manually as PNG)
