Re: [dwm] Re: font problem

2008-09-21 Thread Anselm R Garbe
Try using xfontsel to see if there is a problem with the terminus package.

Also let us know what your actual LC_* vars look like, e.g.

; env | grep LC

Kind regards,
Anselm

2008/9/21 Max Fischer [EMAIL PROTECTED]:
 On Sun, Sep 21, 2008 at 02:06:06AM +0200, Marcin Cieslak wrote:
 Max Fischer wrote:
 hi, i've lately some problems with using the terminus font. dwm responses
 missing font: ISO8859-1. terminus font is working in terminals etc.
 and many other fonts are working with dwm, too. I don't get what's
 wrong, my locale seems ok to me
 http://pastie.org/276377

 That does not explain anything.

 What is your font specification in the config.h?

 Mine is (for example):

 static const char font[] =
 -*-terminus-medium-r-normal-*-12-*-*-*-*-*-iso10646-*;

 (this is wrapped, it's one line).

 Make sure that there are no unwanted spaces in the specification.

 --m




 I've tried several specifications, at least 
 -*-terminus-medium-r-normal-*-12-*-*-*-*-*-*-*.
 Your spec. did it neither.





-- 
--Anselm



Re: [dwm] Re: font problem

2008-09-21 Thread Max Fischer
Ahh, sry guys. I just checked my xorg.conf and noticed
/usr/share/fonts/local/ wasn't specified as fontpath (me so dumb) :D
so nevermind and thx anyway!

On Sun, Sep 21, 2008 at 10:37:39AM +0100, Anselm R Garbe wrote:
 Try using xfontsel to see if there is a problem with the terminus package.
 
 Also let us know what your actual LC_* vars look like, e.g.
 
 ; env | grep LC
 
 Kind regards,
 Anselm
 
 2008/9/21 Max Fischer [EMAIL PROTECTED]:
  On Sun, Sep 21, 2008 at 02:06:06AM +0200, Marcin Cieslak wrote:
  Max Fischer wrote:
  hi, i've lately some problems with using the terminus font. dwm responses
  missing font: ISO8859-1. terminus font is working in terminals etc.
  and many other fonts are working with dwm, too. I don't get what's
  wrong, my locale seems ok to me
  http://pastie.org/276377
 
  That does not explain anything.
 
  What is your font specification in the config.h?
 
  Mine is (for example):
 
  static const char font[] =
  -*-terminus-medium-r-normal-*-12-*-*-*-*-*-iso10646-*;
 
  (this is wrapped, it's one line).
 
  Make sure that there are no unwanted spaces in the specification.
 
  --m
 
 
 
 
  I've tried several specifications, at least 
  -*-terminus-medium-r-normal-*-12-*-*-*-*-*-*-*.
  Your spec. did it neither.
 
 
 
 
 
 -- 
 --Anselm



[dwm] Re: font problem

2008-09-20 Thread Marcin Cieslak

Max Fischer wrote:
hi, 
i've lately some problems with using the terminus font. dwm responses

missing font: ISO8859-1. terminus font is working in terminals etc.
and many other fonts are working with dwm, too. I don't get what's
wrong, my locale seems ok to me
http://pastie.org/276377


That does not explain anything.

What is your font specification in the config.h?

Mine is (for example):

static const char font[] = 
-*-terminus-medium-r-normal-*-12-*-*-*-*-*-iso10646-*;


(this is wrapped, it's one line).

Make sure that there are no unwanted spaces in the specification.

--m





signature.asc
Description: OpenPGP digital signature


Re: [dwm] Re: font problem

2008-09-20 Thread Max Fischer
On Sun, Sep 21, 2008 at 02:06:06AM +0200, Marcin Cieslak wrote:
 Max Fischer wrote:
 hi, i've lately some problems with using the terminus font. dwm responses
 missing font: ISO8859-1. terminus font is working in terminals etc.
 and many other fonts are working with dwm, too. I don't get what's
 wrong, my locale seems ok to me
 http://pastie.org/276377

 That does not explain anything.

 What is your font specification in the config.h?

 Mine is (for example):

 static const char font[] = 
 -*-terminus-medium-r-normal-*-12-*-*-*-*-*-iso10646-*;

 (this is wrapped, it's one line).

 Make sure that there are no unwanted spaces in the specification.

 --m




I've tried several specifications, at least 
-*-terminus-medium-r-normal-*-12-*-*-*-*-*-*-*.
Your spec. did it neither.