-
Notifications
You must be signed in to change notification settings - Fork 7
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
Fonts don't appear in applications on Ubuntu 24.04 because symlinked font directory doesn't work #74
Comments
Thank you for the report. I will inspect the issue. Could you please run the following commands? Note that this pertains to the legacy compatibility directory.
|
I didn't already have a
|
Thank you for verifying this. I’ve identified the cause of this issue. On Linux, fonts located under In your case, though, the structure appears to be Therefore, I suggest deleting rm -rf ~/.fonts && ln -s /home/linuxbrew/.linuxbrew/share/fonts -t ~/.fonts Could you give this a try and see if it resolves the issue? |
Yes, in my previous comment I had
to get a structure of
but I still don't see my Homebrew-installed fonts in my applications. I've always had |
Thank you very much. So it was -T, was it? I’ll correct that right away. Thank you again. Now, I understand that the issue still persists despite the fix. That’s indeed quite strange. Since fc-cache is functioning, it seems fontconfig (the common font management system used on Linux) is recognizing the fonts. However, I wonder if LibreOffice manages fonts independently of fontconfig? I will investigate to see if I can reproduce the issue on my side. Please give me some time over the weekend to work on this. Thank you for your patience. |
General troubleshooting steps
--force
and the issue is still present.brew update-reset && brew update
and retried my command.brew doctor
, fixed as many issues as possible and retried my command.Description of issue
Similar to #72
Fonts installed with this tap don't appear in applications such as LibreOffice and Xournal++. I performed the necessary steps for fontconfig as stated in the README, but the fonts still can't be found in applications. This happens for symlinking both to
/usr/local/share
and to~/.local/share
.However, I can install fonts just fine without Homebrew and symlinking (by placing font files directly into
~/.local/share/fonts
). I think the problem is that applications can't find installed fonts if the font directory (/usr/local/share/fonts
or~/.local/share/fonts
) is a symlink.Output of your command with
--verbose --debug
Example with
font-libertinus
:Output of
brew cask doctor
The text was updated successfully, but these errors were encountered: