Kodi
From Blue-IT.org Wiki
PC does not shutdown
Alter the button command by editing the corresping value in
#> vim .kodi/addons/skin.eminence/1080i/DialogButtonMenu.xml #> # vim .kodi/addons/skin.YOUR_SKIN/YOUR_DPI/DialogButtonMenu.xml
<control type="button" id="3116"> <description>Shutdown</description> <include>DefContextMenuButton</include> <label>13005</label> ' <onclick>XBMC.Powerdown()</onclick> </control>