"suppressApplicationTitle" doesn't work (or exist.) #3721

Open
opened 2026-01-30 23:28:26 +00:00 by claunia · 0 comments
Owner

Originally created by @aedm on GitHub (Sep 3, 2019).

Originally assigned to: @cinnamon-msft on GitHub.

Environment

Windows 10.0.18362.0
Terminal: 0.4.2382.0

Steps to reproduce

  1. Add custom, permanent tab titles for some of the profiles:
  "tabTitle" : "gateway",
  "suppressApplicationTitle": true,
  1. Start a new application in these tabs.

I took the syntax from the PR by @zadjii-msft: https://github.com/microsoft/terminal/pull/2373#issuecomment-520832247

Expected behavior

Tab titles don't change, they keep the value specified in tabTitle, just like they used to in Terminal 0.3.x.

Actual behavior

Tab titles change to reflect the currently running program.

Here I'm running three different applications using npm start. I've set up a different, useful tabTitle for all of these tabs, but all I see is this:

image

Note

From #2373: "d. We'll add suppressApplicationTitle when someone complains" <- Here I am. :)

Originally created by @aedm on GitHub (Sep 3, 2019). Originally assigned to: @cinnamon-msft on GitHub. # Environment ``` Windows 10.0.18362.0 Terminal: 0.4.2382.0 ``` # Steps to reproduce 1. Add custom, permanent tab titles for some of the profiles: ``` "tabTitle" : "gateway", "suppressApplicationTitle": true, ``` 2. Start a new application in these tabs. I took the syntax from the PR by @zadjii-msft: https://github.com/microsoft/terminal/pull/2373#issuecomment-520832247 # Expected behavior Tab titles don't change, they keep the value specified in `tabTitle`, just like they used to in Terminal 0.3.x. # Actual behavior Tab titles change to reflect the currently running program. Here I'm running three different applications using `npm start`. I've set up a different, useful `tabTitle` for all of these tabs, but all I see is this: ![image](https://user-images.githubusercontent.com/7765984/64156420-05f45d00-ce35-11e9-9d97-01cb2ff558de.png) # Note From #2373: _"d. We'll add suppressApplicationTitle when someone complains"_ <- Here I am. :)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#3721