Re: Trying to use the Droid fonts in xterm

2011-02-07 Thread Siard
Bob Proulx wrote: > Siard wrote: > > Camaleón wrote: > > > But if I set the font face and font size from "~/.Xresources" it > > > seems to be omitted (no warning nor error, but the font does not > > > change) :-? > > > > As far as I remember, ~/.Xdefaults should be used instead since a > > few yea

Re: Trying to use the Droid fonts in xterm

2011-02-05 Thread Bob Proulx
Siard wrote: > Camaleón wrote: > > But if I set the font face and font size from "~/.Xresources" it > > seems to be omitted (no warning nor error, but the font does not > > change) :-? > > As far as I remember, ~/.Xdefaults should be used instead since a few > years. Actually it is the other way

Re: Trying to use the Droid fonts in xterm

2011-02-05 Thread Camaleón
On Sat, 05 Feb 2011 21:49:54 +, Liam O'Toole wrote: > On 2011-02-05, Camaleón wrote: >> I mean, this works: >> >> xterm -fa "Courier New" -fs 14 >> >> But this doesn't: >> >> sm01@stt008:~$ cat .Xdefaults >> XTerm*faceName: Courier New >> XTerm*faceSize: 14 >> >> > Did you reload .Xdefaults (

Re: Trying to use the Droid fonts in xterm

2011-02-05 Thread Liam O'Toole
On 2011-02-05, Camaleón wrote: > On Sat, 05 Feb 2011 14:37:13 +0100, Siard wrote: > >> Camaleón wrote: >>> But if I set the font face and font size from "~/.Xresources" it seems >>> to be omitted (no warning nor error, but the font does not change) :-? >> >> As far as I remember, ~/.Xdefaults sho

Re: Trying to use the Droid fonts in xterm

2011-02-05 Thread Camaleón
On Sat, 05 Feb 2011 14:37:13 +0100, Siard wrote: > Camaleón wrote: >> But if I set the font face and font size from "~/.Xresources" it seems >> to be omitted (no warning nor error, but the font does not change) :-? > > As far as I remember, ~/.Xdefaults should be used instead since a few > years.

Re: Trying to use the Droid fonts in xterm

2011-02-05 Thread Siard
Camaleón wrote: > But if I set the font face and font size from "~/.Xresources" it > seems to be omitted (no warning nor error, but the font does not > change) :-? As far as I remember, ~/.Xdefaults should be used instead since a few years. Having xfonts-efont-unicode installed, this is what I hav

Re: Trying to use the Droid fonts in xterm

2011-02-05 Thread Camaleón
On Sat, 05 Feb 2011 09:59:32 +, Liam O'Toole wrote: > On 2011-02-05, John Magolske wrote: (...) >> XTerm*font: Droid Sans Mono:style=Regular >> >> But get this: >> >> unable to open font "Droid Sans Mono:style=Regular", trying >> "fixed" >> >> Any tips on how to get the Droid font

Re: Trying to use the Droid fonts in xterm

2011-02-05 Thread Liam O'Toole
On 2011-02-05, John Magolske wrote: > I just installed the Droid fonts on Debian sid like so: > > % wget > http://mirrors.kernel.org/ubuntu/pool/universe/t/ttf-droid/ttf-droid_1.00~b112+dfsg+1-0ubuntu1_all.deb > # dpkg -i ttf-droid_1.00\~b112+dfsg+1-0ubuntu1_all.deb > # fc-cache -v -f /usr/

Trying to use the Droid fonts in xterm

2011-02-04 Thread John Magolske
I just installed the Droid fonts on Debian sid like so: % wget http://mirrors.kernel.org/ubuntu/pool/universe/t/ttf-droid/ttf-droid_1.00~b112+dfsg+1-0ubuntu1_all.deb # dpkg -i ttf-droid_1.00\~b112+dfsg+1-0ubuntu1_all.deb # fc-cache -v -f /usr/share/fonts/truetype/ttf-droid I find it's poss