mirror of
https://github.com/labwc/labwc.git
synced 2026-04-13 08:21:15 -04:00
session.c: updated dbus activation environment with more env vars
This commit is contained in:
parent
17bad48d87
commit
98c425045a
1 changed files with 2 additions and 1 deletions
|
|
@ -124,7 +124,8 @@ void
|
||||||
session_autostart_init(void)
|
session_autostart_init(void)
|
||||||
{
|
{
|
||||||
/* Update dbus and systemd user environment, each may fail gracefully */
|
/* Update dbus and systemd user environment, each may fail gracefully */
|
||||||
update_activation_env("DISPLAY WAYLAND_DISPLAY XDG_CURRENT_DESKTOP");
|
update_activation_env("DISPLAY WAYLAND_DISPLAY XDG_CURRENT_DESKTOP "
|
||||||
|
"XCURSOR_SIZE XCURSOR_THEME XDG_SESSION_TYPE LABWC_PID");
|
||||||
|
|
||||||
struct wl_list paths;
|
struct wl_list paths;
|
||||||
paths_config_create(&paths, "autostart");
|
paths_config_create(&paths, "autostart");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue