[Bug 253277] x11/xtrans: Don't unlink existing UNIX sockets => allows multiple X sessions from sddm
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 01 Sep 2023 11:49:05 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253277
--- Comment #11 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:
URL:
https://cgit.FreeBSD.org/ports/commit/?id=3312d027696ff994d07c434a2baaba1f5b18d998
commit 3312d027696ff994d07c434a2baaba1f5b18d998
Author: Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2023-09-01 11:43:07 +0000
Commit: Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2023-09-01 11:47:43 +0000
x11/xtrans: Don't unlink X11 Unix sockets.
Without this change calling `Xorg -displayfd ..` would always make X to use
:0 as the DISPLAY. This was a showstopper for running parallel desktop
sessions.
The leftover UDS' are cleaned up during system's boot by the
/etc/rc.d/cleartmp
service.
Based on work of jbeich and Olivier Certner <olivier.freebsd@free.fr>.
PR: 253277
Approved by: manu
Sponsored by: Serenity Cybersecurity, LLC
Differential Revision: https://reviews.freebsd.org/D30557
net/tigervnc-server/Makefile | 2 +-
x11-fonts/libFS/Makefile | 1 +
x11-fonts/libXfont/Makefile | 2 +-
x11-fonts/libXfont2/Makefile | 1 +
x11-fonts/xfs/Makefile | 1 +
x11-servers/xarcan/Makefile | 2 +-
x11-servers/xorg-server/Makefile | 2 +-
x11-servers/xwayland-devel/Makefile | 1 +
x11/cinnamon-session/Makefile | 2 +-
x11/gnome-session/Makefile | 2 +-
x11/libICE/Makefile | 2 +-
x11/libSM/Makefile | 1 +
x11/libX11/Makefile | 1 +
x11/mate-session-manager/Makefile | 2 +-
x11/xtrans/Makefile | 4 ++++
x11/xtrans/distinfo | 2 ++
16 files changed, 20 insertions(+), 8 deletions(-)
--
You are receiving this mail because:
You are the assignee for the bug.