Hello,
I am trying to make a widget that has a function to restart the dock. The only way I know to do this is to use the command:
widget.system("killall Dock", null);
But when I execute the function the dock does not restart. In fact, the killall function does not work with any process. Is there a way to do this?
Thanks
Rusty
I am trying to make a widget that has a function to restart the dock. The only way I know to do this is to use the command:
widget.system("killall Dock", null);
But when I execute the function the dock does not restart. In fact, the killall function does not work with any process. Is there a way to do this?
Thanks
Rusty