On Ubuntu server 16.04, with only X installed and no window manager, I can still launch Kodi without the --standalone
switch. For example from a local console:
xinit kodi -- vtx
This leads me to ask: what is the difference between "kodi" and "kodi --standalone" if I can still launch kodi without calling the "kodi-standalone" or "--standalone" switch?
I understand kodi
is for launching with a window manager, and kodi-standalone
is a script that launches kodi with the --standalone switch.
My question is why, since I have with no WM installed, do both kodi
and kodi-standalone
(or kodi --standalone
) launch just fine?
Accoding to user FernetMenta over at the Kodi forums: