WSL icon indicating copy to clipboard operation
WSL copied to clipboard

Welcome to WSL app doesn't wrap text for Networking mode

Open petrroll opened this issue 1 month ago • 1 comments

Windows Version

Microsoft Windows [Version 10.0.26200.7171]

WSL Version

2.6.1.0

Are you using WSL 1 or WSL 2?

  • [x] WSL 2
  • [ ] WSL 1

Kernel Version

Irrelevant

Distro Version

Irrelevant

Other Software

N/A

Repro Steps

Install WSL, the welcome to WSL gui app shows up, select "networking integration", notice the paragraph under "mirrored mode" doesn't wrap text.|

Image

Expected Behavior

Text is wrapped.

Actual Behavior

Text isn't wrapped.

Image

Diagnostic Logs

No response

petrroll avatar Nov 28 '25 18:11 petrroll

Logs are required for review from WSL team

If this a feature request, please reply with '/feature'. If this is a question, reply with '/question'. Otherwise, please attach logs by following the instructions below, your issue will not be reviewed unless they are added. These logs will help us understand what is going on in your machine.

How to collect WSL logs

Download and execute collect-wsl-logs.ps1 in an administrative powershell prompt:

Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/microsoft/WSL/master/diagnostics/collect-wsl-logs.ps1" -OutFile collect-wsl-logs.ps1
Set-ExecutionPolicy Bypass -Scope Process -Force
.\collect-wsl-logs.ps1

The script will output the path of the log file once done.

If this is a networking issue, please use collect-networking-logs.ps1, following the instructions in Collect WSL logs for networking issues

Once completed please upload the output files to this GitHub issue.

See Collect WSL logs (recommended method).

If you choose to email these logs instead of attaching them to the bug, please send them to [email protected] with the GitHub issue number in the subject, and include a link to your GitHub issue comment in the message body, and reply with '/emailed-logs'.

github-actions[bot] avatar Nov 28 '25 18:11 github-actions[bot]