Archive for March, 2025

Default Folder X 6.1.5 adds Open With to Quick Search, fixes UI issue in Adobe apps

Wednesday, March 12th, 2025

Version 6.1.5 of Default Folder X is available, bringing several enhancements and fixing an interesting problem in Adobe applications on Sequoia.

First up, there’s a new “Open With” item in the contextual menu when you Control-click on search results in the Quick Search window. Like the equivalent menu in the Finder, Open With lets you open a file using any app that’s capable of doing so.

Because Default Folder X tracks all of your recently opened files and folders, this is a great help in those moments when you’re looking at a document and think “but I really need to open this in [Other Application]”. Just hit Command-Shift-Space, type part of the file’s name into the Quick Search window, then use the Open With menu to open it in that other app. You can even hit Command-O in Quick Search to bring up the menu without taking your hands off the keyboard.

Default Folder X 6.1.5 also includes a fix for an interesting bug. The color of Default Folder X’s toolbar (dark mode vs. light mode) is determined by the average color it sees in an application’s file dialog when the dialog first appears on-screen. This has worked without fault for a couple of years, but recently started failing in Adobe apps.

After some debugging, I discovered that the file dialogs in Adobe apps “fade in” when they appear – they’re initially semitransparent, then become opaque (so far, this appears to be unique to Adobe apps). Default Folder X captures an image of the dialog when it first appears – when it’s still semitransparent – and the Core Image filter that DFX uses to determine the lightness / darkness of that image returns a darker color because it’s not opaque (which isn’t consistent with Apple’s documentation). That resulted in Default Folder X using its dark-mode UI even though the file dialog was in light mode – which looked pretty weird. That problem has been fixed in this release.

There are several other enhancements and fixes in 6.1.5 that are detailed in the release notes. You can read them and download the update by choosing Check for Update in Default Folder X, or on the What’s New page. As usual, if you’ve purchased a license for version 6, this update is free.

Disruptive screen recording reminders

Monday, March 3rd, 2025

AND WE’RE BACK…

In macOS Sequoia, Apple introduced a new “feature” that periodically pops up a reminder that you’ve given permission to an app to record your screen. When this new annoyance made its debut, there was a justifiable uproar about it. The reminders originally popped up on a daily basis, plus whenever you restarted your Mac. After the internet backlash, Apple backpedaled and reduced the frequency to once a week, then to once per month, and now every 90 days for apps that you use a lot. That’s tolerable, if not ideal.

BUT…

I’ve been getting a growing number of tech support complaints from Default Folder X users, saying that they’re seeing screen recording reminders every time an Open or Save dialog appears. It seems that Sequoia’s reminder system contains a bug or two, resulting in people getting pestered constantly.

As a developer, this is really aggravating because it’s not my bug, yet my customers are having a really terrible experience because of it. And all for a reminder that really shouldn’t be appearing in the first place (IMO).

IF YOU’RE EXPERIENCING THIS…

First, please complain to Apple by submitting a bug about it. You can do so using the Feedback Assistant app that’s already on your system. To open Feedback Assistant, click on this URL:

     applefeedback://

File the bug under macOS > Security > Privacy and let them know that you’re seeing screen recording reminders every time you use an app you’ve already approved. The more reports they get about this, the more quickly it will get fixed. If they don’t get many reports, they’ll just ignore it.

Now to (hopefully) fix the problem: Assuming you’re running macOS Sequoia 15.3 or higher and have Default Folder X installed in your Applications folder, follow these steps.

  1. Launch the Terminal application (it’s in /Applications/Utilities)
  2. Paste in the following two commands, hitting the Return key on your keyboard after each one. Note that the first command should be all one line, even though it may be wrapped to multiple lines below.
    • defaults write ~/Library/Group\ Containers/group.com.apple.replayd/ScreenCaptureApprovals.plist com.stclairsoft.DefaultFolderX5 -dict-add kScreenCapturePrivacyHintPolicy 7776000 kScreenCapturePrivacyHintDate -date 2035-12-31 kScreenCaptureApprovalLastAlerted -date 2035-12-31 kScreenCaptureApprovalLastUsed -date 2035-12-31
    • /usr/bin/killall -HUP replayd
  3. That should do the trick. If it doesn’t, contact me at support@stclairsoft.com for additional help.

NOTE: If you’re running the Setapp version of Default Folder X, you’ll need to use com.stclairsoft.DefaultFolderX5-setapp in place of com.stclairsoft.DefaultFolderX5 in the first command above. If the problem is occurring with some other app, substitute that app’s bundle identifier there instead.