At first , #17857

Closed
opened 2026-01-31 05:56:29 +00:00 by claunia · 4 comments
Owner

Originally created by @wonkyDD on GitHub (Jul 4, 2022).

Windows Terminal version

1.13.11431.0

Windows build number

10.0.19044.1766

Other Software

WSL2 ( Installed from microsoft store)

image

Steps to reproduce

At first, when I installed window terminal,
it showed me Ubuntu when I clicked dropdown button beside tab.

But somehow , for now, it just shows me below

image

Sadly I don't know actual time when it disappeared,
so brings me in confusion.

I tried Add a new profile.
In Duplicate a profile section, clicked Ubuntu but it wasn't added into my Profiles side bar.

Expected Behavior

When I click dropdown button beside tab, Ubuntu needs to be shown and works out well.

Actual Behavior

Dropdown doesn't show me Ubuntu.

Add Profile doesn't work.

Originally created by @wonkyDD on GitHub (Jul 4, 2022). ### Windows Terminal version 1.13.11431.0 ### Windows build number 10.0.19044.1766 ### Other Software WSL2 ( Installed from microsoft store) ![image](https://user-images.githubusercontent.com/81248624/177155303-0570cc3e-0963-4d8b-8d70-0277755a4da9.png) ### Steps to reproduce At first, when I installed window terminal, it showed me `Ubuntu` when I clicked dropdown button beside tab. But somehow , for now, it just shows me below ![image](https://user-images.githubusercontent.com/81248624/177156558-90059cb1-1631-4560-8938-7b52c13c3d17.png) Sadly I don't know actual time when it disappeared, so brings me in confusion. I tried `Add a new profile`. In `Duplicate a profile` section, clicked Ubuntu but it wasn't added into my `Profiles` side bar. ### Expected Behavior When I click dropdown button beside tab, `Ubuntu` needs to be shown and works out well. ### Actual Behavior Dropdown doesn't show me `Ubuntu`. `Add Profile` doesn't work.
claunia added the Needs-TriageIssue-BugNeeds-Tag-Fix labels 2026-01-31 05:56:29 +00:00
Author
Owner

@lhecker commented on GitHub (Jul 4, 2022):

Could you share your settings.json with us?

@lhecker commented on GitHub (Jul 4, 2022): Could you share your settings.json with us?
Author
Owner

@wonkyDD commented on GitHub (Jul 4, 2022):

Could you share your settings.json with us?

Here it is !!
omitted schemas key - values

{
    "$help": "https://aka.ms/terminal-documentation",
    "$schema": "https://aka.ms/terminal-profiles-schema",
    "actions": 
    [
        {
            "command": "paste",
            "keys": "ctrl+v"
        },
        {
            "command": 
            {
                "action": "copy",
                "singleLine": false
            },
            "keys": "ctrl+c"
        },
        {
            "command": "find",
            "keys": "ctrl+shift+f"
        },
        {
            "command": 
            {
                "action": "splitPane",
                "split": "auto",
                "splitMode": "duplicate"
            },
            "keys": "alt+shift+d"
        }
    ],
    "copyFormatting": "none",
    "copyOnSelect": false,
    "defaultProfile": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
    "language": "ko",
    "profiles": 
    {
        "defaults": {},
        "list": 
        [
            {
                "commandline": "%SystemRoot%\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
                "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
                "hidden": false,
                "name": "Windows PowerShell",
                "startingDirectory": "D:\\dev"
            },
            {
                "commandline": "%SystemRoot%\\System32\\cmd.exe",
                "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
                "hidden": false,
                "name": "\uba85\ub839 \ud504\ub86c\ud504\ud2b8"
            },
            {
                "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
                "hidden": false,
                "name": "Azure Cloud Shell",
                "source": "Windows.Terminal.Azure"
            },
            {
                "guid": "{5c0d4a3d-07a1-5a1f-8f1c-429d70419802}",
                "hidden": false,
                "name": "Developer Command Prompt for VS 2019 (2)",
                "source": "Windows.Terminal.VisualStudio"
            },
            {
                "guid": "{00178d4f-f490-56e3-b077-dc8859d0609d}",
                "hidden": false,
                "name": "Developer PowerShell for VS 2019 (2)",
                "source": "Windows.Terminal.VisualStudio"
            },
            {
                "guid": "{086c3622-0893-54b5-8b50-f28d66d28715}",
                "hidden": true,
                "name": "Developer Command Prompt for VS 2019",
                "source": "Windows.Terminal.VisualStudio"
            },
            {
                "guid": "{f7ccd6f2-f82f-5c17-ae2c-689f324176ec}",
                "hidden": true,
                "name": "Developer PowerShell for VS 2019",
                "source": "Windows.Terminal.VisualStudio"
            }
        ]
    },
    "schemes": [...]
}
@wonkyDD commented on GitHub (Jul 4, 2022): > Could you share your settings.json with us? Here it is !! omitted `schemas` key - values ~~~ { "$help": "https://aka.ms/terminal-documentation", "$schema": "https://aka.ms/terminal-profiles-schema", "actions": [ { "command": "paste", "keys": "ctrl+v" }, { "command": { "action": "copy", "singleLine": false }, "keys": "ctrl+c" }, { "command": "find", "keys": "ctrl+shift+f" }, { "command": { "action": "splitPane", "split": "auto", "splitMode": "duplicate" }, "keys": "alt+shift+d" } ], "copyFormatting": "none", "copyOnSelect": false, "defaultProfile": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", "language": "ko", "profiles": { "defaults": {}, "list": [ { "commandline": "%SystemRoot%\\System32\\WindowsPowerShell\\v1.0\\powershell.exe", "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", "hidden": false, "name": "Windows PowerShell", "startingDirectory": "D:\\dev" }, { "commandline": "%SystemRoot%\\System32\\cmd.exe", "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}", "hidden": false, "name": "\uba85\ub839 \ud504\ub86c\ud504\ud2b8" }, { "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}", "hidden": false, "name": "Azure Cloud Shell", "source": "Windows.Terminal.Azure" }, { "guid": "{5c0d4a3d-07a1-5a1f-8f1c-429d70419802}", "hidden": false, "name": "Developer Command Prompt for VS 2019 (2)", "source": "Windows.Terminal.VisualStudio" }, { "guid": "{00178d4f-f490-56e3-b077-dc8859d0609d}", "hidden": false, "name": "Developer PowerShell for VS 2019 (2)", "source": "Windows.Terminal.VisualStudio" }, { "guid": "{086c3622-0893-54b5-8b50-f28d66d28715}", "hidden": true, "name": "Developer Command Prompt for VS 2019", "source": "Windows.Terminal.VisualStudio" }, { "guid": "{f7ccd6f2-f82f-5c17-ae2c-689f324176ec}", "hidden": true, "name": "Developer PowerShell for VS 2019", "source": "Windows.Terminal.VisualStudio" } ] }, "schemes": [...] } ~~~
Author
Owner

@lhecker commented on GitHub (Jul 4, 2022):

That settings.json file is missing a profile for Ubuntu. 🤔

Could you try to do this again:

I tried Add a new profile.
In Duplicate a profile section, clicked Ubuntu but it wasn't added into my Profiles side bar.

...but click the blue "Save" button in the bottom right?

@lhecker commented on GitHub (Jul 4, 2022): That settings.json file is missing a profile for Ubuntu. 🤔 Could you try to do this again: > I tried `Add a new profile`. > In `Duplicate a profile` section, clicked Ubuntu but it wasn't added into my `Profiles` side bar. ...but click the blue "Save" button in the bottom right?
Author
Owner

@wonkyDD commented on GitHub (Jul 4, 2022):

First I apologize for my dumbness 🙏
and taking up your time

I just was doing Add a new profile using interface button, not with settings.json
All the things worked out as soon as I've added the appropriate profiles for Ubuntu !

If It wasn't for you, I must be still stucked in those stuffs clicking button.
Thanks a lot 😀

@wonkyDD commented on GitHub (Jul 4, 2022): First I apologize for my dumbness 🙏 and taking up your time I just was doing `Add a new profile` using interface button, not with `settings.json` All the things worked out as soon as I've added the appropriate profiles for Ubuntu ! If It wasn't for you, I must be still stucked in those stuffs clicking button. Thanks a lot 😀
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#17857