You should just have to click it.Is there a setting that will launch a new finder window whenever the finder dock icon is selected?
You should just have to click it.
Maybe you need a reboot?
I just made this "application" with Script Editor, just place it in your dock, and give it a nice icon, maybe from Interfacelift or a similar site:
http://mt11.quickshareit.com/share/finder5c4aa.zip
try
tell application "Finder"
make new Finder window at front
activate application "Finder"
end tell
end try
is there a line I can add to make it open to my user's 'Documents' folder by default?
thanks
try
tell application "Finder" to open folder "documents" of home
activate application "Finder"
end try
That works great! thanks a lot
sorry I'm still new to the mac platform
after I've entered the script into script editor
how do I save it as an .app
oo i've been wanting the same thing too, thanks for posting this!
Is there a way to make the default window a certain size too?
set bounds of front window to {WW, XX, YY, ZZ}
--ww how far from the left
--xx how far from the top (menu bar is 45 so make it bigger than that
--yy width
--zz height
try
tell application "Finder" to open folder "documents" of home
activate application "Finder"
end try
try
tell application "Finder" to make new window (open folder "documents" of home)
activate application "Finder"
end try
What exactly do you mean by "this doesn't open a 'new finder window'"
The easy way to get around that is to just set the Finder preferences to open your Documents window by default then the script that you quoted will work. To do that go to Finder - Preferences - General - New Finder Window Opens - Then select where you want