Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

suppressApplicationTitle hides the "Administrator" identifier on the tab #3779

Closed
encladeus opened this issue Nov 29, 2019 · 2 comments
Closed
Labels
Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing.

Comments

@encladeus
Copy link

encladeus commented Nov 29, 2019

Environment

Windows build number: [10.0.18362.476]
Windows Terminal version: [0.7.3291.0]

Any other software? No

Steps to reproduce

  1. Define a cmd profile with "suppressApplicationTitle": true
  2. Define the same profile with a tabTitle, such as "tabTitle": "cmd"
  3. Start Windows Terminal as an Administrator (Run as Administrator).

Expected behavior

The tab appends the Administrator identifier to the tab:
image

This issue may be related to #3743 but it is not clear that this is exactly the same issue.

Actual behavior

The Administrator identifier is omitted from the tab:
image

If there were another way to identify a Windows Terminal session that is running as an administrator, I would probably prefer this behavior. It would be better than repeating Administrator on each tab, using valuable space.

@ghost ghost added Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting Needs-Tag-Fix Doesn't match tag requirements labels Nov 29, 2019
@DHowett-MSFT
Copy link
Contributor

So, there's a couple things here. suppressApplicationTitle is working as-intended, because Administrator: is part of CMD's app-specified title. You're probably looking for /dup #1939, though, at the end of the day.

fwiw: if you do not want the application's title to be suppressed -- and this applies to all application titles, including those emitted by shells in WSL that include your username (like root) -- you may want to investigate setting good titles from your shell and not suppressing them 😄

@ghost
Copy link

ghost commented Nov 30, 2019

Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!

@ghost ghost closed this as completed Nov 30, 2019
@ghost ghost added Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing. and removed Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting Needs-Tag-Fix Doesn't match tag requirements labels Nov 30, 2019
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing.
Projects
None yet
Development

No branches or pull requests

2 participants