Re: quit the dock - possible?
Re: quit the dock - possible?
- Subject: Re: quit the dock - possible?
- From: email@hidden
- Date: Wed, 23 Jun 2004 20:28:58 +0900
On 23 juin 04, at 17:28, Paul Skinner wrote:
I failed to mention that this script needs to be a stay open app. If
not, as soon as the OS notices that 'Dock.app' isn't running it will
relaunch the original Dock. The idle is set to an increment intended
to reduce the app's load on the system.
The default ide-return value for a stay-open app is 1 second IIRC.
sorry, i did not read the beginning of the thread but i actually had to
radically kill the dock yesterday and this worked:
in terminal:
a 'top' to find the dock pid
a 'grep' to get that number
a 'kill -9' that pid to kill the dock
et voila, le dock is dead !
now you only have to put that in an applescript :)
JC Helary
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.