dashy
dashy copied to clipboard
[BUG] Some Font Awesome icons are not loading
Environment
Self-Hosted (Docker)
System
Debian 11 (Linux 5.10.0-20-amd64)
Version
2.1.1
Describe the problem
There is a handful of Font Awesome icons that aren't showing up, specifically ones that I'm trying to use:
- far fa-face-grin-tongue-wink
- fas fa-shuttle-space
- fas fa-photo-film
- fas fa-magnifying-glass-chart
- fas fa-hard-drive
- fas fa-arrow-right-arrow-left
Per the Font Awesome website, these should be free. There is no error log in the console when loading these.
Additional info
No response
Please tick the boxes
- [X] You have explained the issue clearly, and included all relevant info
- [X] You are using a supported version of Dashy
- [X] You've checked that this issue hasn't already been raised
- [X] You've checked the docs and troubleshooting guide
- [X] You agree to the code of conduct
This issue has gone 6 weeks without an update. To keep the ticket open, please indicate that it is still relevant in a comment below. Otherwise it will be closed in 5 working days.
This issue was automatically closed because it has been stalled for over 6 weeks with no activity.
This issue has gone 6 weeks without an update. To keep the ticket open, please indicate that it is still relevant in a comment below. Otherwise it will be closed in 5 working days.
This is still an issue.
Hi, same issue here. Same with material icons as well. I think they must have updated - https://fontawesome.com/v5/search these seem to work, but doing a search without specifying v5 seems to break it
Search all the Version 5 icons and match your project with a look and feel that's just right. Better yet, try Font Awesome 6 with the all-new Sharp Solid icons.
It looks to me like it is an issue with all icons having more than a single dash in the name, e.g fas fa-rocket work while fas fa-chart-scatter-bubble does not
I'm having trouble with hl-unifi-controller not loading.
The configured path for loading these is defined here: https://github.com/Lissy93/dashy/blob/c71476d4e8f6516fd8152b331c0c67d308c1780b/src/utils/defaults.js#L215
Putting in e.g. unifi-controller as {icon} does get the correct PNG, so I'm guessing the dash could the general cause here.
This issue has gone 3 months without an update. To keep the ticket open, please indicate that it is still relevant in a comment below. Otherwise it will be closed in 5 working days.
This issue was automatically closed because it has been stalled for over 6 weeks with no activity.
This is because those icons are not available in Font-Awesome V5 which is what is used here.
I've opened a FR for adding V6 support in #1424