Closed
Description
-
Your Windows build number:
Microsoft Windows [Version 10.0.18362.86]
-
What you're doing and what's happening:
Setting the starting directory for wsl inprofiles.json
doesn't make it point to the right directory.
- Take the config below :-
{
"startingDirectory": "C:/Users/joshj/AppData/Local/Packages/CanonicalGroupLimited.Ubuntu16.04onWindows_79rhkp1fndgsc/LocalState/rootfs/home/tackyunicorn",
"guid": "{a2785f8e-72c9-4550-b406-697388644902}",
"name": "Ubuntu",
"colorscheme": "MonokaiVivid",
"historySize": 9001,
"snapOnInput": true,
"cursorColor": "#FFFFFF",
"cursorHeight": 25,
"cursorShape": "vintage",
"commandline": "wsl.exe",
"fontFace": "Inconsolata for Powerline",
"fontSize": 10,
"acrylicOpacity": 1,
"useAcrylic": true,
"closeOnExit": true,
"padding": "10, 10, 10, 10",
"icon": "ms-appdata:///roaming/ubuntu.png"
}
This results in wsl starting up in the root folder
- In this config :-
{
"startingDirectory": "/home/tackyunicorn",
"guid": "{a2785f8e-72c9-4550-b406-697388644902}",
"name": "Ubuntu",
"colorscheme": "MonokaiVivid",
"historySize": 9001,
"snapOnInput": true,
"cursorColor": "#FFFFFF",
"cursorHeight": 25,
"cursorShape": "vintage",
"commandline": "wsl.exe",
"fontFace": "Inconsolata for Powerline",
"fontSize": 10,
"acrylicOpacity": 1,
"useAcrylic": true,
"closeOnExit": true,
"padding": "10, 10, 10, 10",
"icon": "ms-appdata:///roaming/ubuntu.png"
}
This results in wsl starting up in the Windows user folder
- What's wrong / what should be happening instead:
ThestartingDirectory
profile setting is not being applied correctly on a wsl profile
Metadata
Metadata
Assignees
Labels
Issues related to settings and customizability, for console or terminalIssues pertaining to the terminal control (input, selection, keybindings, mouse interaction, etc.)We encourage anyone to jump in on these.Complex enough to require an in depth planning process and actual budgeted, scheduled work.The new Windows Terminal.Fix is checked in, but it might be 3-4 weeks until a release.