
There is actually a discussion on their forum about this, but it appears dead and without response. But I've made it simple as an Automator task, which runs the mentioned commands to start the service and immediately after start the Citrix Receiver.Īctually, I have no doubt that it is relatively easy for Citrix to make this configurable as a preference. Especially to repeat it every now and then. Unfortunately, this is a bit of a cumbersome process. Launchctl load /Library/LaunchAgents/_Mac.plist To fix this, you manually need to start the services again: launchctl load /Library/LaunchAgents/ Unable to connect to the citrix AuthManager service The only issue now is that when you open the Citrix Receiver application, you may get something like the following error: In order to remove them completely from starting up automatically, I use the following commands: launchctl remove


The process below allows you to stop autostart at boot.įirst, I fetched a list of all "citrix" processes that run on startup: launchctl list | grep citrix Like mentions, starting and stopping is done through launchctl.
