From dd0c5d18d31fe3ea3f905ffd3b78748faed7691a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois-Xavier=20Thomas?= Date: Sun, 4 Jan 2015 19:14:52 +0100 Subject: [PATCH] Make X believe Kodi was started from a VT This removes the need to modify /etc/X11/Xwrapper.config. --- init/kodi.service | 1 + 1 file changed, 1 insertion(+) diff --git a/init/kodi.service b/init/kodi.service index ece7a56..89f6d24 100644 --- a/init/kodi.service +++ b/init/kodi.service @@ -11,6 +11,7 @@ Type = simple TTYPath=/dev/tty7 ExecStart = /usr/bin/xinit /usr/bin/dbus-launch --exit-with-session /usr/bin/kodi-standalone -- :0 -nolisten tcp vt7 Restart = on-abort +StandardInput = tty [Install] WantedBy = multi-user.target