[FreeNX-kNX] could not open default font 'fixed'

Fabian Franz FabianFranz at gmx.de
Sun Sep 9 20:37:47 UTC 2007


> But it still complains with
> 
> [~/.nx/*/session/]
> could not open default font 'fixed' .
> 
> Can somebody give me a hint, in what package this fonts is included or
> what else I can do. I set the log level to 6 and attach the session
> files for both fonts path trials. The X Errors in both are different

It should be in xbase-fonts.

You can easily test this via:

$ ssh -X user at host
$ nxnode --agent :1

That will give you the same error, so you can then do a:

$ nxnode --agent -fp "font path options" :1

and then a

$ strace -o log -f nxnode --agent -fp "..."

Then grep the log for open()s that do not succeed near, where the could not open fixed font error is.

cu

Fabian

PS: Another idea would be to download the commercial Free-Forever .tar.gz version and copy the fonts included in there, which should include the "fixed" font IIRC.



More information about the FreeNX-kNX mailing list