Dear all,
I've installed FreeIPA 4.8.1 on two Ubuntu servers recently (using the distribution packages) and on both of them the icons in the web interface are not shown properly. Instead, only black/blue squares are shown.
Any idea what the problem is and how it can be fixed?
I'm not sure if those are from a font or an image file.
@tjaalton @stsymbal
I guess FONTS_FONTAWESOME_DIR was wrong with that version, you can fix it manually in /usr/lib/python3/dist-packages/ipaplatform/debian/paths.py
add a dash, so that it's /usr/share/fonts/truetype/font-awesome
Font Awesome paths on Debian side were fixed in 4.8.4. As such, there is nothing to do FreeIPA upstream with this.
https://pagure.io/freeipa/c/1ca93942b852285c81fb6b951051446841b4af8f
Metadata Update from @abbra: - Issue close_status updated to: fixed - Issue status updated to: Closed (was: Open)
I tried fixing the path manually, restarted using ipactl, and reloaded the site multiple times in my browser. No change :(
right, since you have the server set up already, you need to change it in /etc/apache2/conf-enabled/ipa.conf
worked, thanks a lot!