-
Notifications
You must be signed in to change notification settings - Fork 131
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
WSL Support #55
Comments
|
Could this be solved with wsplath from WSLU which is installed by default with the Ubuntu distribution? WSL Utilities package provides ability to use the wslpath command. Example usage: cd $(wslpath 'C:\Users\Documents') The reverse conversion is also possible with the -w option: mspaint.exe $(wslpath -w ~/profile.jpg) |
|
@bogdano2 I didn't know those existed, thanks for sharing. This is still an issue with Edit: I see you already left a comment on the web-ext's relevant issue . Thanks |
|
@aklinker1 In the meantime, using a 'junction' mklink approach to the C:\ prefix issue that does not require waiting on web-ext which could simply be added to wxt documentation (and reverting the current fix). For example, the following command should fix the second error you encountered in this thread: |
To allow the browser to launch in Windows 11 from a wsl environment (and auto-load the plugin):
Seems like this instruction can be provided in documentation (followed by mod of the error and allowing the browser launch attempt). |
|
Thanks for the full details, I'll add this to the docs tomorrow, or you can open a PR if you'd like. |




WXT supports windows CMD, but not Windows Subsystem for Linux (WSL). It should also supports WSL.
I don't expect to have any problems with paths like what #50 fixed, instead, it will probably be an issue with
web-extand opening the browser. Maybe everything is working fine and we can just close this issue. I haven't even tried it yet.The text was updated successfully, but these errors were encountered: