List Info

Thread: Problems using Pango with GTK on DirectFB




Problems using Pango with GTK on DirectFB
user name
2006-04-28 22:27:12
On Sat, 2006-04-29 at 02:43 +0430, Ali Majdzadeh wrote:
> Hi Everybody
> I have installed GTK with DirectFB support. I compiled
one of the test
> programs 
> in gtk source tree. Everything is ok, except that there
is no visible
> text for the
> widgets.
> The following messages reported:
> 
> (progressbar:13706): Pango-WARNING **: No builtin or
dynamically
> loaded modules were found. Pango will not work
correctly.
> This probably means there was an error in the creation
of:
>   '/usr/local/etc/pango/pango.modules'
> You should create this file by running
pango-querymodules.

Did you a) check that file b) try the advice?

							Owen


_______________________________________________
gtk-i18n-list mailing list
gtk-i18n-listgnome.org

http://mail.gnome.org/mailman/listinfo/gtk-i18n-list
Problems using Pango with GTK on DirectFB
user name
2006-04-29 08:13:42
Hi Owen
Thanks for your attention.
I have checked that file (/usr/local/etc/pango/pango.modules). I used pango-querymodules to build it, but nothing changed.

Regards
Ali

On 4/29/06, Owen Taylor <redhat.com">otaylorredhat.com> wrote:
On Sat, 2006-04-29 at 02:43 +0430, Ali Majdzadeh wrote:
>; Hi Everybody
> I have installed GTK with DirectFB support. I compiled one of the test
> programs
&gt; in gtk source tree. Everything is ok, except that there is no visible
&gt; text for the
> widgets.
&gt; The following messages reported:
>
> (progressbar:13706): Pango-WARNING **: No builtin or dynamically
> loaded modules were found. Pango will not work correctly.
> This probably means there was an error in the creation of:
>&nbsp;  '/usr/local/etc/pango/pango.modules'
> You should create this file by running pango-querymodules.

Did you a) check that file b) try the advice?

  ; &nbsp; &nbsp; &nbsp; &nbsp;   ; &nbsp; &nbsp; &nbsp; &nbsp;   ; &nbsp; &nbsp; &nbsp; &nbsp;   ; &nbsp; &nbsp; &nbsp; &nbsp;   ; &nbsp; &nbsp; &nbsp; &nbsp;  Owen



Problems using Pango with GTK on DirectFB
user name
2006-04-29 08:25:39
On Sat, 29 Apr 2006, Ali Majdzadeh wrote:

> Hi Owen
> Thanks for your attention.
> I have checked that file
(/usr/local/etc/pango/pango.modules). I used
> pango-querymodules
> to build it, but nothing changed.

You should actually redirect the output of
pango-querymodules
into the pango.modules file.  Did you do that?  If yes, can
you
paste the contents of pango.modules.

behdad

> Regards
> Ali
>
> On 4/29/06, Owen Taylor <otaylorredhat.com> wrote:
> >
> > On Sat, 2006-04-29 at 02:43 +0430, Ali Majdzadeh
wrote:
> > > Hi Everybody
> > > I have installed GTK with DirectFB support. I
compiled one of the test
> > > programs
> > > in gtk source tree. Everything is ok, except
that there is no visible
> > > text for the
> > > widgets.
> > > The following messages reported:
> > >
> > > (progressbar:13706): Pango-WARNING **: No
builtin or dynamically
> > > loaded modules were found. Pango will not
work correctly.
> > > This probably means there was an error in the
creation of:
> > >   '/usr/local/etc/pango/pango.modules'
> > > You should create this file by running
pango-querymodules.
> >
> > Did you a) check that file b) try the advice?
> >
> >                                                   
     Owen
> >
> >
> >
>

--behdad
http://behdad.org/

"Commandment Three says Do Not Kill, Amendment Two
says Blood Will Spill"
	-- Dan Bern, "New American Language"
_______________________________________________
gtk-i18n-list mailing list
gtk-i18n-listgnome.org

http://mail.gnome.org/mailman/listinfo/gtk-i18n-list
Problems using Pango with GTK on DirectFB
user name
2006-04-29 11:34:50
Hi Behdad
Thanks for your attention.
I didn't use redirection. I will inform you about the result.

Regards
Ali

On 4/29/06, Behdad Esfahbod <cs.toronto.edu">behdadcs.toronto.edu> wrote:
On Sat, 29 Apr 2006, Ali Majdzadeh wrote:

&gt; Hi Owen
> Thanks for your attention.
> I have checked that file (/usr/local/etc/pango/pango.modules). I used
> pango-querymodules
&gt; to build it, but nothing changed.

You should actually redirect the output of pango-querymodules
into the pango.modules file. ; Did you do that? ; If yes, can you
paste the contents of pango.modules.

behdad

> Regards
&gt; Ali
>
> On 4/29/06, Owen Taylor <redhat.com">otaylorredhat.com> wrote:
>; >
> > On Sat, 2006-04-29 at 02:43 +0430, Ali Majdzadeh wrote:
>; > > Hi Everybody
> > > I have installed GTK with DirectFB support. I compiled one of the test
> > > programs
&gt; > > in gtk source tree. Everything is ok, except that there is no visible
&gt; > > text for the
> > > widgets.
&gt; > > The following messages reported:
> > >
> > > (progressbar:13706): Pango-WARNING **: No builtin or dynamically
> > > loaded modules were found. Pango will not work correctly.
> > > This probably means there was an error in the creation of:
> > >   '/usr/local/etc/pango/pango.modules'
> > > You should create this file by running pango-querymodules.
&gt; >
> > Did you a) check that file b) try the advice?
&gt; >
> > &nbsp;   ; &nbsp; &nbsp; &nbsp; &nbsp;   ; &nbsp; &nbsp; &nbsp; &nbsp;   ; &nbsp; &nbsp; &nbsp; &nbsp;   ; &nbsp; &nbsp; &nbsp; &nbsp;   ; &nbsp; &nbsp; &nbsp;  Owen
> >
> >
> >
>

--behdad
http://behdad.org/

"Commandment Three says Do Not Kill, Amendment Two says Blood Will Spill";
 &nbsp; &nbsp; &nbsp;  -- Dan Bern, "New American Language&quot;

Problems using Pango with GTK on DirectFB
user name
2006-04-29 19:29:57
Hi Behdad
I used redirection but didn't see any change.
I paste the contents of /usr/local/etc/pango/pango.modules :

# Pango Modules file
# Automatically generated file, do not edit
#
# ModulesPath = /usr/local/lib/pango/1.5.0/modules
#

I don't have any experience with pango, but the contents seem
strange.

Regards
Ali

On 4/29/06, Behdad Esfahbod <cs.toronto.edu">behdadcs.toronto.edu> wrote:
On Sat, 29 Apr 2006, Ali Majdzadeh wrote:

&gt; Hi Owen
> Thanks for your attention.
> I have checked that file (/usr/local/etc/pango/pango.modules). I used
> pango-querymodules
&gt; to build it, but nothing changed.

You should actually redirect the output of pango-querymodules
into the pango.modules file. ; Did you do that? ; If yes, can you
paste the contents of pango.modules.

behdad

> Regards
&gt; Ali
>
> On 4/29/06, Owen Taylor <redhat.com">otaylorredhat.com> wrote:
>; >
> > On Sat, 2006-04-29 at 02:43 +0430, Ali Majdzadeh wrote:
>; > > Hi Everybody
> > > I have installed GTK with DirectFB support. I compiled one of the test
> > > programs
&gt; > > in gtk source tree. Everything is ok, except that there is no visible
&gt; > > text for the
> > > widgets.
&gt; > > The following messages reported:
> > >
> > > (progressbar:13706): Pango-WARNING **: No builtin or dynamically
> > > loaded modules were found. Pango will not work correctly.
> > > This probably means there was an error in the creation of:
> > >   '/usr/local/etc/pango/pango.modules'
> > > You should create this file by running pango-querymodules.
&gt; >
> > Did you a) check that file b) try the advice?
&gt; >
> > &nbsp;   ; &nbsp; &nbsp; &nbsp; &nbsp;   ; &nbsp; &nbsp; &nbsp; &nbsp;   ; &nbsp; &nbsp; &nbsp; &nbsp;   ; &nbsp; &nbsp; &nbsp; &nbsp;   ; &nbsp; &nbsp; &nbsp;  Owen
> >
> >
> >
>

--behdad
http://behdad.org/

"Commandment Three says Do Not Kill, Amendment Two says Blood Will Spill";
 &nbsp; &nbsp; &nbsp;  -- Dan Bern, "New American Language&quot;

Problems using Pango with GTK on DirectFB
user name
2006-04-29 19:34:57
On Sat, 29 Apr 2006, Ali Majdzadeh wrote:

> Hi Behdad
> I used redirection but didn't see any change.
> I paste the contents of
/usr/local/etc/pango/pango.modules :
>
> # Pango Modules file
> # Automatically generated file, do not edit
> #
> # ModulesPath = /usr/local/lib/pango/1.5.0/modules
> #
>
> I don't have any experience with pango, but the
contents seem
> strange.

Seems like you have not correctly installed pango.  You
should
see some files in /usr/local/lib/pango/1.5.0/modules, do
you?


> Regards
> Ali
>
> On 4/29/06, Behdad Esfahbod <behdadcs.toronto.edu> wrote:
> >
> > On Sat, 29 Apr 2006, Ali Majdzadeh wrote:
> >
> > > Hi Owen
> > > Thanks for your attention.
> > > I have checked that file
(/usr/local/etc/pango/pango.modules). I used
> > > pango-querymodules
> > > to build it, but nothing changed.
> >
> > You should actually redirect the output of
pango-querymodules
> > into the pango.modules file.  Did you do that?  If
yes, can you
> > paste the contents of pango.modules.
> >
> > behdad
> >
> > > Regards
> > > Ali
> > >
> > > On 4/29/06, Owen Taylor <otaylorredhat.com> wrote:
> > > >
> > > > On Sat, 2006-04-29 at 02:43 +0430, Ali
Majdzadeh wrote:
> > > > > Hi Everybody
> > > > > I have installed GTK with DirectFB
support. I compiled one of the
> > test
> > > > > programs
> > > > > in gtk source tree. Everything is
ok, except that there is no
> > visible
> > > > > text for the
> > > > > widgets.
> > > > > The following messages reported:
> > > > >
> > > > > (progressbar:13706): Pango-WARNING
**: No builtin or dynamically
> > > > > loaded modules were found. Pango
will not work correctly.
> > > > > This probably means there was an
error in the creation of:
> > > > >  
'/usr/local/etc/pango/pango.modules'
> > > > > You should create this file by
running pango-querymodules.
> > > >
> > > > Did you a) check that file b) try the
advice?
> > > >
> > > >                                         
               Owen
> > > >
> > > >
> > > >
> > >
> >
> > --behdad
> > http://behdad.org/
> >
> > "Commandment Three says Do Not Kill,
Amendment Two says Blood Will Spill"
> >         -- Dan Bern, "New American
Language"
> >
>

--behdad
http://behdad.org/

"Commandment Three says Do Not Kill, Amendment Two
says Blood Will Spill"
	-- Dan Bern, "New American Language"
_______________________________________________
gtk-i18n-list mailing list
gtk-i18n-listgnome.org

http://mail.gnome.org/mailman/listinfo/gtk-i18n-list
[1-6]

about | contact  Other archives ( Real Estate discussion Medical topics )