From e5b09d8fcf711283f2bf930d0204a15c42b6ed3b Mon Sep 17 00:00:00 2001 From: Li Tian Date: Tue, 14 Oct 2025 11:12:42 +0800 Subject: [PATCH] tmpfiles: not forcefully create symlink /tmp/.X11-unix JIRA: https://issues.redhat.com/browse/RHEL-116378 From c937ddd38f1a928c8a1d41712f05d09fceb09e89 Mon Sep 17 00:00:00 2001 From: Li Tian Date: Sep 23 2025 04:44:41 +0000 Subject: tmpfiles: not forcefully create symlink /tmp/.X11-unix In RHEL/CentOS, the X11 socket is created in /tmp fine. Do not forcefully create it which cause an error during installation using dnf/yum. Signed-off-by: Li Tian Signed-off-by: Li Tian --- wsl-setup-tmpfiles.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsl-setup-tmpfiles.conf b/wsl-setup-tmpfiles.conf index 23ba7b5..a9c3d1f 100644 --- a/wsl-setup-tmpfiles.conf +++ b/wsl-setup-tmpfiles.conf @@ -1 +1 @@ -L+ /tmp/.X11-unix - - - - /mnt/wslg/.X11-unix +L /tmp/.X11-unix - - - - /mnt/wslg/.X11-unix