when dinobuildr.sh file is run from the Desktop folder, there is a permission issue on Big Sur #212

Open
opened 2021-06-15 10:52:40 -07:00 by jlin · 0 comments
jlin commented 2021-06-15 10:52:40 -07:00 (Migrated from github.com)

OS 11.4 Big Sur

James found that when running the dinobuildr.sh script from the Desktop folder, the build is interrupted with a permission error from python:

OSError: [Errno 1] Operation not permitted: '/Users/[placeholder]/Desktop'

I believe this is due to the OS not being able to prompt for permission for Terminal to access the Desktop folder.

The workaround was to move the script to the Downloads folder, run the script, and this time the OS will prompt for permission for Terminal to access Downloads folder. Once permission granted, the build proceeds as normal.

Putting this on file for record for when we have more time for dinobuildr.

OS 11.4 Big Sur James found that when running the dinobuildr.sh script from the Desktop folder, the build is interrupted with a permission error from python: OSError: [Errno 1] Operation not permitted: '/Users/[placeholder]/Desktop' I believe this is due to the OS not being able to prompt for permission for Terminal to access the Desktop folder. The workaround was to move the script to the Downloads folder, run the script, and this time the OS will prompt for permission for Terminal to access Downloads folder. Once permission granted, the build proceeds as normal. Putting this on file for record for when we have more time for dinobuildr.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
jlin/dinobuildr#212
No description provided.