Skip to content
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

Where does this tool install the fonts to? #11

Open
evanlauerbsu opened this issue Nov 5, 2024 · 3 comments
Open

Where does this tool install the fonts to? #11

evanlauerbsu opened this issue Nov 5, 2024 · 3 comments

Comments

@evanlauerbsu
Copy link

My system does not detect the font and I cannot find where it installs the font to. It would be nice if this program had --help option that gives more information about the program, or logging about where to find the fonts and such.

@OJFord
Copy link
Owner

OJFord commented Nov 6, 2024

Are you sure there wasn't some error? Because:

It would be nice if this program had [...] logging about where to find the fonts and such.

well, there's:

print(f"Fonts installed to {dest}", file=sys.stderr)

which should be in your $XDG_DATA_HOME/fonts, ~/.local/share/fonts if you don't have any XDG configuration.

@evanlauerbsu
Copy link
Author

I saw that because I looked through the code, but for some reason the print statement never happened because that wasn't printed to the console. It's also possible that the output was erased or cleared because I noticed some of the other things that were printed weren't present in the final console output of the program. The fonts were not installed to ~/.local/share/fonts. I'm running linux, and as far as I know I have no XDG configuration. I also noticed that ~/.local/share/fonts has not been created on my system, so maybe the program should create the fonts folder if it does not already exist?

@OJFord
Copy link
Owner

OJFord commented Nov 7, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants