-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
siji not being recognised in font-config #28
Comments
Same problem here on Arch Linux! |
does it show up on xlsfonts ? xlsfonts | grep siji |
In my case,
BTW, I tried to install it on a friend's Manjaro computer and it worked, so I'm start to thinking that it's not strictly related to the font by itself. |
Yeah, it shows on xlsfonts for me as well. I also thought it was strange the problem was specific to siji. It works on all other bitmap fonts as far as I can tell besides stlarch. freetype 2 updated last week to add support for multi-color glyphs, so maybe this broke bitmap glyphs somehow? |
I am having the exact same problem... I'm trying to run polybar with the siji font with no results. It also shows on xlsfonts |
Looks like it's same as #27 Remove the file:
Then update your font cache |
As I said in my original post, I have 70-yes-bitmaps.conf in my conf.d: |
@frankplow that's weird because i didn't even need to symlink the |
@stark I tried it, again no luck. It worked just like yours without |
Same problem on my end, happened after updating freetype I believe. Notably, when running the view script, it returns this error: Warning: Cannot convert string "-wuncon-siji-medium-r-normal--10-100-75-75-c-80-iso10646-1" to type FontStruct |
From lucy/tewi-font#35 The bdf version of the font works. Place it in "~/.local/share/fonts" (or wherever your fonts directory is lcoated), run fc-cache and voila, Siji working again. The declaration for Siji might be different in your configurations, in my polybar configuration I had to change "Wuncon Siji" to just "Siji" to use the bdf variant. Edit: View script is also working again for me. |
@radfordwa |
@radfordwa I can confirm that your solution work also for me. Thanks! |
@radfordwa same here, installing the bdf instead of the pcf is working fine 👍 |
The pcf version seems to be incompatible with newer FreeType versions and hence doesn't show up in `fc-list`. A bdf file format is also available. After packaging that the font shows up in `fc-list`. See: stark/siji#28 Fixes NixOS#59847
A freetype update broke bitmap fonts. Adding freetype-dev to the Alpine dependencies resolves related issues. This resolves these errors when launching chromium: ```/usr/bin/chromium-browser Error relocating /usr/lib/chromium/chrome: FT_Get_Color_Glyph_Layer: symbol not found Error relocating /usr/lib/chromium/chrome: FT_Palette_Select: symbol not found``` Background: https://bugs.alpinelinux.org/issues/10309 stark/siji#28 lucy/tewi-font#35
Hello, still having this issue. Tried placing |
Issue resolved, turns out there was a |
Hi guys, |
Yes this should be added to the wiki 👍 |
Same on ubuntu, had to remove /etc/fonts/conf.d/70-no-bitmaps.conf. Agree with @nektro please can someone add this to the wiki it took hours to figure this out. |
removing /etc/fonts/conf.d/70-no-bitmaps.conf works in debian. |
After removing I found several mentions of this from 2015, but didn't see recent updates. |
If you still can't see the icons after replacing There will be a line like: Just change |
I'm on Arch and after a recent update, siji stopped appearing under fontconfig. Looking online, theres also a post on r/archlinux with a couple people reporting a similar issue in the comments.
fc-list | grep -i siji
returns nothing, despite
ls /usr/share/fonts/misc | grep siji
returning
siji.pcf
Running
fc-cache -rv
orfc-cache -fv
shows no new fonts installed in the directory containing siji.I have
70-yes-bitmaps.conf
in my /etc/fonts/conf.d and no $XDG_CONFIG_HOME/fontconfig is present. Other .pcf bitmap fonts load and function fine. I've tried gzipping siji, as most other .pcf fonts installed were, but that made no difference.I've tried installing both using the AUR package and the install.sh script (both to /usr/share/fonts/misc & ~/.local/share/fonts/misc), with no difference between the two.
Running
fc-query /usr/share/fonts/misc/siji.pcf
returns
Can't query face 4294967295 of font file /usr/share/fonts/misc/siji.pcf
The text was updated successfully, but these errors were encountered: