From f575524314e9f20a1ff639f6bd65386cdbd083f4 Mon Sep 17 00:00:00 2001 From: Povilas Kanapickas Date: Thu, 3 Feb 2022 20:04:52 +0200 Subject: [PATCH] Revert "os: Try to discover the current seat with the XDG_SEAT var first" This reverts commit b27eaa72837eebe80adfe6c257a71a6b9eaf66ee. --- os/utils.c | 1 - 1 file changed, 1 deletion(-) diff --git a/os/utils.c b/os/utils.c index c9a8e7367..92a66e81a 100644 --- a/os/utils.c +++ b/os/utils.c @@ -681,7 +681,6 @@ 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 */