Thread: Reboot the N810
View Single Post
Posts: 5 | Thanked: 0 times | Joined on Nov 2008
#5
Originally Posted by jellotherat View Post
You can also edit "/etc/systemui/systemui.xml" to add a reboot option to the power menu.

Locate the following code:

Code:
<!--
 <menuitem priority="20" name="Reboot">
  <return>6</return>
  <po>osso-powerup-shutdown</po>
 </menuitem>
and change it to:

Code:
 <menuitem priority="20" name="Reboot">
  <return>6</return>
  <po>osso-powerup-shutdown</po>
 </menuitem>
<!--
Can you tell me what in line editor you used: I do not know the vi commands to insert text and how do you change the permissions on the file if it is needed. Lets say I grab what ever editor you mention from the depository, how do I change the ownership and permissions to root. I already have the easyroot package installed. Any help would be appreciated.