mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
session.c: updated dbus activation environment with more env vars
Fixes: #694
This commit is contained in:
parent
f90b7dca2a
commit
22fe8cf546
1 changed files with 5 additions and 1 deletions
|
|
@ -20,7 +20,11 @@ static const char *const env_vars[] = {
|
|||
"DISPLAY",
|
||||
"WAYLAND_DISPLAY",
|
||||
"XDG_CURRENT_DESKTOP",
|
||||
NULL,
|
||||
"XCURSOR_SIZE",
|
||||
"XCURSOR_THEME",
|
||||
"XDG_SESSION_TYPE",
|
||||
"LABWC_PID",
|
||||
NULL
|
||||
};
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue