View Single Post
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#3
Originally Posted by H1777 View Post
Quite interested to know that too..

Not only for refresh, for reboot and for shutdown as well.
I know there are apps for that (did i just say that?), but it would be interesting to know exactly how it works..how would we be able to get a desktop shortcut for a terminal command (as root).
Command it's not a problem here...
The commands for you:
Reboot:
Code:
/sbin/reboot
Refresh lockscreen and statusbar:
Code:
/sbin/initctl restart xsession/sysuid
Refresh homescreen:
Code:
/sbin/initctl restart xsession/mthome