From: Otavio Salvador <otavio@debian.org>
To: openembedded-devel@lists.openembedded.org
Subject: Re: firefox 3.0.1 issues
Date: Thu, 02 Oct 2008 19:48:04 -0300 [thread overview]
Message-ID: <87k5cqwr4r.fsf@neumann.lab.ossystems.com.br> (raw)
In-Reply-To: <gc2vid$bro$1@ger.gmane.org> (Koen Kooi's message of "Thu\, 02 Oct 2008 19\:14\:53 +0200")
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...
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
--
O T A V I O S A L V A D O R
---------------------------------------------
E-mail: otavio@debian.org UIN: 5906116
GNU/Linux User: 239058 GPG ID: 49A5F855
Home Page: http://otavio.ossystems.com.br
---------------------------------------------
"Microsoft sells you Windows ... Linux gives
you the whole house."
next prev parent reply other threads:[~2008-10-02 22:54 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 [this message]
2008-10-03 7:15 ` Koen Kooi
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=87k5cqwr4r.fsf@neumann.lab.ossystems.com.br \
--to=otavio@debian.org \
--cc=openembedded-devel@lists.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.