Kodi Community Forum
Kodi wont exit (debian 8) - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Confluence (https://forum.kodi.tv/forumdisplay.php?fid=125)
+---- Thread: Kodi wont exit (debian 8) (/showthread.php?tid=247797)



Kodi wont exit (debian 8) - bluenoser - 2015-11-14

I recently switched over to debian 8, after successfully installing kodi I noticed that it will not exit.
I have found a tutorial on a forum with a similar issue but the solution was for a windows based system and did not solve my issue. I have tried editing the line on "displaybuttonmenu.xml" file from,

<onclick>Quit()</onclick>

to

<onclick>System.Exec("taskkill.bin /im Kodi.bin /f"</onclick>


I manipulated the line provided for the windows fix with what i thought would be the equivalent on debian but it didn't work.