Archive for February, 2018

Default Folder X 5.2.2: faster, better compatibility, plus some enhancements

Friday, February 16th, 2018

I’m happy to announce that version 5.2.2 of Default Folder X is available. It fixes several issues, including a bug that could cause Default Folder X to leave Save dialogs stuck on screen indefinitely. Compatibility issues with Keyboard Maestro, LaunchBar and InDesign have also been addressed, and there are a few new AppleScript verbs available for those of you that are using Default Folder X as part of a larger automated workflow.

What I’m most pleased with, however, is managing to significantly cut Default Folder X’s “reaction time” – the time it takes from a file dialog appearing until Default Folder X’s controls pop up next to it. It’s been reduced by more than half through intelligent caching and streamlining of the dialog detection code. Default Folder X is faster in other operations too, but that initial delay was the most annoying thing, especially because it had actually gotten slower in High Sierra.

Another thing that’ll interest users of ForkLift and other third-party Finder replacements: Default Folder X now pays attention to the NSFileViewer setting on your system. If you set it to the bundle identifier of your alternate-Finder-app, Default Folder X will use that app to open files and folders, rather than using the Finder. To set this up for ForkLift, for example, open Terminal and enter this command:

     defaults write -g NSFileViewer -string com.binarynights.ForkLift-3

To switch back to using the Finder, use:

     defaults delete -g NSFileViewer

To use something besides ForkLift, substitute the app’s bundle identifier for “com.binarynights.ForkLift-3” in the command above. Please be aware that this may cause other applications to also use that app as the default file viewer / manager, so your mileage may vary depending on how you want things to work.

And in other ForkLift news, I’m working with Mudi over at Binary Nights to integrate Default Folder X and ForkLift more closely. Default Folder X’s Finder-click feature will work with ForkLift in the near future.

Anyway, enough rambling – go get Default Folder X 5.2.2! If you’re already running Default Folder X, just select “Check for Updates…” from its menu in your menubar. If not, go to https://www.stclairsoft.com/DefaultFolderX/index.html and hit the “Download” button. Oh, and if you want to see the full list of changes, check the Default Folder X Release page.