xserver: Branch 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Oct 14 10:41:54 UTC 2021


 os/utils.c |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit ca1dfdc9aa4b548de624d3a9af5147a998ba3d79
Author: nerdopolis <bluescreen_avenger at verizon.net>
Date:   Fri Oct 8 18:15:29 2021 -0400

    os: Try to discover the current seat with the XDG_SEAT var first

diff --git a/os/utils.c b/os/utils.c
index 92a66e81a..c9a8e7367 100644
--- a/os/utils.c
+++ b/os/utils.c
@@ -681,6 +681,7 @@ ProcessCommandLine(int argc, char *argv[])
                     ErrorF("Failed to disable listen for %s transport",
                            defaultNoListenList[i]);
     }
+    SeatId = getenv("XDG_SEAT");
 
     for (i = 1; i < argc; i++) {
         /* call ddx first, so it can peek/override if it wants */


More information about the xorg-commit mailing list