denemo-devel
[Top][All Lists]
Advanced

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

Re: [Denemo-devel] [bug #47356] Spurious error messages at runtime when


From: Richard Shann
Subject: Re: [Denemo-devel] [bug #47356] Spurious error messages at runtime when built for various package managers
Date: Thu, 10 Mar 2016 11:50:50 +0000

On Wed, 2016-03-09 at 15:50 -0500, Yves de Champlain wrote:
> Hi
> 
> I was out of town for a few days, so here are the outputs from the 2.0.4 
> pre-package built from source on Mac with gtk3.

Your screen shots show that the denemo.ttf font hasn't been found at run
time, hence the missing glyphs in the palettes on the left and top. 

> 
> One odd thing 

this is a feature of builds with GTK version >3.10 where the tooltips
are unusable, so they are popped up like this, use Help->Turn Excessive
Tooltips to turn them off. When this version of GTK becomes more used
(and if they do nothing about the tooltip timeouts) then I'll have to
think of some easier way of letting the user see the help.

Richard

> that does not show is that when I close the help panel, it reopens as soon as 
> I move the mouse over a new section of denemo’s GUI.
> 
> yves
> 
> 
> 
> 
> 
> 
> > Le 7 mars 2016 à 10:22, Johan Vromans <address@hidden> a écrit :
> > 
> > On Mon, 07 Mar 2016 14:08:33 +0000
> > Richard Shann <address@hidden> wrote:
> > 
> >> When built using various package building rules Denemo issues error
> >> messages at run time:
> >> 
> >> Denemo - WARNING : Failed to add font dir /usr/share/denemo/fonts.
> >> Denemo - CRITICAL: Could not find feta.ttf
> >> Denemo - CRITICAL: Could not find Denemo.ttf
> >> Denemo - CRITICAL: Could not find emmentaler.ttf
> >> 
> >> these appear to be misleading as all is well.
> > 
> > A simple strace|grep feta.ttf shows:
> > 
> > stat("/usr/share/fonts/denemo/feta.ttf", {st_mode=S_IFREG|0644, 
> > st_size=26848, ...}) = 0
> > stat("/home/jv/.fonts/truetype/denemo/feta.ttf", {st_mode=S_IFREG|0644, 
> > st_size=26848, ...}) = 0
> > access("/builddir/build/BUILD/denemo-2.0.4/fonts/feta.ttf", F_OK) = -1 
> > ENOENT (No such file or directory)
> > access("/usr/bin/../fonts/feta.ttf", F_OK) = -1 ENOENT (No such file or 
> > directory)
> > access("/home/jv/.denemo-2.0.4/fonts/feta.ttf", F_OK) = -1 ENOENT (No such 
> > file or directory)
> > access("/usr/share/denemo/fonts/feta.ttf", F_OK) = -1 ENOENT (No such file 
> > or directory)
> > access("/usr/bin/../share/fonts/truetype/denemo/feta.ttf", F_OK) = -1 
> > ENOENT (No such file or directory)
> > write(2, "Could not find feta.ttf\n", 24
> > access("/usr/share/fonts/denemo/feta.ttf", R_OK) = 0
> > open("/usr/share/fonts/denemo/feta.ttf", O_RDONLY) = 20
> > 
> > So first it complains about not being able to load the fonts, and then it
> > loads them from the installed location.
> > 
> > _______________________________________________
> > Denemo-devel mailing list
> > address@hidden
> > https://lists.gnu.org/mailman/listinfo/denemo-devel
> 
> _______________________________________________
> Denemo-devel mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/denemo-devel





reply via email to

[Prev in Thread] Current Thread [Next in Thread]