UP | HOME

[2023] wsl update wedges x11 apps

Table of Contents

1. TL;DR

x11 linux apps wedged after WSL update 2.0.9.0

2. Setup

  • PC rebooted overnight; found it had installed WSL 2.0.9.0

3. Problem

4. Details

  • can see update history:
    • Control Panel|Programs|Programs and Features|(sort on Installed On)
    • Settings|Windows Update|Update History (windows updates only - not sortable by date afaict)

5. Solution

  • force WSL vm to shutdown + restart

    PS C:\Users\Rcony> wsl --shutdown
    PS C:\Users\Rcony> wsl --user roland
    

    Note: presumably wsl VM state is preserved across reboot, since rebooting PC had no effect here.

Author: Roland Conybeare

Created: 2024-09-08 Sun 18:01

Validate