Hello People,
I'm a Mac administrator and I have an issue with an application called bridgechecker. This is an application we rolled out and now I wan't to add it to our company image. This application is a simple .app wich can be dragged and dropped into the application folder. When I do this under a admin account I can use the application without any problems. But when I login as a new user I see the .app but when I open it nothing happens... When I open the app through terminal I get the "access denied" error. I tried the following:
- fix permissions with disk utility
- change the .app permissions (chmod 777) with the admin account and with the root account.
- install the application on a clean 10.8 machine (not our company image)
- change the permission (chmod 777) on the .app/contents/*
- Apply the /Application permissions to enclosed items
All of this doesn't help...
I can however get the .app to work when I login as a new user and do this:
- drag de application to my desktop and then drag it back to the application folder
- or login as sudo in terminal and open the app
This doesn't solve my problem because these actions need the admin password.
I'm a Mac administrator and I have an issue with an application called bridgechecker. This is an application we rolled out and now I wan't to add it to our company image. This application is a simple .app wich can be dragged and dropped into the application folder. When I do this under a admin account I can use the application without any problems. But when I login as a new user I see the .app but when I open it nothing happens... When I open the app through terminal I get the "access denied" error. I tried the following:
- fix permissions with disk utility
- change the .app permissions (chmod 777) with the admin account and with the root account.
- install the application on a clean 10.8 machine (not our company image)
- change the permission (chmod 777) on the .app/contents/*
- Apply the /Application permissions to enclosed items
All of this doesn't help...
I can however get the .app to work when I login as a new user and do this:
- drag de application to my desktop and then drag it back to the application folder
- or login as sudo in terminal and open the app
This doesn't solve my problem because these actions need the admin password.