From be1a730fa39b4c41bbaa1f6174f1e8457e582832 Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 21 Feb 2026 19:45:43 +0100 Subject: Remove some unmaintained and likely outdated articles --- windows/wsl.md | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 windows/wsl.md (limited to 'windows/wsl.md') diff --git a/windows/wsl.md b/windows/wsl.md deleted file mode 100644 index 1369b39b..00000000 --- a/windows/wsl.md +++ /dev/null @@ -1,20 +0,0 @@ -# WSL - -## Opening links in a Windows browser - -Create `~/.local/bin/x-www-browser` with the following content: - -``` -#!/bin/sh - -/mnt/c/Windows/explorer.exe "$@" -true # ignore exit code so xdg-open works correctly -``` - -Ensure that the file is executable. - -`xdg-open` uses `x-www-browser`. - -## Issues with GUI apps - -* [Uninstall `xdg-desktop-portal` if graphical applications seemingly block on startup](https://github.com/microsoft/wslg/issues/1273#issuecomment-2238745415). -- cgit v1.2.3