From e65da5598722160418b6faf772ea82ebd1eab7ed Mon Sep 17 00:00:00 2001 From: "Anna (navi) Figueiredo Gomes" Date: Fri, 23 Jun 2023 13:54:38 -0300 Subject: support: add xinit script for the dbus user services when running dbus under a graphical environment, it needs DISPLAY and XAUTHORITY set in order to auto-launch graphical applications. but when started via pam, or any way outside the gui, they won't be set. this installs a script to be auto-ran by xinit, that loads the variables in dbus. Signed-off-by: Anna (navi) Figueiredo Gomes --- support/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'support/meson.build') diff --git a/support/meson.build b/support/meson.build index f1b7b7e1..26c273db 100644 --- a/support/meson.build +++ b/support/meson.build @@ -5,3 +5,4 @@ subdir('deptree2dot') subdir('init.d.examples') subdir('openvpn') subdir('sysvinit') +subdir('xinit') -- cgit v1.2.3