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.
<!-- <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> -->