Icons on the self-service interface on Macs
Published: January 16, 2025 - 11:57 AM
Good morning,
I noticed a bug on the Mac agents; a necessary folder is not created in the Wapt directory tree for storing icons.
I just deployed a machine with the latest agent (2.6.0.16795), here is the error visible in the Wapt console: The /opt/wapt/cache/icons folder is therefore missing
Using the terminal and an admin account, you can create the folder "manually":
Afterwards, a quick refresh in the self-service area and everything is OK:
This is a 2017 MacBook Pro (Intel) with the agent installed via "tis-waptagent-macos-all-x86_64.pkg", but I encountered the same problem (and the same solution) with an M1 MacBook Pro.
Have a good day everyone!
I noticed a bug on the Mac agents; a necessary folder is not created in the Wapt directory tree for storing icons.
I just deployed a machine with the latest agent (2.6.0.16795), here is the error visible in the Wapt console: The /opt/wapt/cache/icons folder is therefore missing
Using the terminal and an admin account, you can create the folder "manually":
Code: Select all
sudo mkdir -p /opt/wapt/cache/iconsHave a good day everyone!