I have installed Pulse Secure VPN utility version 5.2.5, and it automatically opens at startup. Unfortunately, the application does not behave like any other, i.e. I can not disable it through:
System Preferences → Users & Groups → Login Items
I did some research on the Internet, and I found that the file that is responsible for opening the launch:
/Library/LaunchAgents/net.pulsesecure.pulsetray.plist
If I delete a file, Pulse Secure does not open at startup, but every time I open it, it will not work properly (it will not connect to any VPN).
Does anyone know how to prevent it from opening at startup and make it work at the same time?
I attach the contents of the file if it helps:
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>Label</key> <string>net.pulsesecure.pulsetray</string> <key>LimitLoadToSessionType</key> <array> <string>Aqua</string> </array> <key>ProgramArguments</key> <array> <string>/Applications/Pulse Secure.app/Contents/Plugins/JamUI/PulseTray.app/Contents/MacOS/PulseTray</string> </array> <key>KeepAlive</key> <true/> <key>Disabled</key> <false/> </dict> </plist>
source share