maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   General (https://talk.maemo.org/forumdisplay.php?f=7)
-   -   How to add a reboot button (https://talk.maemo.org/showthread.php?t=83691)

sifo 2012-04-19 17:41

Re: How to add a reboot button by-sifo
 
for sure this is the right thing to do follow the orginal post oR else if i paste it here again i'll get punshed :D AGAIN

J4ZZ 2012-04-19 22:45

Re: How to add a reboot button by-sifo
 
Quote:

Originally Posted by Mohammed Muid (Post 1194456)
how to remove it? help me to remove it. i dn care were u took it from mate. cheers

Easiest way,
open /etc/systemui/systemui.xml
Code:

nano /etc/systemui/systemui.xml
and remove the whole block
Code:

<menuitem priority="750" name="Reboot">
<icon>general_refresh</icon>
<callback service="com.misc.reboot" path="/com/misc/reboot" interface="com.misc.reboot" method="reboot" bus="session" autostart="true">
<argument type="boolean">true</argument>
</callback>
</menuitem>

or comment it out by adding

Code:

<!--
<menuitem priority="750" name="Reboot">
<icon>general_refresh</icon>
<callback service="com.misc.reboot" path="/com/misc/reboot" interface="com.misc.reboot" method="reboot" bus="session" autostart="true">
<argument type="boolean">true</argument>
</callback>
</menuitem>
-->

;)


All times are GMT. The time now is 14:28.

vBulletin® Version 3.8.8