org-howto/articles/2023/11/x11-apps-wedged-after-wsl-update.org

1.9 KiB

[2023] wsl update wedges x11 apps

#

#

#

#

#

#

TL;DR

x11 linux apps wedged after WSL update 2.0.9.0

Setup

  • PC rebooted overnight; found it had installed WSL 2.0.9.0

Problem

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)

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.