Munki icons don't show up in Managed Software Center

Issue #512 new
Mat X created an issue

Munki icons don't show up in Managed Software Center. Appears to be a configuration conflict between Apache’s “fancy” icons listing and Munki “icons” folder. Two potential solutions. Comment out fancy icons by commenting out “httpd-autoindex.conf” in httpd.conf or rename munki icons folder to iconz and setting IconURL to that.

  1. Comment out fancy icons

# Fancy directory listings

#Include /private/etc/apache2/extra/httpd-autoindex.conf

2. Set IconURL 

Rename Munki icon folder and set new URL

sudo defaults write /Library/Preferences/ManagedInstalls IconURL https://munki.local:4443/iconz

Comments (6)

  1. Dave Lebbing

    Cannot replicate. Works as expected with stock setup. This issue may be due to some other custom config.

  2. Erik

    I was having this issue also and commenting out fancy directory listings did correct the issue for me.

  3. Erik

    Sometime after changing my folder name to icon, a new icons folder was recreated for me and any new application icon I created was now being added to the icons not the icon folder. So I am going with the first work around in the mean time.

  4. Log in to comment