Re: Sid & Openoffice (user interface font not working)

2002-09-13 Thread Florent Rougon
"Bostjan Muller" <[EMAIL PROTECTED]> wrote: > Do you have this line in XF86Config-4 > FontPath "/usr/share/fonts/truetype" I would suggest /usr/lib/X11/fonts/TrueType instead. It avoids having to create the symlinks mentioned above and is what is expected by the msttcorefonts package (see : h

Re: dmake in debian

2002-08-19 Thread Florent Rougon
Robert Millan <[EMAIL PROTECTED]> wrote: > sysintf.o: In function `Get_temp': > sysintf.o(.text+0x5fc): the use of `tempnam' is dangerous, better use > `mkstemp' Ahem. And what do I read in mkstemp's man page? ;-) Don't use this function, use tmpfile(3) instead. It's bet­ ter defi