-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Finder alternatives #7
Comments
My guess is that FastDMG is still doing its job, but the mounted image is not opened in the non-Finder file browser. FastDMG contains this code to open the mounted image:
As far as I know, there is no way to "generically open a directory in the user's file system browser of choice" on macOS. Only the Finder, unless I were to hack together some nasty AppleScript with explicit support for Path Finder ... which is not going to happen. 99%+ of people just use the Finder, bad as it is. |
Users can easily create their own workaround with apps like EventScripts (available on the Mac App Store). There's a "volume mounted" trigger, and you can attach a shell script etc. to that trigger. In my case, I'm using Nimble Commander, so on my system I would then run something like this:
I guess it would also work with Path Finder too. You just need to check if CMD-T is the shortcut for opening a new tab—it probably is—, and also check if |
FastDMG could also send a proprietary PS: EventScripts doesn't allow users to add their own observers, so it would only work with some quick Objective-C tinkering on the user's part. |
FastDMG doesn't seem to work when replacing Finder with an alternative like Path Finder (You can make Path Finder default in
Preferences > General > Set as the default file browser
).Finder can also be disabled using this command:
The text was updated successfully, but these errors were encountered: