Kodi Community Forum
Linux Multiple Kodi's Running - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: Linux Multiple Kodi's Running (/showthread.php?tid=253482)



Multiple Kodi's Running - User 255479 - 2015-12-24

Hi!

Stupid question.... Is it normal to have multiple versions of Kodi be running and executing? This is what I have running:

Code:
hts       1459  0.0  0.0   4476   764 ?        Ss   10:15   0:00 /bin/sh /usr/bin/kodi-standalone
hts       1500  0.0  0.0  11140   320 ?        Ss   10:15   0:00 /usr/bin/ssh-agent /usr/bin/dbus-launch --exit-with-session kodi-standalone
hts       1503  0.0  0.0  38884  1920 ?        S    10:15   0:00 /usr/bin/dbus-launch --exit-with-session kodi-standalone
hts       1508  0.0  0.0   4476   904 ?        S    10:15   0:00 /bin/sh /usr/bin/kodi --standalone
hts       1510 14.9 14.8 3017344 304620 ?      Sl   10:15   6:47 /usr/lib/kodi/kodi.bin --standalone
bob+  1881  0.0  0.1   9496  2180 pts/0    S+   11:00   0:00 grep --color=auto -i kodi

I have an xsession setup to run Kodi when lightdm runs...

Code:
[Desktop Entry]
Name=Kodi
Comment=This session will start Kodi Media Center
Exec=kodi-standalone
TryExec=kodi-standalone
Type=Application

This is on a newly built Ubuntu 15.10 box (minimal/mini.iso) and with Lubuntu minimal running on it. I haven't noticed this before, but again, I haven't really looked...

Thanks!


RE: Multiple Kodi's Running - drivesoslow - 2015-12-24

What you are seeing is normal


RE: Multiple Kodi's Running - User 255479 - 2015-12-24

Thank You! I was having a small lip sync problem and didn't know if this was the cause of it.