View Single Post
Posts: 237 | Thanked: 157 times | Joined on Dec 2009 @ San Diego, CA
#27
Originally Posted by kwotski View Post
For anyone as puzzled as I was by this, I think Andre is really talking about a different file... or maybe.

At least on my phone, I discovered the following commented-out stanza:

Code:
<!--
 <menuitem priority="20" name="Reboot">
  <return>6</return>
  <po>osso-powerup-shutdown</po>
 </menuitem>
 <menuitem priority="10" name="Soft poweroff">
  <return>7</return>
  <po>osso-powerup-shutdown</po>
 </menuitem>
 <menuitem priority="5" name="Top in XTerm">
  <callback service="com.nokia.xterm" path="/com/nokia/xterm" interface="com.nokia.xter
   <argument type="string">/usr/bin/top</argument>
  </callback>
 </menuitem>
-->
in /etc/systemui/systemui.xml while poking around.

Edit: on a whim I uncommented it (removing the <!-- and --> lines) and it seems to work fine.
Thanks I was confused by this as well.

I changed the systemui.xml config but see no change yet, I suppose a reboot is in order?

Last edited by go1dfish; 2009-12-11 at 19:32.