WSL instances won't display the tab title set in SUI #16581

Open
opened 2026-01-31 05:16:21 +00:00 by claunia · 0 comments
Owner

Originally created by @elsaco on GitHub (Feb 1, 2022).

Windows Terminal version

main fbe0416

Windows build number

10.0.19044.0

Other Software

WSL Ubuntu, Arch & Fedora

Steps to reproduce

  • set Tab title in SUI

Expected Behavior

  • new WSL tab to have defined Tab title

Actual Behavior

  • WSL instances won't show Tab title from settings.json, instead it shows user@host
  • it does show correct tab title for Powershell and Command Prompt

Sample setting for WSL Ubuntu:

           {
                "guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
                "hidden": false,
                "name": "Ubuntu",
                "source": "Windows.Terminal.Wsl",
                "startingDirectory": "~",
                "tabTitle": "Ubuntu"
            },

and terminal:

wt_tab_title_no_update

Originally created by @elsaco on GitHub (Feb 1, 2022). ### Windows Terminal version main fbe0416 ### Windows build number 10.0.19044.0 ### Other Software WSL Ubuntu, Arch & Fedora ### Steps to reproduce - set `Tab title` in SUI ### Expected Behavior - new WSL tab to have defined `Tab title` ### Actual Behavior - WSL instances won't show `Tab title` from `settings.json`, instead it shows `user@host` - it does show correct tab title for `Powershell` and `Command Prompt` Sample setting for WSL Ubuntu: ``` { "guid": "{2c4de342-38b7-51cf-b940-2309a097f518}", "hidden": false, "name": "Ubuntu", "source": "Windows.Terminal.Wsl", "startingDirectory": "~", "tabTitle": "Ubuntu" }, ``` and terminal: ![wt_tab_title_no_update](https://user-images.githubusercontent.com/3933920/152067062-c19f61c8-dc2b-4a76-b3c0-dcf91011245f.png)
claunia added the Needs-TriageNeeds-Tag-Fix labels 2026-01-31 05:16:21 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#16581