Custom context menu work everywhere except desktop

I have created custom context menu item for finder that launches the display setting preferences pane. For whatever reason MacOS doesn't have this like literally every other OS on the planet for some reason. Is there someway to make this work I dont really see any setting that would affect where it appears.

I added a Custom Finder Context Menu Item, then added and action of Execute Terminal Command. with he following:

open /System/Library/PreferencePanes/Displays.prefPane

I would like to have this context menu when right clicking on the desktop.

Thank you in advance,

calm_as_a_cow

that seems to work fine here. Is the Finder extension enabled?

I just tried the preset, seems to work only in my user directory.

macOS 14.6.1 (23G93)
BetterTouchTool Version: 4.701

Ahh probably it doesn't work if you use iCloud Desktop sync because iCloud folders are not supported by Finder Extensions ;-( I don't use iCloud Desktop, that's maybe the reason why it works here

I have iCloud sync turned on atm but not for Desktop and Documents folder:
afbeelding

Weird!

Maybe it's the Full Disk Access permission in System Settings => Security & Privacy? I'll try disabling this on my system to check.

// edit: no that doesn't seem to be it either. It seems to work fine on Desktop even without that permission. However I'm testing on macOS 15

I don't want to upgrade to 15 yet as I understood the Alt/Option key is not available anymore as dedicated shortcut key.

Until now I used this which works fine, but prefer to use BTT if the functionality is available.

In BTT alt/option is still available fine, also in all other apps that are not sandboxed. Only sandboxed apps (mostly App Store apps) have this new limitation.

Weird, if "new file menu" works BTT should also, it's using the same technique. :-/

tried several things but can'nt get the finger on it :face_exhaling: for now. by the way it also don't work on my external ssd but "new file menu" does:
afbeelding

good to know that the alt/opt key restriction is only for sandboxed apps. if it would be for security reasons one would expect that they restrict it for non-sandbox apps.

The sandbox is the main security feature, for non-sandboxed apps many security measures are not applied. The problem with allowing option shortcuts is that they can be used by malicious apps to retrieve parts of entered passwords, even if the malicious app is not in foreground.

External disks are indeed not yet supported by BTT's finder extension, that's something I should add. But desktop not working is weird.

Solved by system restart :sweat_smile:
image