Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 01 Sep 2023 11:49:05 +0000
From:      bugzilla-noreply@freebsd.org
To:        x11@FreeBSD.org
Subject:   [Bug 253277] x11/xtrans: Don't unlink existing UNIX sockets => allows multiple X sessions from sddm
Message-ID:  <bug-253277-7141-jovBv8eyqF@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-253277-7141@https.bugs.freebsd.org/bugzilla/>
References:  <bug-253277-7141@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253277

--- Comment #11 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=3D3312d027696ff994d07c434a2baaba1=
f5b18d998

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(-)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-253277-7141-jovBv8eyqF>