How to shutdown?
#1
Hi i want to make some changes in my system configuration to can shutdown computer from xbmc. I have ubuntu 10.04 full with xbmc svn set with standalone packet. Actually shutdown button gives me again login screen but i want just shutdown computer.
Also i find in DialogButtonMenu.xml:
Code:
<control type="button" id="15">

                        <description>Shutdown button</description>

                        <posx>0</posx>

                        <posy>0</posy>

                        <width>90</width>

                        <height>90</height>

                        <texturefocus>-</texturefocus>

                        <texturenofocus>ButtonMenuShutdownNF.png</texturenofocus>

                        <onclick>[color=red]XBMC.Shutdown()[/color]</onclick>

                        <pulseonselect>no</pulseonselect>

                        <font>-</font>

                        <label>13005</label>

                        <onleft>11</onleft>

                        <onright>12</onright>

                        <onup>16</onup>

                        <ondown>17</ondown>

                    </control>

What should i change?
Reply
#2
maybe you should look in system setting before that Wink
Reply
#3
Why? What should i look for? I can shutdown from elsewhere but no from xbmc as standalone?
Reply
#4
system / power settings / system shutdown
Reply
#5
Thank you and sorry i was blind :p Thread can be removed.
Reply

Logout Mark Read Team Forum Stats Members Help
How to shutdown?0