Closed tukanoidd closed 2 months ago
I just realized nixos-unstable branch hasnt had an update in a while, and im not sure the existing fontconfig fixes were merged there yet, I'm going to try nixos-unstable-small and see if anything changes (based on assumption that those were put there, atleast just by the fact that the last commit there was made a couple of hours ago)
nixos-unstable-small works, sorry for not checking that first, closing
Describe the bug
Hello, I tried to find any info on this through existing issues regarding the fonts but I can't seem to find this issue happening to anyone else. Basically, the fonts I put in fonts.packages only show up in fc-list when I run it as root, and only DejaVu is visible/usable when run as user. It doesn't completely break my system, but I can't properly use any of my terminals because of weird rendering artifacts and tons of missing symbols.
Steps To Reproduce
Steps to reproduce the behavior:
fc-list
and only get the DajaVu entrysudo fc-list
and get all the installed font entriesExpected behavior
Fonts are available for both root and normal user (as it used to).
Screenshots
Not screenshots, but respective outputs of
sudo fc-list
andfc-list
:Additional context
Font config:
I also tried running the "fc-cache -rv", but it didnt help. Output:
And
sudo fc-list -rv
:It seems to by default have all the dir entries available to it when run as root, but barely any when run as user.
Notify maintainers
I'm not sure if it's an issue with fontconfig directly or something surrounding it, so I'm not sure who to put as a maintainer, please let me know, I'll update the issue.
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.Add a :+1: reaction to issues you find important.