You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Import of the rootfs-image fails if the user profile folder within Windows includes a space such as Test User (derivated from a local user account name).
Steps to reproduce
Prerequisites:
distrod_wsl_launcher v0.1.5
Profile folder in Windows consisting out of two words.
Steps:
Start distrod_wsl_launcher an select an image or use a local file.
Expected behavior
WSL distro will be imported and installed.
Windows version
Microsoft Windows [Version 10.0.22000.466]
Linux kernel version
Linux 5.10.93.3-microsoft-WSL2 #1 SMP Sun Jan 23 18:53:16 CET 2022 x86_64 GNU/Linux
Distro
archlinux
How did you install that distro?
Installed by Distrod wizard
Logs
[Distrod][ERROR] Failed to register the distribution.
Caused by:
Failed: cmd.exe /C wsl --import Distrod %LocalAppData%\Distrod "C:\TEMP\system\.tmp2OMAbF\install.tar.gz"
additional comment
Fix:
Put the install location inside brackets. %LocalAppData%\Distrod -> "%LocalAppData%\Distrod"
The text was updated successfully, but these errors were encountered:
Describe the bug
Import of the rootfs-image fails if the user profile folder within Windows includes a space such as
Test User
(derivated from a local user account name).Steps to reproduce
Prerequisites:
distrod_wsl_launcher v0.1.5
Profile folder in Windows consisting out of two words.
Steps:
Start distrod_wsl_launcher an select an image or use a local file.
Expected behavior
WSL distro will be imported and installed.
Windows version
Microsoft Windows [Version 10.0.22000.466]
Linux kernel version
Linux 5.10.93.3-microsoft-WSL2 #1 SMP Sun Jan 23 18:53:16 CET 2022 x86_64 GNU/Linux
Distro
archlinux
How did you install that distro?
Installed by Distrod wizard
Logs
[Distrod][ERROR] Failed to register the distribution.
Caused by:
Failed: cmd.exe /C wsl --import Distrod %LocalAppData%\Distrod "C:\TEMP\system\.tmp2OMAbF\install.tar.gz"
additional comment
Fix:
Put the install location inside brackets.
%LocalAppData%\Distrod
->"%LocalAppData%\Distrod"
The text was updated successfully, but these errors were encountered: