Nomad/Jamf Connect Actions Menu

colorenz
Contributor

Hi,

how can I give the entry "Actions" a correct name?

9f8f879149274308b5c61106fed8e613
)
<?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>Actions</key> <array> <dict> <key>Action</key> <array> <dict> <key>Command</key> <string>path</string> <key>CommandOptions</key> <string>./Users/Shared/test/connect.sh true</string> </dict> </array> <key>Name</key> <string>Verbindung aufbauen</string> </dict> <dict> <key>Action</key> <array> <dict> <key>Command</key> <string>path</string> <key>CommandOptions</key> <string>./Users/Shared/test/connect.sh</string> </dict> </array> <key>Name</key> <string>Verbindung beenden</string> </dict> </array> <key>MenuIcon</key> <true/> <key>Version</key> <integer>1</integer>
</dict>
</plist>

Best Regads

2 REPLIES 2

James_tolley
New Contributor II

Within the com.jamf.connect preferences payload (rather than the com.jamf.connect.actions) you need to add:

<dict> <key>CustomMenuItems</key> <dict> <key>actions</key> <string>Custom Name Here</string> </dict>

colorenz
Contributor

Hi is almost 1,5 years old but thanks. Have solved it already :)