Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!


Click here to return to the '10.5: Change the Finder's default Find window' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
10.5: Change the Finder's default Find window
Authored by: hamarkus on Fri, Mar 7 2008 at 9:01AM PST
For me it still starts search at 'My Mac' or / not in my user folder (and I have changed this key:
<key>CurrentFolderPath</key>
<string>/Users/hamarkus</string>
)

I really would like the behaviour to change such that it starts searching in the current folder not in /.

[ Reply to This | # ]
10.5: Change the Finder's default Find window
Authored by: McSvenster on Fri, Mar 7 2008 at 11:10AM PST
Same with me: I'd love to have the default search in the actual folder...

And in my configuration the plist- file does not change anything.

SK

[ Reply to This | # ]
10.5: Change the Finder's default Find window
Authored by: hamarkus on Fri, Mar 7 2008 at 11:29AM PST
Adding the system file to the default search by this method works for me.

[ Reply to This | # ]
10.5: Change the Finder's default Find window
Authored by: baltwo on Fri, Mar 7 2008 at 2:41PM PST
Me too! But I haven't figured out how to make that happen. I'd also like it to default to File Name and not contents, but I haven't figured out that one either.

[ Reply to This | # ]
10.5: Change the Finder's default Find window
Authored by: klktrk on Sat, Mar 8 2008 at 7:14AM PST

		<key>CurrentFolderPath</key>
		<array>
			<string>.</string>
		</array>
and

		<key>FXScopeArrayOfPaths</key>
		<array>
			<string>.</string>
		</array>
seem to be working for me. Haven't experimented enough to see whether I actually need both. I replaced wherever I saw the path with "."

---
The Apotek
http://theapotek.com
The Executioner's Summary:
http://www.last.fm/label/Broken+Hill+Music/playlists/6761?autostart

[ Reply to This | # ]

Does not work for me
Authored by: hamarkus on Sat, Mar 8 2008 at 9:15AM PST
Replaced in both the default_smart.plist and the alternate_smart.plist and relaunched the Finder. Still starts at /.

[ Reply to This | # ]
No good
Authored by: wireface on Sat, Mar 8 2008 at 10:22AM PST
No, sadly this doesn't seem to do anything. You still must manually click the current folder.

boo


[ Reply to This | # ]