2015-11-14, 21:13
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.
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.