Posted on 07-13-2017 07:31 AM
Hi All, I am having an issue when I am deploying the Papercut Client to our Macs. I have packaged the PCClient via Composer by dragging the app into Composer, also by taking a snapshot to create a DMG and Package to see if either of these work but unfortunately I keep coming up with the same error. I have checked to make sure the permission are set correct on the machine with composer installed and have run the app on this machine before completing the snapshot and package.
Any help will be much appreciated as I am at present it looks like I might have to send it out remotely or go to each mac and add this app.
Thanks, Chris
Solved! Go to Solution.
Posted on 07-13-2017 12:07 PM
@cwood I currently deploy Papercut in my environment. I've attached a screenshot of the permissions I'm using on the working application. I deploy it as a pkg. I hope this helps.
Posted on 07-13-2017 11:01 AM
I'm currently testing PaperCut without using the JSS but have used the mac installers on the clients. /Applications/PaperCut NG/client/mac
Posted on 07-13-2017 12:07 PM
@cwood I currently deploy Papercut in my environment. I've attached a screenshot of the permissions I'm using on the working application. I deploy it as a pkg. I hope this helps.
Posted on 07-14-2017 02:40 AM
@danielc29 Thanks for pointing this out. I have made a couple of changes to my package using the same settings as the screenshot and it's now working.
Thanks again
Posted on 06-14-2018 07:21 AM
Sorry to resurrect an old thread, but I am still having issues with the Papercut Client. I have the rights the same as above in my install .pkg but when another user logs in, the App in /Applications is greyed out with the circle/slash and Finder says the app has zero bytes. These are AD logins. On 10.13.
Never mind I figured it out. In Composer, where I set the permissions for the .app, I had to click on the 'Advanced(?)' wheel in the bottom right and "Apply permissions to all enclosed items".
Posted on 06-14-2018 11:57 AM
I had the permissions right in the .pkg but it still wasn't installing with the right permissions using a policy. So I created a quick script to set the permissions of the .app at install.
#!/bin/sh
chown -R root /Applications/PCClient.app/
chmod -R 777 /Applications/PCClient.app/
That seems to be working; at least on the 1 test Mac I have.
Posted on 06-14-2018 04:43 PM
Just a note. Careful with the auto-run on that application. If it doesn't connect it can constantly re-open for the user out of office. I would suggest to change that functionality in the plist, disable the auto-launch, or move the application to start on launch (not controlled by plist)