From 60936bef1ddfbce41de617efc6577ea7160b25ff Mon Sep 17 00:00:00 2001 From: graysky Date: Wed, 16 Dec 2020 13:28:28 -0500 Subject: [PATCH] kodi-wayland: cage needs env var set to work Still not optimal but this addition allows kodi-wayland.service to start now that we are no longer in user.slice. Fixes #27. --- init/kodi-wayland.service | 1 + 1 file changed, 1 insertion(+) diff --git a/init/kodi-wayland.service b/init/kodi-wayland.service index 6108256..6c5e6af 100644 --- a/init/kodi-wayland.service +++ b/init/kodi-wayland.service @@ -7,6 +7,7 @@ Conflicts=getty@tty1.service [Service] User=kodi Group=kodi +Environment="XDG_RUNTIME_DIR=/tmp" EnvironmentFile=-/etc/conf.d/kodi-standalone TTYPath=/dev/tty1 Environment=WINDOWING=wayland