wstam88 / rofi-fontawesome

fontawesome icon list for rofi dmenu
76 stars 13 forks source link

Some unicode characters displayed in place of icons #2

Closed boardfish closed 5 years ago

boardfish commented 6 years ago

Where FontAwesome shares a slot with an existing unicode character (I think it's almost exclusively the newer brands e.g. Nintendo Switch), the original unicode character will be displayed. Also visible with icons like Uber, VNV, etc. I'd assume the solution is probably to use FontAwesome with immediate priority over the fallback font, but launching rofi with that font option doesn't change the result.

wstam88 commented 6 years ago

@boardfish Which version of Fontawesome did you install?

boardfish commented 6 years ago

The most recent one available at the time, which I think was 5.0.2.

joncol commented 6 years ago

I get the same problem with Font Awesome 5.0.3 using fa5-icon-list.txt.

wstam88 commented 5 years ago

This was due to the fact that FA5 has multiple fonts (brands/solid/regular) and the font family in the icon list was using 'Font Awesome 5 free' instead of 'Font Awesome 5 (brands|solid|regular)'.

I fixed it in the latest commit.

wstam88 commented 5 years ago

Note: paid fonts will not work if you don't have them installed.

boardfish commented 5 years ago

Thanks for fixing this - it's been a fair while since I've gotten busy with ricing, but this'll be a great incentive to come back.

DosAge011 commented 5 years ago

I think this is the same issue as discussed here, so I am commenting here as well. The only way I could get all of the chr to display properly was to update the txt files.

replacing 'font Awesome 5 solid' with 'Font Awesome 5 Free Solid' replacing 'font Awesome 5 regular' with 'Font Awesome 5 Free Regular'

This sounds like the fix wstam88 was going to make, I just don't see it reflected in the repository. Sorry for beating a dead horse, its a very useful little script and I just wanted to help get it working for others.