Re: Any idea why this script stopped working when I upgraded to Big Sur?
Re: Any idea why this script stopped working when I upgraded to Big Sur?
- Subject: Re: Any idea why this script stopped working when I upgraded to Big Sur?
- From: Axel Lüttgens via AppleScript-Users <email@hidden>
- Date: Sun, 14 Feb 2021 00:02:22 +0100
- Ironport-phdr: 9a23:lxHS3haVMCeRA/nXTGmG60j/LSx+4OfEezUN459isYplN5qZrs29bnLW6fgltlLVR4KTs6sC17OH9f67EjVasN6oizMrSNR0TRgLiMEbzUQLIfWuLgnFFsPsdDEwB89YVVVorDmROElRH9viNRWJ+iXhpTEdFQ/iOgVrO+/7BpDdj9it1+C15pbffxhEiCCybL9vKBi6twTcu8cZjYd/NKo8zgbCr2dVdehR2W5mP0+YkQzm5se38p5j8iBQtOwk+sVdT6j0fLk2QKJBAjg+PG87+MPktR/YTQuS/XQcSXkZkgBJAwfe8h73WIr6vzbguep83CmaOtD2TawxVD+/4apnVAPkhSEaPDM/7WrZiNF/jLhDrR29qBNx3o7ab4ObOvRxZKPTft0aS3RGUMtKSyxBG4a8Y5cPD+YdP+tVqZT2qVsUrRu5AAmhHP/iyzBWiX/yxaI01fg5ER3a3AwvAd0Otm/Up8jyOagIXuG60q3IwS/Hb/NLxTf99IfIfQ4nofGXRr9wasnRyEkpFwzbklWcs5fqMC2M2+kLrmOU4PZuW/i1hG47twF+vCKvxsE0h4TIiIwbxFDK+CZ3zos6K9O1SVN2bN+rHZZTtCyXKpV6TMwiTm11vCs3y6MLt5G7ciYKx5kqxhHSZ+CGfoWJ7B/uUvuaLzRghH99fL+zmgy+/VWjx+HgTMW4zUhGoypfntXSuX0A2Bre4dWdRPRn5EeuwzOP2hjW6uFDPE87i7LWK4Ukwr4sjpoTtlnDHjPulEX2kqCWckIk9/Cs5Oj6ZrjquIWQO5J1hwz9KKgih9azDOo+PQQWXmib//qz1KH78ED9XblGlOA6n6rFvJzAOMgXuK60DxVL3oss5BuzFzKm384ZnXkDIlJFYhWHj43xNl7UL/H3E/O/j06okDd22/DGIrLhDYvLLnjYi7rhZrV96k5ayAUt0dBT/YlbBa8ZLPLpRkDxrMDYDgM+MwGs2ennEM191ocAVmKUHqCZKqLSsUeU5u42PumMf5EauCzmK/U+4/7ujGQ5mUMGfaWzx5QXcGi4HvB4LEmDfXXshdIBQi82uV83V/Gi3FSaSTpefH2oXrogoywgBZi9JYPCXZy2xrWZxCO2WJZRYzYVMF2UFWbUcNCNQOpEPCuKOstsiTceVKC9DpI62Au1nAv70KZ8aOPM4ikV85nk0Y4myffUkEQb5TFwOOAJz32CQmdv1jcBVzIymqRivVByx1GY+bN7kvpVCZpZ6qUaAU8BKZfAwrkiWJjJUQXbc4LRRQ==
- Ironport-sdr: 7PoT5Ds/Xq+KUIQlUjaPoNYahGFFfJ8znhZXp+Ppn4Hyk4G/oYnQYN0OLeBT43bYJEyUwyBdG9 1ta89j7s0yVZOMMJ3ST33rzwxVQoqZRljXbLEvPYendZ0DD0Tc9UvE5CoFzpUbovYaMAim6zec HZUDtr4V5Zg1uD97LeZX44ksLtaiic6AUWh0Zk2kkxWsK6FZZ2k0whPaaEyoHZ2ADbXy2Siq8p 4bJKU205VU18MykBfpMbISlva/ShBlKcpwTQmRefImW2UMVtIlLa6qGgdgw2sfnzXaiWUGX3W6 tgE=
> Le 13 févr. 2021 à 01:23, Jim Krenz a écrit :
>
> Hello all,
>
> This script was working before I upgraded to BigSur.
>
> Any ideas on how to fix it?
> […]
Hello Jim,
Just guessing here.
If you are running that script in Script Editor.app, you need to add that
application to the list of applications allowed to "control" your computer
(System preferences… -> Security & Confidentiality -> Privacy -> Accessibility).
Also, it seems that the extra menus you are interested in are now, in Big Sur,
handled thru process "ControlCenter".
You may have a look at the output of this one:
tell application "System Events"
tell process "ControlCenter"
tell menu bar 1
properties of menu bar items
end tell
end tell
end tell
HTH,
Axel
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden