yesterday
Hi Jamf Nation,
While we passed a custom URL from google drive to fetch icon for the setup manager, it appears to be broken. Point to be noted, we didn't do any icon package deployment. We just passed the google drive link to fetch the icon in configuration profile under Application & Custom Settings>Jamf Applications>Icon Source
Any idea what I am missing here?
Thanks
Solved! Go to Solution.
yesterday
if you have these icons in JAMF for Self Service its simpler to use those..
open any policy with self service enabled, edit, select existing icon, right click on the icon you require, copy image address.
Use this URL
yesterday
if you have these icons in JAMF for Self Service its simpler to use those..
open any policy with self service enabled, edit, select existing icon, right click on the icon you require, copy image address.
Use this URL
yesterday
Great. Wored like a charm. Do you know if Jamf has something (Jamf App or other ways) for icon management Since we are a group of companies, we have to host lots of different icons for brandings and other customizations in Jamf. In such a case, creating a dummy policy each time will make it very crowded at a later stage. How to handle that?
yesterday
there is no way to managed icons uploaded to jamf that im aware of.. and over time it can get cluttered..
yesterday
I see. Thanks for the tips though. I accepted your answer as a solution.
yesterday
Yeah its a shame there's no way for us to manage that in the GUI; I think there's been a feature request for it for years now.
Thursday
Hi @rabiul ,
tips from me,
you can create a list of icons on Github,
containing .png (512x512px) icons from your apps or configurations,
then you can copy the GitHub link for example:
https://raw.githubusercontent.com/agungxxxxx/icon/refs/heads/main/Chrome.png
then you can save it to google sheet/excel,
later, if you want to use the link, you can copy-paste it to Icon Source Configuration Profile JSM
23 hours ago
Great tips. Thanks. I also opened an issue thread to the official git repository in Setup Manager. They explained why my issue occurred and how to solve it. This URL could be helpful for others in the future who are looking for solution to similar kind of problem.