* firefox 3.0.1 issues
@ 2008-10-01 13:45 Otavio Salvador
2008-10-01 17:16 ` Koen Kooi
2008-10-02 17:14 ` Koen Kooi
0 siblings, 2 replies; 6+ messages in thread
From: Otavio Salvador @ 2008-10-01 13:45 UTC (permalink / raw)
To: openembedded-devel
Hello,
I've found few issues with Firefox 3.0.1. Those are:
- lack of theme icons (arrows and like)
- it is presented as mineshield instead of firefox
Do someone knows how to fix those two issues?
--
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."
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: firefox 3.0.1 issues
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
1 sibling, 1 reply; 6+ messages in thread
From: Koen Kooi @ 2008-10-01 17:16 UTC (permalink / raw)
To: openembedded-devel
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)
Those seem to work over here (beagleboard, angstrom).
> - it is presented as mineshield instead of firefox
You can't legally ship it as 'firefox'.
regards,
Koen
>
> Do someone knows how to fix those two issues?
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: firefox 3.0.1 issues
2008-10-01 17:16 ` Koen Kooi
@ 2008-10-01 18:07 ` Otavio Salvador
0 siblings, 0 replies; 6+ messages in thread
From: Otavio Salvador @ 2008-10-01 18:07 UTC (permalink / raw)
To: openembedded-devel; +Cc: openembedded-devel
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)
>
> Those seem to work over here (beagleboard, angstrom).
Do you have any idea where it might be failing? I'm building it for
i586 and it fails.
>> - it is presented as mineshield instead of firefox
>
> You can't legally ship it as 'firefox'.
Due the patches we apply on it?
--
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."
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: firefox 3.0.1 issues
2008-10-01 13:45 firefox 3.0.1 issues Otavio Salvador
2008-10-01 17:16 ` Koen Kooi
@ 2008-10-02 17:14 ` Koen Kooi
2008-10-02 22:48 ` Otavio Salvador
1 sibling, 1 reply; 6+ messages in thread
From: Koen Kooi @ 2008-10-02 17:14 UTC (permalink / raw)
To: openembedded-devel
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.
regards,
Koen
[1] http://www.angstrom-distribution.org/firefox-301-ångström
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: firefox 3.0.1 issues
2008-10-02 17:14 ` Koen Kooi
@ 2008-10-02 22:48 ` Otavio Salvador
2008-10-03 7:15 ` Koen Kooi
0 siblings, 1 reply; 6+ messages in thread
From: Otavio Salvador @ 2008-10-02 22:48 UTC (permalink / raw)
To: openembedded-devel
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."
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: firefox 3.0.1 issues
2008-10-02 22:48 ` Otavio Salvador
@ 2008-10-03 7:15 ` Koen Kooi
0 siblings, 0 replies; 6+ messages in thread
From: Koen Kooi @ 2008-10-03 7:15 UTC (permalink / raw)
To: openembedded-devel
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
>
>
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2008-10-03 7:24 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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.