Autostart Kodi on Ubuntu
1 minute read
SSH into your Ubuntu or open the terminal and type:
mkdir -p ~/.config/autostart;nano ~/.config/autostart/kodi.desktop
And paste:
[Desktop Entry]
Type=Application
Exec=kodi -d 5 --standalone -fs
Hidden=false
NoDisplay=false
X-GNOME-Autostart-enabled=true
Name[en_En]=Kodi
Name=Kodi
Comment[en_En]=
Comment=
Reboot machine and Kodi should autostart. Works best on Ubuntu installations with auto-login enabled.
I feedback.
Let me know what you think of this article on twitter @Sthope_dev or leave a comment below!
Let me know what you think of this article on twitter @Sthope_dev or leave a comment below!
comments powered by Disqus