You are not logged in.

#1 2017-10-11 16:24:05

ShieldedTulip
Member
From: Portugal
Registered: 2017-09-30
Posts: 16

New fonts... can't get them to work.

Hi,

So,

I downloaded some new fonts because I needed some "untidy" ones, placed them on my fonts file, etc... etc... you know. I did the same any old Ubuntu user would do.

But they would not be available for me on LibreOffice.

So I also downloaded FontForge and Font Manager. Used the manager to install the fonts, it all went fine, but...

But they would still not be available for me on LibreOffice.

I even tried messing about with the terminal and it still wont work.

I have no idea what I'm doing wrong. I know I must be doing something wrong because the machine is always right when it comes to such things.

Any hints for a really not so smart person? At least that's how I feel today.

Thanks


Coding Idiot (is how I describe myself) in need of plain simple and to the point coding tips. Know nearly nothing about how, where or when things are done.
Only thing I know/remember from coding classes - sudo apt-get install - today discovered how to edit a couple of lines in tint2 (1st victory - ;D) and then my brain froze.
Hoping that around here I'll find simple help, simple like my knowledge.

Offline

#2 2017-10-11 18:05:55

unklar
Back to the roots 1.9
From: #! BL
Registered: 2015-10-31
Posts: 2,709

Re: New fonts... can't get them to work.

Because of Conky I always move the unpacked fonts to my hidden directory 
/home/unklar/.fonts
(if necessary create them  wink  ).

root does it with the command

fc-cache -v -f

with the system known and they are available to me as a user.
I don't know if this is true for LO, because I don't use the program.

Offline

#3 2017-10-11 18:38:53

ShieldedTulip
Member
From: Portugal
Registered: 2017-09-30
Posts: 16

Re: New fonts... can't get them to work.

Errr, I don't think I'm kidding when I say I'm a bit of an idiot when it comes to these things... restarted the computer and now they're there. tongue

I did actually create the directories, via terminal and all, as you suggested, but before I restarted the laptop nothing was happening.


Thank you so much


Coding Idiot (is how I describe myself) in need of plain simple and to the point coding tips. Know nearly nothing about how, where or when things are done.
Only thing I know/remember from coding classes - sudo apt-get install - today discovered how to edit a couple of lines in tint2 (1st victory - ;D) and then my brain froze.
Hoping that around here I'll find simple help, simple like my knowledge.

Offline

#4 2017-10-12 04:43:31

johnraff
nullglob
From: Nagoya, Japan
Registered: 2015-09-09
Posts: 12,666
Website

Re: New fonts... can't get them to work.

The current standard location for user fonts is ~/.local/share/fonts
~/.fonts is still supported by most software, but this may change in the future.

(Bunsenlabs comes with both a ~/.local/share/fonts directory and a symlink to it at ~/.fonts, so either will work.)


...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )

Introduction to the Bunsenlabs Boron Desktop

Offline

#5 2017-10-12 12:19:42

nore
>2⁹
From: squirrels' nest
Registered: 2015-09-29
Posts: 537

Re: New fonts... can't get them to work.

ShieldedTulip wrote:

restarted the computer and now they're there.

That's a LibreOffice bug. Most other applications see new fonts after fc-cache magic spell, LO does not.

Offline

#6 2017-10-13 05:34:50

Snap
Member
Registered: 2015-10-02
Posts: 465

Re: New fonts... can't get them to work.

Regarding fonts-conf, according to this:

https://www.freedesktop.org/software/fo … -user.html
https://wiki.archlinux.org/index.php/fo … figuration

Paths have changed, but not in Debian (at least not in Sid with fontconfig 2.12.3) Why Debian keeps using the old paths instead. Is this transitory or just ignoring the new defaults for some reason? Though I agree the new paths are awful. i. e. ~/fontconfig instead of ~/.fontconfig or even better ~/.config/fontconfig.

Offline

#7 2017-10-13 06:35:47

ohnonot
...again
Registered: 2015-09-29
Posts: 5,592

Re: New fonts... can't get them to work.

Snap wrote:

new paths are awful. i. e. ~/fontconfig

i think you're misreading something there?
nowhere in those 2 links do i see that.
maybe you are confusing $XDG_CONFIG_HOME with $HOME ? the former usually defaults to $HOME/.config

but in any case, the fonts themselves are stored and searched for in a different location, ~/.fonts or ~/.local/share/fonts. the usual advice is to symlink one location to the other, so you should be set for all apps adhering to either old or new rules.

Offline

#8 2017-10-16 16:59:05

Snap
Member
Registered: 2015-10-02
Posts: 465

Re: New fonts... can't get them to work.

Ooops! True. I thought $XDG_CONFIG_HOME was pointing to $HOME.

Thanks for clarifying, ohnonot.

Offline

Board footer

Powered by FluxBB