Run Unity Hub application as root every time it launches

nadeen_n92
New Contributor II

Hello everyone,

I have been working on this for a long time now. I am trying to install Unity Hub on iMacs in the labs. The application installs fine, however it crashes every time it launches with a crash report. If I run it from terminal using the below command it works fine. sudo /Applications/Unity Hub.app/Contents/MacOS/Unity Hub

Is there a way to have this command run every time a user launches the application? At the moment this command only works once when the application is first installed. I have added that command to my policy in the files and processes payload. If i script it i think it would be the same issue where it would run only once and not whenever a user double clicks the app to launch it.

Thanks for your help in advance.

5 REPLIES 5

claudiogardini
Contributor

Have you verified that the Permissions are correct?

nadeen_n92
New Contributor II

@claudiogardini yeah here is what i have for my composer permissions..
7ef7b3288fc247619e207b352fb9f83f

CSCC-JS
Contributor II

Change it to root / wheel instead of root / admin

nadeen_n92
New Contributor II

@CSCC-JS Thanks for the suggestion i tried that and also changed the permissions to 777 and tried with a pkg and a dmg.

How did you go changing those permissions? Did it end up working for you?