From: Koen Kooi <k.kooi@student.utwente.nl>
To: openembedded-devel@openembedded.org
Subject: Re: firefox 3.0.1 issues
Date: Fri, 03 Oct 2008 09:15:07 +0200 [thread overview]
Message-ID: <gc4gpr$8ho$2@ger.gmane.org> (raw)
In-Reply-To: <87k5cqwr4r.fsf@neumann.lab.ossystems.com.br>
On 03-10-2008 00:48, Otavio Salvador wrote:
> Koen Kooi<k.kooi@student.utwente.nl> writes:
>
>> On 01-10-2008 15:45, Otavio Salvador wrote:
>>> Hello,
>>>
>>> I've found few issues with Firefox 3.0.1. Those are:
>>>
>>> - lack of theme icons (arrows and like)
>> Actually, what I assumed to be some new-fangled GUI is a case of
>> missing icons[1]. So, yes, every OE built FF3 is missing those icons.
>
> Exactly. Talking to Kalev Lember at #oe he suggested few changes to
> mozconfig he has using and those did fix this problem here. Dunno
> which one is the real fix...
The image decoders bit already went in yesterday
regards,
Koen
>
> diff --git a/packages/mozilla/firefox-3.0.1/mozconfig b/packages/mozilla/firefox-3.0.1/mozconfig
> index cd09716..06295ad 100644
> --- a/packages/mozilla/firefox-3.0.1/mozconfig
> +++ b/packages/mozilla/firefox-3.0.1/mozconfig
> @@ -23,6 +23,7 @@ ac_add_options --disable-ldap
> ac_add_options --disable-mathml
> ac_add_options --disable-jsd
> ac_add_options --disable-installer
> +ac_add_options --disable-updater
> ac_add_options --disable-xprint
> ac_add_options --disable-necko-disk-cache
>
> @@ -32,12 +33,14 @@ ac_add_options --enable-necko-small-buffers
> # disable debug logging and tests
> #ac_add_options --disable-dtd-debug
> ac_add_options --disable-logging
> +ac_add_options --disable-debug
> ac_add_options --disable-gtktest
> ac_add_options --disable-tests
> -ac_add_options --disable-printing
> +#ac_add_options --disable-printing
> ac_add_options --disable-gnomevfs
> ac_add_options --disable-gnomeui
> -ac_add_options --enable-debugger-info-modules
> +#ac_add_options --enable-debugger-info-modules
> +ac_add_options --disable-crashreporter
>
> # build crypto module (PSM + NSS)
> ac_add_options --enable-crypto
> @@ -46,7 +49,7 @@ ac_add_options --enable-crypto
> ac_add_options --enable-necko-protocols=http,file,res,ftp,about,viewsource
>
> # build minimal set of image decoders
> -ac_add_options --enable-image-decoders=png,gif,jpeg
> +#ac_add_options --enable-image-decoders=png,gif,jpeg
>
> #ac_add_options --enable-reorder
> #ac_add_options --enable-elf-dynstr-gc
> @@ -54,7 +57,7 @@ ac_add_options --enable-image-decoders=png,gif,jpeg
> # enable static build
> #ac_add_options --disable-shared
> #ac_add_options --enable-static
> -ac_add_options --enable-optimize=-O2
> +#ac_add_options --enable-optimize=-O2
>
> # Use cairo from system
> ac_add_options --enable-system-cairo
>
>
prev parent reply other threads:[~2008-10-03 7:24 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-01 13:45 firefox 3.0.1 issues Otavio Salvador
2008-10-01 17:16 ` Koen Kooi
2008-10-01 18:07 ` Otavio Salvador
2008-10-02 17:14 ` Koen Kooi
2008-10-02 22:48 ` Otavio Salvador
2008-10-03 7:15 ` Koen Kooi [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='gc4gpr$8ho$2@ger.gmane.org' \
--to=k.kooi@student.utwente.nl \
--cc=openembedded-devel@lists.openembedded.org \
--cc=openembedded-devel@openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.