Posted on 07-14-2023 12:12 PM
I'm trying to setup a Custom Menubar Icon for Jamf Connect by following the instructions here:
https://learn.jamf.com/bundle/jamf-connect-documentation-current/page/Menu_Bar_App_Preferences.html
I created a 16x16 png file and saved it as /user/local/icon.png Then I added these lines to the Profile,
<key>MenubarIcon</key
<string>/usr/local/icon.png</string>
I quit Jamf Connect and when it relaunches, I just get a white square where the icon should be. The details of the image are not there. So it is trying to display it, but it just can't parse the file? When I click on About Jamf Connect, it also displays a small white square where the icon should be. I made sure the file had 755 permissions on it. Is there a particular DPI or color pallet I need to set on the image? Is there something I'm missing?
Solved! Go to Solution.
Posted on 07-14-2023 02:48 PM
Hey @AVmcclint - the system will interpret the image file like a mask, so you may want to check that your image background is set to be transparent versus a solid color.
Posted on 07-14-2023 02:48 PM
Hey @AVmcclint - the system will interpret the image file like a mask, so you may want to check that your image background is set to be transparent versus a solid color.
Posted on 07-17-2023 05:31 AM
Thanks! That worked. It would be nice if Jamf's documentation was more descriptive.