[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: oo doesn't start



From your fonts.{dir,scale} I can see that you have other TTF fonts that
the one from msttfcorefonts.

From your fonts.dir I get :
| ~$ cat /tmp/fonts.dir | cut -f 1 -d " " | uniq | xargs echo -n 
| 1323 Webdings.ttf Verdana_Bold_Italic.ttf Verdana_Italic.ttf
| Verdana_Bold.ttf Verdana.ttf Trebuchet_MS_Bold_Italic.ttf
| Trebuchet_MS_Italic.ttf Trebuchet_MS_Bold.ttf Trebuchet_MS.ttf
| Times_New_Roman_Italic.ttf Times_New_Roman_Bold_Italic.ttf
| Times_New_Roman_Bold.ttf Times_New_Roman.ttf Impact.ttf
| Georgia_Bold_Italic.ttf Georgia_Italic.ttf Georgia_Bold.ttf Georgia.ttf
| Courier_New_Bold_Italic.ttf Courier_New_Italic.ttf Courier_New_Bold.ttf
| Courier_New.ttf Comic_Sans_MS_Bold.ttf Comic_Sans_MS.ttf
| Arial_Italic.ttf Arial_Bold_Italic.ttf Arial_Bold.ttf Arial.ttf
| Arial_Black.ttf Andale_Mono.ttf abalc.ttf antquab.ttf antquabi.ttf
| antquai.ttf arial.ttf arialbd.ttf arialbi.ttf ariali.ttf arialn.ttf
| ariblk.ttf arlrdbd.ttf bas_____.ttf basb____.ttf basbi___.ttf
| basi____.ttf bkant.ttf bookosb.ttf britanic.ttf brs_____.ttf calist.ttf
| comic.ttf comicbd.ttf cour.ttf courbd.ttf courbi.ttf couri.ttf
| ctr_____.ttf ctri____.ttf gara.ttf garabd.ttf garait.ttf garbi___.ttf
| gil_____.ttf gilb____.ttf gilbi___.ttf gilc____.ttf gilcb___.ttf
| gili____.ttf gilu____.ttf gothic.ttf gothicb.ttf gothicbi.ttf
| gothici.ttf hatten.ttf impact.ttf lc______.ttf lcb_____.ttf
| lcbi____.ttf lhandw.ttf lsansi.ttf lucon.ttf ly______.ttf matisse_.ttf
| msgothic.ttf ngo_____.ttf ngob____.ttf ngoc____.ttf ngoi____.ttf
| nim_____.ttf nimb____.ttf nimbi___.ttf nimi____.ttf ocraext.ttf
| ony_____.ttf per_____.ttf perb____.ttf photcabl.ttf ptbi____.ttf
| pti_____.ttf rocb____.ttf rocbi___.ttf roccb___.ttf rocl____.ttf
| rocli___.ttf tahoma.ttf tahomabd.ttf tempsitc.ttf times.ttf timesbd.ttf
| timesbi.ttf timesi.ttf verdana.ttf verdanab.ttf verdanai.ttf
| verdanaz.ttf westm.ttf/usr/X11R6/lib/X11/fonts/TrueType$ 

and from mine :

| $ cat fonts.dir | cut -f 1 -d " " | uniq | xargs echo -n 
| 554 Webdings.ttf Verdana_Bold_Italic.ttf Verdana_Italic.ttf
| Verdana_Bold.ttf Verdana.ttf Trebuchet_MS_Bold_Italic.ttf
| Trebuchet_MS_Italic.ttf Trebuchet_MS_Bold.ttf Trebuchet_MS.ttf
| Times_New_Roman_Italic.ttf Times_New_Roman_Bold_Italic.ttf
| Times_New_Roman_Bold.ttf Times_New_Roman.ttf Impact.ttf
| Georgia_Bold_Italic.ttf Georgia_Italic.ttf Georgia_Bold.ttf Georgia.ttf
| Courier_New_Bold_Italic.ttf Courier_New_Italic.ttf Courier_New_Bold.ttf
| Courier_New.ttf Comic_Sans_MS_Bold.ttf Comic_Sans_MS.ttf
| Arial_Italic.ttf Arial_Bold_Italic.ttf Arial_Bold.ttf Arial.ttf
| Arial_Black.ttf Andale_Mono.ttf

So I guess that one of the font in msttfcorefonts is not fine with OO
but in your case another one is used.

Do you have a good source of free TTF ?

I will try to isolate the problematic font.

Christophe


On Thu, May 30, 2002 at 11:54:25AM -0400, christ| ophe barbé wrote:
> I just saw the mail from J. Lester Novros II which seems to have the
> same problem. I am downloading the -4 right now and will report after
> that.
> 
> btw Chris Are you using woody or Unstable ?
> 
> Christophe
> 
> On Thu, May 30, 2002 at 11:40:26AM -0400, christophe barbé wrote:
> > Thanks Chris for the help.
> > 
> > I have tried LD_PRELOAD without success.
> > I have add a look at the bug but I believe they are not related.
> > 
> > I attach a md5sum of my ttf directory, could you check it with your
> > files to see if we have the sames fonts :
> > 
> >    /usr/X11R6/lib/X11/fonts/TrueType# md5sum -c /tmp/ttffonts.md5
> > 
> > Also in the bug I have seen the following link :
> >    http://www.openoffice.org/FAQs/fontguide.html
> > which is a html version (more convenient) from the pdf you told me about
> > previously.
> > 
> > Christophe
> > 
> > 
> > On Thu, May 30, 2002 at 04:58:46PM +0200, Chris Halls wrote:
> > > On Thu, May 30, 2002 at 10:06:40AM -0400, christophe barbé wrote:
> > > > Have you updated msttcorefonts recently ?
> > > I've got 1.0.0 installed; it's a while since I did the initial install.
> > > 
> > > > Are you runnning XFree 4.1 ?
> > > Yes
> > > 
> > > > Do you use a font server (me not) ?
> > > No
> > > 
> > > > I have suspected a name collision with the font from the xfonts-abi
> > > > package but after removing it I still have the problem.
> > > 
> > > Issue #3644 seems to be a similar problem. [1] There doesn't seem to have
> > > been much progress made so far to actually find the cause of the problem.
> > > 
> > > I have one suggestion:  Try using the freetype library in Debian instead
> > > of the statically linked one with:
> > > 
> > > LD_PRELOAD=/usr/lib/libfreetype.so.6
> > > 
> > > Other than that, all I can do is suggest you add a comment to the issue and
> > > explain how you were able to reproduce/workaround the problem.
> > > 
> > > Chris
> > > 
> > > [1] http://www.openoffice.org/issues/show_bug.cgi?id=3644
> > 
> > -- 
> > Christophe Barbé <christophe.barbe@ufies.org>
> > GnuPG FingerPrint: E0F6 FADF 2A5C F072 6AF8  F67A 8F45 2F1E D72C B41E
> > 
> > Dogs believe they are human. Cats believe they are God.
> 
> > 663974c9fe3ba55b228724fd4d4e445f  Andale_Mono.ttf
> > f11c0317db527bdd80fa0afa04703441  Arial.ttf
> > 3e7043e8125f1c8998347310f2c315bc  Arial_Black.ttf
> > 34cd8fd9e4fae9f075d4c9a2c971d065  Arial_Bold.ttf
> > a2b3bcdb39097b6aed17a766652b92b2  Arial_Bold_Italic.ttf
> > 25633f73d92a0646e733e50cf2cc3b07  Arial_Italic.ttf
> > a50f9c96a76356e3d01013e0b042989f  Comic_Sans_MS.ttf
> > 81d64ec3675c4adc14e9ad2c5c8103a7  Comic_Sans_MS_Bold.ttf
> > 20f23317e90516cbb7d38bd53b3d1c5b  Courier_New.ttf
> > 7d94f95bf383769b51379d095139f2d7  Courier_New_Bold.ttf
> > da414c01f951b020bb09a4165d3fb5fa  Courier_New_Bold_Italic.ttf
> > 167e27add66e9e8eb0d28a1235dd3bda  Courier_New_Italic.ttf
> > f4b306eed95aa7d274840533be635532  Georgia.ttf
> > c61b355a5811e56ed3d7cea5d67c900e  Georgia_Bold.ttf
> > e5d52bbfff45e1044381bacb7fc8e300  Georgia_Bold_Italic.ttf
> > 1e4e5d1975bdf4a5c648afbf8872fa13  Georgia_Italic.ttf
> > 8fc622c3a2e2d992ec059cca61e3dfc0  Impact.ttf
> > 4f97f4d6ba74767259ccfb242ce0e3f7  Times_New_Roman.ttf
> > ed6e29caf3843142d739232aa8642158  Times_New_Roman_Bold.ttf
> > 6d2bd425ff00a79dd02e4c95f689861b  Times_New_Roman_Bold_Italic.ttf
> > 957dd4f17296522dead302ab4fcdfa8d  Times_New_Roman_Italic.ttf
> > 70e7be8567bc05f771b59abd9d696407  Trebuchet_MS.ttf
> > 055460df9ab3c8aadd3330bd30805f11  Trebuchet_MS_Bold.ttf
> > fb5d68cb58c6ad7e88249d65f6900740  Trebuchet_MS_Bold_Italic.ttf
> > 8f308fe77b584e20b246aa1f8403d2e9  Trebuchet_MS_Italic.ttf
> > 3ba52ab1fa0cd726e7868e9c6673902c  Verdana.ttf
> > a2b4dc9afc18e76cfcaa0071fa7cd0da  Verdana_Bold.ttf
> > f7310c29df0070530c48a47f2dca9014  Verdana_Bold_Italic.ttf
> > 24b3a293c865a2c265280f017fb24ba5  Verdana_Italic.ttf
> > 1a56b45a66b07b4c576d5ead048ed992  Webdings.ttf
> > 7b95bff2c2a97f6063845a52c9056d04  encodings.dir
> > 8a9b5695fec2954ef985c1ef354b3003  fonts.dir
> > 8a9b5695fec2954ef985c1ef354b3003  fonts.scale
> 
> 
> 
> 
> -- 
> Christophe Barbé <christophe.barbe@ufies.org>
> GnuPG FingerPrint: E0F6 FADF 2A5C F072 6AF8  F67A 8F45 2F1E D72C B41E
> 
> People that hate cats will come back as mice in their next life.
> --Faith Resnick



-- 
Christophe Barbé <christophe.barbe@ufies.org>
GnuPG FingerPrint: E0F6 FADF 2A5C F072 6AF8  F67A 8F45 2F1E D72C B41E

There's no sense in being precise when you don't even know what you're
talking about. -- John von Neumann

Attachment: pgptKukW_kmHp.pgp
Description: PGP signature


Reply to: