Re: Problem Fedora 33 installing fonts

2021-10-21 Thread Michael Eager
On 10/20/21 11:36 AM, George N. White III wrote: On Wed, 20 Oct 2021 at 14:16, Michael Eager > wrote: On 10/20/21 1:34 AM, François Patte wrote: > Le 2021-10-19 21:51, Michael Eager a écrit : >> I'm trying to install the liberation fonts in F33. >> I

Re: Problem Fedora 33 installing fonts

2021-10-20 Thread George N. White III
On Wed, 20 Oct 2021 at 14:16, Michael Eager wrote: > On 10/20/21 1:34 AM, François Patte wrote: > > Le 2021-10-19 21:51, Michael Eager a écrit : > >> I'm trying to install the liberation fonts in F33. > >> I've run fc-cache after install, but xfontsel does > >> not see the new font. > > > > fc-li

Re: Problem Fedora 33 installing fonts

2021-10-20 Thread Michael Eager
On 10/20/21 1:34 AM, François Patte wrote: Le 2021-10-19 21:51, Michael Eager a écrit : I'm trying to install the liberation fonts in F33. I've run fc-cache after install, but xfontsel does not see the new font. fc-list | grep -i liberation Yes, fc-list shows the Liberation-* fonts. xfontse

Re: Problem Fedora 33 installing fonts

2021-10-20 Thread George N. White III
On Wed, 20 Oct 2021 at 05:34, François Patte < francois.pa...@mi.parisdescartes.fr> wrote: > Le 2021-10-19 21:51, Michael Eager a écrit : > > I'm trying to install the liberation fonts in F33. > > I've run fc-cache after install, but xfontsel does > > not see the new font. > > fc-list | grep -i li

Re: Problem Fedora 33 installing fonts

2021-10-20 Thread François Patte
Le 2021-10-19 21:51, Michael Eager a écrit : I'm trying to install the liberation fonts in F33. I've run fc-cache after install, but xfontsel does not see the new font. fc-list | grep -i liberation I am wondering why you have to install the liberation fonts, for me these fonts are installed b

Re: Problem Fedora 33 installing fonts

2021-10-19 Thread Michael Eager
On 10/19/21 2:39 PM, Ed Greshko wrote: On 20/10/2021 03:51, Michael Eager wrote: I'm running Fedora 33 with KDE.  Any suggestions? Have you tried using the KDE tools? System Settings ---> Appearance ---> Font Management Unfortunately, this doesn't affect X11 fonts. -- Michael Eager ___

Re: Problem Fedora 33 installing fonts

2021-10-19 Thread Michael Eager
On 10/19/21 2:04 PM, Samuel Sieb wrote: On 10/19/21 12:51, Michael Eager wrote: I'm trying to install the liberation fonts in F33. I've run fc-cache after install, but xfontsel does not see the new font. Why are you using xfontsel?  "fc-cache" is for fontconfig which is the method used for fo

Re: Problem Fedora 33 installing fonts

2021-10-19 Thread Ed Greshko
On 20/10/2021 03:51, Michael Eager wrote: I'm running Fedora 33 with KDE.  Any suggestions? Have you tried using the KDE tools? System Settings ---> Appearance ---> Font Management -- On Facebook it is called Vaguebooking. ___ users mailing list --

Re: Problem Fedora 33 installing fonts

2021-10-19 Thread Samuel Sieb
On 10/19/21 12:51, Michael Eager wrote: I'm trying to install the liberation fonts in F33. I've run fc-cache after install, but xfontsel does not see the new font. Why are you using xfontsel? "fc-cache" is for fontconfig which is the method used for fonts for quite a while now. I assume ther

Problem Fedora 33 installing fonts

2021-10-19 Thread Michael Eager
I'm trying to install the liberation fonts in F33. I've run fc-cache after install, but xfontsel does not see the new font. I have tried different things, all of which either do not work or give unexpected results. I've copied the liberation fonts to ~/.fonts, run mkfontdir and mkfontscale in th

Re: Installing fonts

2020-10-21 Thread Joe Zeff
I replace the font it can't find with itself, it accepts it and it works! The main issue is now closed, but if anybody wants to respond about installing fonts when you don't have the files, go ahead. ___ users mailing list -- users@lists.fed

Re: Installing fonts

2020-10-21 Thread Joe Zeff
On 10/21/20 4:10 PM, Jerry James wrote: On Wed, Oct 21, 2020 at 4:06 PM Joe Zeff wrote: And if I want to install the whole family? I'm not sure which ones I'll need, and don't want to have to stop and install more in the middle of the job. sudo dnf install 'font(nimbusroman)' 'font(nimbussan

Re: Installing fonts

2020-10-21 Thread Jerry James
On Wed, Oct 21, 2020 at 4:06 PM Joe Zeff wrote: > And if I want to install the whole family? I'm not sure which ones I'll > need, and don't want to have to stop and install more in the middle of > the job. sudo dnf install 'font(nimbusroman)' 'font(nimbussans)' 'font(nimbusmonops)' As far as I

Re: Installing fonts

2020-10-21 Thread Joe Zeff
On 10/21/20 3:03 PM, Jerry James wrote: sudo dnf install 'font(nimbusroman)' If you want the sans fonts, then: sudo dnf install 'font(nimbussans)' And if I want to install the whole family? I'm not sure which ones I'll need, and don't want to have to stop and install more in the middle of

Re: Installing fonts

2020-10-21 Thread Stephen Perkins
+1 On Wed, 21 Oct 2020 at 17:20, Matthew Miller wrote: > On Wed, Oct 21, 2020 at 03:02:49PM -0600, Joe Zeff wrote: > > Thank you for answering a question I didn't ask. I don't have the > > files, I need to install them from rpms, and don't know how to get > > dnf to do that. If you know, tell

Re: Installing fonts

2020-10-21 Thread Matthew Miller
On Wed, Oct 21, 2020 at 03:02:49PM -0600, Joe Zeff wrote: > Thank you for answering a question I didn't ask. I don't have the > files, I need to install them from rpms, and don't know how to get > dnf to do that. If you know, tell me; if you don't, don't waste my > time. I'm sharing knowledge th

Re: Installing fonts

2020-10-21 Thread Jerry James
On Wed, Oct 21, 2020 at 2:39 PM Joe Zeff wrote: > Normally, I write a weekly contribution to an APA,a sort of newsletter, > on my desktop, and do the page layout in Scribus, using some of the > Nimbus fonts. Right now, my desktop is in the shop with a dead power > supply, and I'm using my laptop.

Re: Installing fonts

2020-10-21 Thread Joe Zeff
On 10/21/20 2:50 PM, Matthew Miller wrote: I find the easiest way to deal with fonts is as user data rather than system packages. Drop ttf or otf files into ~/local/share/fonts and there you go. Thank you for answering a question I didn't ask. I don't have the files, I need to install them fr

Re: Installing fonts

2020-10-21 Thread Matthew Miller
On Wed, Oct 21, 2020 at 02:38:32PM -0600, Joe Zeff wrote: > Normally, I write a weekly contribution to an APA,a sort of > newsletter, on my desktop, and do the page layout in Scribus, using > some of the Nimbus fonts. Right now, my desktop is in the shop with > a dead power supply, and I'm using m

Installing fonts

2020-10-21 Thread Joe Zeff
Normally, I write a weekly contribution to an APA,a sort of newsletter, on my desktop, and do the page layout in Scribus, using some of the Nimbus fonts. Right now, my desktop is in the shop with a dead power supply, and I'm using my laptop. Alas, it doesn't have the Nimbus fonts. What is th

Re: Installing fonts for a particular language

2015-10-15 Thread Peter Gordon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 10/15/2015 06:58 AM, Ian Pilcher wrote: > Does Fedora provide a convenient way to install the fonts required to > display a particular language? "yum grouplist hidden" (on Fedora 21) > isn't showing me anything promising. The only thing that com

Installing fonts for a particular language

2015-10-15 Thread Ian Pilcher
Does Fedora provide a convenient way to install the fonts required to display a particular language? "yum grouplist hidden" (on Fedora 21) isn't showing me anything promising. -- Ian Pilcher