Alex Narvey

Results 12 comments of Alex Narvey

I also hope this can be merged soon. Affects: com.github.foigus.munki.microsoftremotedesktop com.github.dataJAR-recipes.munki.Microsoft Word 2019

The example had a spelling error on: `programArguments` The p should be a capitalized P as in: `ProgramArguments` I have edited the example in the Wiki. Now my plist will...

I found that the 3.2.7 release pkg did not actually have the python script nor the calls to it in the shell script so I downloaded the code in the...

Python script In terminal This works: sudo /usr/local/bin/managed_python3 /Library/Application\ Support/pinpoint/bin/pinpoint_scan.py Without sudo it does not and errors out as I indicated /usr/local/bin/managed_python3 /Library/Application\ Support/pinpoint/bin/pinpoint_scan.py Shell script Also in terminal sudo...

VERY INTERESTING! I installed Python 3.10 as soon as munkireport 5.8 suggested it would be necessary and the version available at the time was 3.10.9 !! This is what is...

Assuming we can get this all going the next big issue is going to be finding a graceful way to enable location services for python. I don’t think it can...

I do not have Jamf available. All computers are in Mosyle MDM and are using munki/munkireport --- Alex Narvey ***@***.*** > On May 24, 2024, at 4:14 AM, jelockwood ***@***.***>...

The script on the page is to enable Location Services in toto; not to enable an apps specific location services. This still has to be toggled in the GUI as...

In my experimentation you can use sudo defaults read /var/db/locationd/clients.plist To read the list of apps that are listed in the GUI and determine if they are enable or not....

I have found that you can get the state of python’s authorization to location services but you cannot edit it by command line. The client.plist is protected by SIP. The...