Intel VAAPI howto with Leia v18 nightly based on Ubuntu 18.04 server
after upgrading to ubuntu 17.10 the kodi systemd service needed the following addition to start dbus:
Code:
--- kodi.service    2017-10-22 12:46:32.320191637 +0200
+++ /etc/systemd/system/kodi.service    2017-10-22 12:41:38.345211908 +0200
@@ -1,5 +1,6 @@
[Unit]
Description = kodi-standalone using xinit
+Requires=dbus.service
After = systemd-user-sessions.service network.target sound.target network-online.target

[Service]
Reply


Messages In This Thread
Live TV broken again? - by schamane - 2016-02-29, 19:56
Random crashes - by hal2100 - 2016-03-08, 22:03
Strange Behaviour - by MicTie - 2016-12-07, 10:46
RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - by wsnipex - 2017-10-22, 12:49
Working lirc with mce remote - by fr1day - 2019-08-10, 17:36
Logout Mark Read Team Forum Stats Members Help
Intel VAAPI howto with Leia v18 nightly based on Ubuntu 18.04 server18