mirror of
https://github.com/labwc/labwc.git
synced 2026-03-17 05:33:47 -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",
|
"DISPLAY",
|
||||||
"WAYLAND_DISPLAY",
|
"WAYLAND_DISPLAY",
|
||||||
"XDG_CURRENT_DESKTOP",
|
"XDG_CURRENT_DESKTOP",
|
||||||
NULL,
|
"XCURSOR_SIZE",
|
||||||
|
"XCURSOR_THEME",
|
||||||
|
"XDG_SESSION_TYPE",
|
||||||
|
"LABWC_PID",
|
||||||
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue