From 0256ee77c2d3e7a1a7aec0890e8951fadb0835df Mon Sep 17 00:00:00 2001 From: nicm Date: Sun, 7 Jun 2026 13:37:39 +0000 Subject: [PATCH] Add some additional environment variables needed for Wayland, from shbernal dot 01 at gmail dot com. --- options-table.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/options-table.c b/options-table.c index 0332fa07..42e835b7 100644 --- a/options-table.c +++ b/options-table.c @@ -1029,7 +1029,8 @@ const struct options_table_entry options_table[] = { .flags = OPTIONS_TABLE_IS_ARRAY, .default_str = "DISPLAY KRB5CCNAME MSYSTEM SSH_ASKPASS SSH_AUTH_SOCK " "SSH_AGENT_PID SSH_CONNECTION WAYLAND_DISPLAY " - "WINDOWID XAUTHORITY", + "WINDOWID XAUTHORITY XDG_CURRENT_DESKTOP " + "XDG_SESSION_DESKTOP XDG_SESSION_TYPE", .text = "List of environment variables to update in the session " "environment when a client is attached." },