Soumen <[EMAIL PROTECTED]> writes: > On Sun, 12 Dec 2004 13:30:11 +0100 > Dominik Vogt <[EMAIL PROTECTED]> wrote: > > > On Mon, Dec 06, 2004 at 11:02:47PM +0530, Soumen wrote: > > > Hi, > > > > > > I'm using fvwm 2.5.9 on my Intel PIII 950 mhz with > > > 2.4.22-1.2115.nptl kernel (Fedora Core1). > > > > > > Upon starting FVWM, the following error messages are sent to > > > console: > > > > > > <messages> > > > [FVWM][ReadDecorFace]: <<ERROR>> unknown style Font: Font > > > > > > xft:Verdana:antialias=True:pixelsize=10 > > > > There seems to be a syntax error in some configuration line, > > > > It could be due to these fonts I'm using: > > SetEnv ALxftFont1 "xft:Verdana:antialias=True:pixelsize=10" > SetEnv ALxftFont2 "xft:Tahoma:antialias=True:pixelsize=12" > > The fonts are being used in Titlebar & menus. They are being displayed > properly. If it is displaying them properly, then why this error is > coming up?
Without seeing where you really are using those fonts, it's hard to tell. One way I was able to generate that message is by doing this: AddToDecor DecorBase AddButtonStyle 2 Font \ "xft:Verdana:bold:antialias=True:pixelsize=14" The error indicates that the word "Font" is invalid in a AddButtonStyle command. -- Dan Espen E-mail: [EMAIL PROTECTED] -- Visit the official FVWM web page at <URL: http://www.fvwm.org/>. To unsubscribe from the list, send "unsubscribe fvwm" in the body of a message to [EMAIL PROTECTED] To report problems, send mail to [EMAIL PROTECTED]
