Schemes and startingDirectory changes are not taking effect from settings.json #10269

Closed
opened 2026-01-31 02:16:52 +00:00 by claunia · 8 comments
Owner

Originally created by @abdnafees on GitHub (Aug 24, 2020).

Environment

Windows build number: Win32NT             10.0.19041.0 Microsoft Windows NT 10.0.19041.0
Windows Terminal version (if applicable): 1.1.2233.0

Any other software?

Steps to reproduce

Try to change the colorsScheme of your different terminal profiles.

Expected behavior

colorScheme changes according to the defined color and aesthetic attributes in schemes in list

Actual behavior

No changes in colorSchemes of different profiles. And, no changes in startingDirectory attribute as well.

Here is my settings.json

// This file was initially generated by Windows Terminal 1.1.2021.0
// It should still be usable in newer versions, but newer versions might have additional
// settings, help text, or changes that you will not see unless you clear this file
// and let us generate a new one for you.

// To view the default settings, hold "alt" while clicking on the "Settings" button.
// For documentation on these settings, see: https://aka.ms/terminal-documentation
{
    "$schema": "https://aka.ms/terminal-profiles-schema",
    "requestedTheme": "light",

    "defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
    "closeOnExit": true,

    // You can add more global application settings here.
    // To learn more about global settings, visit https://aka.ms/terminal-global-settings

    // If enabled, selections are automatically copied to your clipboard.
    "copyOnSelect": false,

    // If enabled, formatted data is also copied to your clipboard
    "copyFormatting": false,

    // A profile specifies a command to execute paired with information about how it should look and feel.
    // Each one of them will appear in the 'New Tab' dropdown,
    //   and can be invoked from the commandline with `wt.exe -p xxx`
    // To learn more about profiles, visit https://aka.ms/terminal-profile-settings
    "profiles":
    {
        "defaults":
        {
            // Put settings here that you want to apply to all profiles.
            "fontSize": 14,
            "acrylicOpacity" : 0.7,
            "cursorColor" : "#FFFFFD",
            "cursorShape" : "bar",
            "fontFace" : "Cascadia Code PL",
            "useAcrylic": true
        },
        "list":
        [
            {
                "guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
                "hidden": false,
                "name": "Ubuntu",
                "source": "Windows.Terminal.Wsl",
                "startingDirectory" : "//wsl$/Ubuntu-20.04/home/abdullah/",
                "suppressApplicationTitle": true,
                "tabTitle": "Ubuntu"

            },
            {
                "guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
                "hidden": false,
                "name": "PowerShell Core",
                "source": "Windows.Terminal.PowershellCore",
                "acrylicOpacity" : 0.7,
                "colorScheme" : "Campbell",
                "cursorColor" : "#FFFFFD",
                "fontFace" : "Cascadia Code PL",
                "useAcrylic" : true,
                "suppressApplicationTitle": true,
                "startingDirectory": "%USERPROFILE%"

            },
            {
                // Make changes here to the cmd.exe profile.
                "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
                "name": "Command Prompt",
                "commandline": "cmd.exe",
                "hidden": false,
                "fontFace": "Consolas"

            },
            {
                "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
                "hidden": false,
                "name": "Azure Cloud Shell",
                "source": "Windows.Terminal.Azure"

            },
            {
                // Make changes here to the powershell.exe profile.
                "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
                "name": "Windows PowerShell",
                "commandline": "powershell.exe",
                "acrylicOpacity" : 0.7,
                "colorScheme" : "Campbell",
                "cursorColor" : "#FFFFFD",
                "fontFace" : "Cascadia Code PL",
                "useAcrylic" : true,
                "hidden": true

            }
        ]
    },

    // Add custom color schemes to this array.
    // To learn more about color schemes, visit https://aka.ms/terminal-color-schemes
    "schemes": [

        {
            
            "background" : "#0C0C0C",
            "black" : "#0C0C0C",
            "blue" : "#1170b5",
            "brightBlack" : "#5A6374",
            "brightBlue" : "#61AFEF",
            "brightCyan" : "#56B6C2",
            "brightGreen" : "#98C379",
            "brightPurple" : "#C678DD",
            "brightRed" : "#E06C75",
            "brightWhite" : "#DCDFE4",
            "brightYellow" : "#E5C07B",
            "cyan" : "#56B6C2",
            "foreground" : "#DCDFE4",
            "green" : "#98C379",
            "name" : "One Half Dark",
            "purple" : "#C678DD",
            "red" : "#E06C75",
            "white" : "#DCDFE4",
            "yellow" : "#E5C07B"

        },
        {
            "name" : "Campbell",
            "cursorColor": "#FFFFFF",
            "selectionBackground": "#FFFFFF",
            "background" : "#0C0C0C",
            "foreground" : "#CCCCCC",
            "black" : "#0C0C0C",
            "blue" : "#0037DA",
            "cyan" : "#3A96DD",
            "green" : "#13A10E",
            "purple" : "#881798",
            "red" : "#C50F1F",
            "white" : "#CCCCCC",
            "yellow" : "#C19C00",
            "brightBlack" : "#767676",
            "brightBlue" : "#3B78FF",
            "brightCyan" : "#61D6D6",
            "brightGreen" : "#16C60C",
            "brightPurple" : "#B4009E",
            "brightRed" : "#E74856",
            "brightWhite" : "#F2F2F2",
            "brightYellow" : "#F9F1A5"
            
        }        
    ],

    // Add custom keybindings to this array.
    // To unbind a key combination from your defaults.json, set the command to "unbound".
    // To learn more about keybindings, visit https://aka.ms/terminal-keybindings
    "keybindings":
    [
        // Copy and paste are bound to Ctrl+Shift+C and Ctrl+Shift+V in your defaults.json.
        // These two lines additionally bind them to Ctrl+C and Ctrl+V.
        // To learn more about selection, visit https://aka.ms/terminal-selection
        { "command": {"action": "copy", "singleLine": false }, "keys": "ctrl+c" },
        { "command": "paste", "keys": "ctrl+v" },

        // Press Ctrl+Shift+F to open the search box
        { "command": "find", "keys": "ctrl+shift+f" },

        // Press Alt+Shift+D to open a new pane.
        // - "split": "auto" makes this pane open in the direction that provides the most surface area.
        // - "splitMode": "duplicate" makes the new pane use the focused pane's profile.
        // To learn more about panes, visit https://aka.ms/terminal-panes
        { "command": { "action": "splitPane", "split": "auto", "splitMode": "duplicate" }, "keys": "alt+shift+d" }
    ]
}
Originally created by @abdnafees on GitHub (Aug 24, 2020). <!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 I ACKNOWLEDGE THE FOLLOWING BEFORE PROCEEDING: 1. If I delete this entire template and go my own path, the core team may close my issue without further explanation or engagement. 2. If I list multiple bugs/concerns in this one issue, the core team may close my issue without further explanation or engagement. 3. If I write an issue that has many duplicates, the core team may close my issue without further explanation or engagement (and without necessarily spending time to find the exact duplicate ID number). 4. If I leave the title incomplete when filing the issue, the core team may close my issue without further explanation or engagement. 5. If I file something completely blank in the body, the core team may close my issue without further explanation or engagement. All good? Then proceed! --> <!-- This bug tracker is monitored by Windows Terminal development team and other technical folks. **Important: When reporting BSODs or security issues, DO NOT attach memory dumps, logs, or traces to Github issues**. Instead, send dumps/traces to secure@microsoft.com, referencing this GitHub issue. If this is an application crash, please also provide a Feedback Hub submission link so we can find your diagnostic data on the backend. Use the category "Apps > Windows Terminal (Preview)" and choose "Share My Feedback" after submission to get the link. Please use this form and describe your issue, concisely but precisely, with as much detail as possible. --> # Environment ```none Windows build number: Win32NT 10.0.19041.0 Microsoft Windows NT 10.0.19041.0 Windows Terminal version (if applicable): 1.1.2233.0 Any other software? ``` # Steps to reproduce Try to change the colorsScheme of your different terminal profiles. # Expected behavior colorScheme changes according to the defined color and aesthetic attributes in schemes in list # Actual behavior No changes in colorSchemes of different profiles. And, no changes in startingDirectory attribute as well. Here is my settings.json ```javascript // This file was initially generated by Windows Terminal 1.1.2021.0 // It should still be usable in newer versions, but newer versions might have additional // settings, help text, or changes that you will not see unless you clear this file // and let us generate a new one for you. // To view the default settings, hold "alt" while clicking on the "Settings" button. // For documentation on these settings, see: https://aka.ms/terminal-documentation { "$schema": "https://aka.ms/terminal-profiles-schema", "requestedTheme": "light", "defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}", "closeOnExit": true, // You can add more global application settings here. // To learn more about global settings, visit https://aka.ms/terminal-global-settings // If enabled, selections are automatically copied to your clipboard. "copyOnSelect": false, // If enabled, formatted data is also copied to your clipboard "copyFormatting": false, // A profile specifies a command to execute paired with information about how it should look and feel. // Each one of them will appear in the 'New Tab' dropdown, // and can be invoked from the commandline with `wt.exe -p xxx` // To learn more about profiles, visit https://aka.ms/terminal-profile-settings "profiles": { "defaults": { // Put settings here that you want to apply to all profiles. "fontSize": 14, "acrylicOpacity" : 0.7, "cursorColor" : "#FFFFFD", "cursorShape" : "bar", "fontFace" : "Cascadia Code PL", "useAcrylic": true }, "list": [ { "guid": "{2c4de342-38b7-51cf-b940-2309a097f518}", "hidden": false, "name": "Ubuntu", "source": "Windows.Terminal.Wsl", "startingDirectory" : "//wsl$/Ubuntu-20.04/home/abdullah/", "suppressApplicationTitle": true, "tabTitle": "Ubuntu" }, { "guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}", "hidden": false, "name": "PowerShell Core", "source": "Windows.Terminal.PowershellCore", "acrylicOpacity" : 0.7, "colorScheme" : "Campbell", "cursorColor" : "#FFFFFD", "fontFace" : "Cascadia Code PL", "useAcrylic" : true, "suppressApplicationTitle": true, "startingDirectory": "%USERPROFILE%" }, { // Make changes here to the cmd.exe profile. "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}", "name": "Command Prompt", "commandline": "cmd.exe", "hidden": false, "fontFace": "Consolas" }, { "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}", "hidden": false, "name": "Azure Cloud Shell", "source": "Windows.Terminal.Azure" }, { // Make changes here to the powershell.exe profile. "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", "name": "Windows PowerShell", "commandline": "powershell.exe", "acrylicOpacity" : 0.7, "colorScheme" : "Campbell", "cursorColor" : "#FFFFFD", "fontFace" : "Cascadia Code PL", "useAcrylic" : true, "hidden": true } ] }, // Add custom color schemes to this array. // To learn more about color schemes, visit https://aka.ms/terminal-color-schemes "schemes": [ { "background" : "#0C0C0C", "black" : "#0C0C0C", "blue" : "#1170b5", "brightBlack" : "#5A6374", "brightBlue" : "#61AFEF", "brightCyan" : "#56B6C2", "brightGreen" : "#98C379", "brightPurple" : "#C678DD", "brightRed" : "#E06C75", "brightWhite" : "#DCDFE4", "brightYellow" : "#E5C07B", "cyan" : "#56B6C2", "foreground" : "#DCDFE4", "green" : "#98C379", "name" : "One Half Dark", "purple" : "#C678DD", "red" : "#E06C75", "white" : "#DCDFE4", "yellow" : "#E5C07B" }, { "name" : "Campbell", "cursorColor": "#FFFFFF", "selectionBackground": "#FFFFFF", "background" : "#0C0C0C", "foreground" : "#CCCCCC", "black" : "#0C0C0C", "blue" : "#0037DA", "cyan" : "#3A96DD", "green" : "#13A10E", "purple" : "#881798", "red" : "#C50F1F", "white" : "#CCCCCC", "yellow" : "#C19C00", "brightBlack" : "#767676", "brightBlue" : "#3B78FF", "brightCyan" : "#61D6D6", "brightGreen" : "#16C60C", "brightPurple" : "#B4009E", "brightRed" : "#E74856", "brightWhite" : "#F2F2F2", "brightYellow" : "#F9F1A5" } ], // Add custom keybindings to this array. // To unbind a key combination from your defaults.json, set the command to "unbound". // To learn more about keybindings, visit https://aka.ms/terminal-keybindings "keybindings": [ // Copy and paste are bound to Ctrl+Shift+C and Ctrl+Shift+V in your defaults.json. // These two lines additionally bind them to Ctrl+C and Ctrl+V. // To learn more about selection, visit https://aka.ms/terminal-selection { "command": {"action": "copy", "singleLine": false }, "keys": "ctrl+c" }, { "command": "paste", "keys": "ctrl+v" }, // Press Ctrl+Shift+F to open the search box { "command": "find", "keys": "ctrl+shift+f" }, // Press Alt+Shift+D to open a new pane. // - "split": "auto" makes this pane open in the direction that provides the most surface area. // - "splitMode": "duplicate" makes the new pane use the focused pane's profile. // To learn more about panes, visit https://aka.ms/terminal-panes { "command": { "action": "splitPane", "split": "auto", "splitMode": "duplicate" }, "keys": "alt+shift+d" } ] } ```
claunia added the Issue-QuestionArea-SettingsNeeds-Tag-FixResolution-Answered labels 2026-01-31 02:16:52 +00:00
Author
Owner

@zadjii-msft commented on GitHub (Aug 24, 2020):

What which of your profiles is having an issue? Both your Powershell Core and Windows Powershell profiles have colorScheme set explicitly to "Campbell", but none of the others look like they're setting the scheme.

Plus, only the Ubuntu profile has the startingDirectory set. What directory is that actually starting up in?

@zadjii-msft commented on GitHub (Aug 24, 2020): What which of your profiles is having an issue? Both your Powershell Core and Windows Powershell profiles have colorScheme set explicitly to "Campbell", but none of the others look like they're setting the scheme. Plus, only the Ubuntu profile has the startingDirectory set. What directory is that actually starting up in?
Author
Owner

@abdnafees commented on GitHub (Aug 26, 2020):

Alright so, the colorScheme is not a problem anymore, however, useAcrylic is not taking effect. None of the profiles even when it is used in defaults.

And yes, Ubuntu profile is starting up with /mnt/c/Users/Abdullah Nafees and I am trying to start it up with //wsl$/Ubuntu-20.04/home/abdullah/.

The changed settings.json is following:

// It should still be usable in newer versions, but newer versions might have additional
// settings, help text, or changes that you will not see unless you clear this file
// and let us generate a new one for you.

// To view the default settings, hold "alt" while clicking on the "Settings" button.
// For documentation on these settings, see: https://aka.ms/terminal-documentation
{
    "$schema": "https://aka.ms/terminal-profiles-schema",
    "requestedTheme": "light",

    "defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
    "closeOnExit": true,

    // You can add more global application settings here.
    // To learn more about global settings, visit https://aka.ms/terminal-global-settings

    // If enabled, selections are automatically copied to your clipboard.
    "copyOnSelect": false,

    // If enabled, formatted data is also copied to your clipboard
    "copyFormatting": false,

    // A profile specifies a command to execute paired with information about how it should look and feel.
    // Each one of them will appear in the 'New Tab' dropdown,
    //   and can be invoked from the commandline with `wt.exe -p xxx`
    // To learn more about profiles, visit https://aka.ms/terminal-profile-settings
    "profiles":
    {
        "defaults":
        {
            // Put settings here that you want to apply to all profiles.
            "fontSize": 14,
            "cursorColor" : "#FFFFFD",
            "cursorShape" : "bar",
            "fontFace" : "Cascadia Code PL"
        },
        "list":
        [
            {
                "guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
                "name": "Ubuntu",
                "source": "Windows.Terminal.Wsl",
                "colorScheme": "Raspberry",
                "useAcrylic" : true,
                "acrylicOpacity" : 0.7,
                "startingDirectory" : "//wsl$/Ubuntu-20.04/home/abdullah/",
                "suppressApplicationTitle": true,
                "tabTitle": "Ubuntu",
                "hidden": false
            },
            {
                "guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
                "hidden": false,
                "name": "PowerShell Core",
                "source": "Windows.Terminal.PowershellCore",
                "acrylicOpacity" : 0.7,
                "colorScheme" : "Frost",
                "cursorColor" : "#FFFFFD",
                "fontFace" : "Cascadia Code PL",
                "useAcrylic" : true,
                "suppressApplicationTitle": true,
                "startingDirectory": "%USERPROFILE%"
            },
            {
                // Make changes here to the cmd.exe profile.
                "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
                "name": "Command Prompt",
                "commandline": "cmd.exe",
                "hidden": false,
                "fontFace": "Consolas"

            },
            {
                "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
                "hidden": false,
                "name": "Azure Cloud Shell",
                "source": "Windows.Terminal.Azure"

            },
            {
                // Make changes here to the powershell.exe profile.
                "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
                "name": "Windows PowerShell",
                "commandline": "powershell.exe",
                "acrylicOpacity" : 0.7,
                "colorScheme" : "Campbell",
                "cursorColor" : "#FFFFFD",
                "fontFace" : "Cascadia Code PL",
                "useAcrylic" : true,
                "hidden": true
            }
        ]
    },

    // Add custom color schemes to this array.
    // To learn more about color schemes, visit https://aka.ms/terminal-color-schemes
    "schemes": [
        
        {
            "name" : "Raspberry",
            "background" : "#3C0315",
            "black" : "#282A2E",
            "blue" : "#0170C5",
            "brightBlack" : "#676E7A",
            "brightBlue" : "#80c8ff",
            "brightCyan" : "#8ABEB7",
            "brightGreen" : "#B5D680",
            "brightPurple" : "#AC79BB",
            "brightRed" : "#BD6D85",
            "brightWhite" : "#FFFFFD",
            "brightYellow" : "#FFFD76",
            "cyan" : "#3F8D83",
            "foreground" : "#FFFFFD",
            "green" : "#76AB23",
            "purple" : "#7D498F",
            "red" : "#BD0940",
            "white" : "#FFFFFD",
            "yellow" : "#E0DE48"
        },
        {
            "name" : "Frost",
            "background" : "#FFFFFF",
            "black" : "#3C5712",
            "blue" : "#17b2ff",
            "brightBlack" : "#749B36",
            "brightBlue" : "#27B2F6",
            "brightCyan" : "#13A8C0",
            "brightGreen" : "#89AF50",
            "brightPurple" : "#F2A20A",
            "brightRed" : "#F49B36",
            "brightWhite" : "#741274",
            "brightYellow" : "#991070",
            "cyan" : "#3C96A6",
            "foreground" : "#000000",
            "green" : "#6AAE08",
            "purple" : "#991070",
            "red" : "#8D0C0C",
            "white" : "#6E386E",
            "yellow" : "#991070"
        }        
    ],

    // Add custom keybindings to this array.
    // To unbind a key combination from your defaults.json, set the command to "unbound".
    // To learn more about keybindings, visit https://aka.ms/terminal-keybindings
    "keybindings":
    [
        // Copy and paste are bound to Ctrl+Shift+C and Ctrl+Shift+V in your defaults.json.
        // These two lines additionally bind them to Ctrl+C and Ctrl+V.
        // To learn more about selection, visit https://aka.ms/terminal-selection
        { "command": {"action": "copy", "singleLine": false }, "keys": "ctrl+c" },
        { "command": "paste", "keys": "ctrl+v" },

        // Press Ctrl+Shift+F to open the search box
        { "command": "find", "keys": "ctrl+shift+f" },

        // Press Alt+Shift+D to open a new pane.
        // - "split": "auto" makes this pane open in the direction that provides the most surface area.
        // - "splitMode": "duplicate" makes the new pane use the focused pane's profile.
        // To learn more about panes, visit https://aka.ms/terminal-panes
        { "command": { "action": "splitPane", "split": "auto", "splitMode": "duplicate" }, "keys": "alt+shift+d" }
    ]
}
@abdnafees commented on GitHub (Aug 26, 2020): Alright so, the `colorScheme` is not a problem anymore, however, `useAcrylic` is not taking effect. None of the profiles even when it is used in `defaults`. And yes, Ubuntu profile is starting up with `/mnt/c/Users/Abdullah Nafees` and I am trying to start it up with `//wsl$/Ubuntu-20.04/home/abdullah/`. The changed settings.json is following: ```// This file was initially generated by Windows Terminal 1.1.2021.0 // It should still be usable in newer versions, but newer versions might have additional // settings, help text, or changes that you will not see unless you clear this file // and let us generate a new one for you. // To view the default settings, hold "alt" while clicking on the "Settings" button. // For documentation on these settings, see: https://aka.ms/terminal-documentation { "$schema": "https://aka.ms/terminal-profiles-schema", "requestedTheme": "light", "defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}", "closeOnExit": true, // You can add more global application settings here. // To learn more about global settings, visit https://aka.ms/terminal-global-settings // If enabled, selections are automatically copied to your clipboard. "copyOnSelect": false, // If enabled, formatted data is also copied to your clipboard "copyFormatting": false, // A profile specifies a command to execute paired with information about how it should look and feel. // Each one of them will appear in the 'New Tab' dropdown, // and can be invoked from the commandline with `wt.exe -p xxx` // To learn more about profiles, visit https://aka.ms/terminal-profile-settings "profiles": { "defaults": { // Put settings here that you want to apply to all profiles. "fontSize": 14, "cursorColor" : "#FFFFFD", "cursorShape" : "bar", "fontFace" : "Cascadia Code PL" }, "list": [ { "guid": "{2c4de342-38b7-51cf-b940-2309a097f518}", "name": "Ubuntu", "source": "Windows.Terminal.Wsl", "colorScheme": "Raspberry", "useAcrylic" : true, "acrylicOpacity" : 0.7, "startingDirectory" : "//wsl$/Ubuntu-20.04/home/abdullah/", "suppressApplicationTitle": true, "tabTitle": "Ubuntu", "hidden": false }, { "guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}", "hidden": false, "name": "PowerShell Core", "source": "Windows.Terminal.PowershellCore", "acrylicOpacity" : 0.7, "colorScheme" : "Frost", "cursorColor" : "#FFFFFD", "fontFace" : "Cascadia Code PL", "useAcrylic" : true, "suppressApplicationTitle": true, "startingDirectory": "%USERPROFILE%" }, { // Make changes here to the cmd.exe profile. "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}", "name": "Command Prompt", "commandline": "cmd.exe", "hidden": false, "fontFace": "Consolas" }, { "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}", "hidden": false, "name": "Azure Cloud Shell", "source": "Windows.Terminal.Azure" }, { // Make changes here to the powershell.exe profile. "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", "name": "Windows PowerShell", "commandline": "powershell.exe", "acrylicOpacity" : 0.7, "colorScheme" : "Campbell", "cursorColor" : "#FFFFFD", "fontFace" : "Cascadia Code PL", "useAcrylic" : true, "hidden": true } ] }, // Add custom color schemes to this array. // To learn more about color schemes, visit https://aka.ms/terminal-color-schemes "schemes": [ { "name" : "Raspberry", "background" : "#3C0315", "black" : "#282A2E", "blue" : "#0170C5", "brightBlack" : "#676E7A", "brightBlue" : "#80c8ff", "brightCyan" : "#8ABEB7", "brightGreen" : "#B5D680", "brightPurple" : "#AC79BB", "brightRed" : "#BD6D85", "brightWhite" : "#FFFFFD", "brightYellow" : "#FFFD76", "cyan" : "#3F8D83", "foreground" : "#FFFFFD", "green" : "#76AB23", "purple" : "#7D498F", "red" : "#BD0940", "white" : "#FFFFFD", "yellow" : "#E0DE48" }, { "name" : "Frost", "background" : "#FFFFFF", "black" : "#3C5712", "blue" : "#17b2ff", "brightBlack" : "#749B36", "brightBlue" : "#27B2F6", "brightCyan" : "#13A8C0", "brightGreen" : "#89AF50", "brightPurple" : "#F2A20A", "brightRed" : "#F49B36", "brightWhite" : "#741274", "brightYellow" : "#991070", "cyan" : "#3C96A6", "foreground" : "#000000", "green" : "#6AAE08", "purple" : "#991070", "red" : "#8D0C0C", "white" : "#6E386E", "yellow" : "#991070" } ], // Add custom keybindings to this array. // To unbind a key combination from your defaults.json, set the command to "unbound". // To learn more about keybindings, visit https://aka.ms/terminal-keybindings "keybindings": [ // Copy and paste are bound to Ctrl+Shift+C and Ctrl+Shift+V in your defaults.json. // These two lines additionally bind them to Ctrl+C and Ctrl+V. // To learn more about selection, visit https://aka.ms/terminal-selection { "command": {"action": "copy", "singleLine": false }, "keys": "ctrl+c" }, { "command": "paste", "keys": "ctrl+v" }, // Press Ctrl+Shift+F to open the search box { "command": "find", "keys": "ctrl+shift+f" }, // Press Alt+Shift+D to open a new pane. // - "split": "auto" makes this pane open in the direction that provides the most surface area. // - "splitMode": "duplicate" makes the new pane use the focused pane's profile. // To learn more about panes, visit https://aka.ms/terminal-panes { "command": { "action": "splitPane", "split": "auto", "splitMode": "duplicate" }, "keys": "alt+shift+d" } ] } ```
Author
Owner

@zadjii-msft commented on GitHub (Aug 26, 2020):

Regarding the acrylic issues, I'd take a look at #1414 and #7047

Regarding the WSL starting directory issue - if you try opening a second Ubuntu tab (once you already have one open), will that second tab have the correct starting directory? If so, this is #7197

@zadjii-msft commented on GitHub (Aug 26, 2020): Regarding the acrylic issues, I'd take a look at #1414 and #7047 Regarding the WSL starting directory issue - if you try opening a _second_ Ubuntu tab (once you already have one open), will that second tab have the correct starting directory? If so, this is #7197
Author
Owner

@abdnafees commented on GitHub (Aug 27, 2020):

Regarding the WSL starting directory issue, no it does not correct it.

@abdnafees commented on GitHub (Aug 27, 2020): Regarding the WSL starting directory issue, no it does not correct it.
Author
Owner

@abdnafees commented on GitHub (Aug 27, 2020):

Regarding the acrylic issue, I switched the transparency effects in the Color settings. So that has been fixed as well.

Even though the product is not perfect, it is an extremely functional piece of software, so a token of gratitude, I would like to thank the dev team working on this project and to Microsoft for finally embracing the open-source philosophy.

@abdnafees commented on GitHub (Aug 27, 2020): Regarding the acrylic issue, I switched the transparency effects in the Color settings. So that has been fixed as well. Even though the product is not perfect, it is an extremely functional piece of software, so a token of gratitude, I would like to thank the dev team working on this project and to Microsoft for finally embracing the open-source philosophy.
Author
Owner

@DHowett commented on GitHub (Sep 10, 2020):

Even though the product is not perfect, it is an extremely functional piece of software, so a token of gratitude, I would like to thank the dev team working on this project and to Microsoft for finally embracing the open-source philosophy.

Thanks for saying this! We really love hearing from our community--about both good things and bad things--but the good things really pick up our spirits. 😄

About your issue! I noticed that your starting directory says Ubuntu-20.04, but your WSL profile doesn't seem to be an ubuntu 20.04 profile.

The names that work inside wsl$ are based directly off the name of the distribution that comes out of wsl.exe -l. Based on your GUID and profile title... i'm going to guess that the name is actually just Ubuntu.

Does it work if you use //wsl$/Ubuntu/home/abdullah?

@DHowett commented on GitHub (Sep 10, 2020): > Even though the product is not perfect, it is an extremely functional piece of software, so a token of gratitude, I would like to thank the dev team working on this project and to Microsoft for finally embracing the open-source philosophy. Thanks for saying this! We really love hearing from our community--about both good things and bad things--but the good things really pick up our spirits. :smile: About your issue! I noticed that your starting directory says `Ubuntu-20.04`, but your WSL profile doesn't seem to be an ubuntu 20.04 profile. The names that work inside `wsl$` are based directly off the name of the distribution that comes out of `wsl.exe -l`. Based on your GUID and profile title... i'm going to guess that the name is actually just `Ubuntu`. Does it work if you use `//wsl$/Ubuntu/home/abdullah`?
Author
Owner

@abdnafees commented on GitHub (Sep 10, 2020):

No problem at all!

Yeah, good observation. I missed that completely, it works now.

@abdnafees commented on GitHub (Sep 10, 2020): No problem at all! Yeah, good observation. I missed that completely, it works now.
Author
Owner

@DHowett commented on GitHub (Sep 10, 2020):

Great news! I’ll close this one out as an answered question then.

@DHowett commented on GitHub (Sep 10, 2020): Great news! I’ll close this one out as an answered question then.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#10269