Skip to main content
Solved

Mavericks Cinema Display option

  • May 12, 2014
  • 2 replies
  • 20 views

Forum|alt.badge.img+21

Hi guys

In Mavericks with a cinema display attached there is an options tab in the display preferences there is an option tab.

In order to make a change you have to unlock the padlock, but users don't have admin rights.

Doesn't anyone know if it is possible to script the option to "Pressing the displays power turn the display on and off"?

Thanks

Tim

Best answer by mm2270

Is there something in the new authorization.db in Mavericks that could be modified to allow non admin users to make this change? Something like:

security authorizationdb write system.preferences.displays authenticate-everyone

Of course, that may open up some other options to those users in the Displays panel that you may not want to do.

I have my doubts on whether it could be scripted (possibly with some GUI scripting- get a copy of UIBrowser), but I'm not that familiar with the option in Displays that you're referring to.

2 replies

mm2270
Forum|alt.badge.img+24
  • Legendary Contributor
  • Answer
  • May 12, 2014

Is there something in the new authorization.db in Mavericks that could be modified to allow non admin users to make this change? Something like:

security authorizationdb write system.preferences.displays authenticate-everyone

Of course, that may open up some other options to those users in the Displays panel that you may not want to do.

I have my doubts on whether it could be scripted (possibly with some GUI scripting- get a copy of UIBrowser), but I'm not that familiar with the option in Displays that you're referring to.


Forum|alt.badge.img+21
  • Author
  • Honored Contributor
  • May 12, 2014

Thanks Mike I will give that a go