![]() |
2012-08-26
, 17:31
|
Posts: 242 |
Thanked: 169 times |
Joined on Nov 2011
|
#11
|
![]() |
2012-08-26
, 17:41
|
Posts: 197 |
Thanked: 91 times |
Joined on Dec 2010
|
#12
|
![]() |
2012-08-27
, 08:49
|
Posts: 54 |
Thanked: 21 times |
Joined on Jun 2012
|
#13
|
![]() |
2012-08-27
, 09:03
|
|
Posts: 1,359 |
Thanked: 1,292 times |
Joined on Oct 2011
@ Tartus.Syria
|
#14
|
root leafpad /etc/systemui/systemui.xml
The Following 2 Users Say Thank You to sifo For This Useful Post: | ||
![]() |
2012-08-27
, 10:37
|
Posts: 54 |
Thanked: 21 times |
Joined on Jun 2012
|
#15
|
![]() |
2012-11-22
, 13:56
|
Posts: 197 |
Thanked: 91 times |
Joined on Dec 2010
|
#16
|
<menuitem priority="750" name="Reboot"> <icon>general_refresh</icon> <callback service="com.nokia.xterm" path="/com/nokia/xterm" interface="com.nokia.xterm" method="run_command" bus="session" autostart="true"> <argument type="string">/usr/bin/reboot_manual</argument> </callback> </menuitem>
#!/bin/sh # gain superuser rights. if [ `id -u` != 0 ] ; then exec sudo gainroot <<EOF exec sh $0 $* EOF exit $? fi # put your code below reboot
The Following 4 Users Say Thank You to sup For This Useful Post: | ||
![]() |
2012-11-22
, 18:04
|
Posts: 2,292 |
Thanked: 4,135 times |
Joined on Apr 2010
@ UK
|
#17
|
So I found a way to do this thanks to this thread.
Reboot and the button should work and reboot nicely.
The Following 2 Users Say Thank You to sixwheeledbeast For This Useful Post: | ||
![]() |
2012-11-22
, 22:57
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#18
|
killall systemui
The Following User Says Thank You to peterleinchen For This Useful Post: | ||
![]() |
2012-11-24
, 20:37
|
|
Posts: 115 |
Thanked: 54 times |
Joined on Feb 2011
@ Texas
|
#19
|
![]() |
2012-11-24
, 20:48
|
Posts: 2,292 |
Thanked: 4,135 times |
Joined on Apr 2010
@ UK
|
#20
|