Closed
Bug 237037
Opened 21 years ago
Closed 21 years ago
downloads dont start ; password management slowing the machine ; closing window from upper-rigth corner button not working ; browsing file to upload not working
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: rktmb.list, Assigned: bugzilla)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7b) Gecko/20040309 Firefox/0.8.0+
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7b) Gecko/20040309 Firefox/0.8.0+
The build session was problem-less
I have multiple problems with it only when i use it.
I have the problems both with KDE AND with Xfce
- The window does not close if i click the "cross" button to close the window .
To close FireFox, i need to "File -> Quit"
- I cannot download files correctly. If i try to download by left-clicking a
tar.gz file, nothing happens . I need to "right-click -> save ... "
- If i have a form (on a web page) that suggest me to Browse my filesytem (when
i want to updload a picture) , hitting the "browse" button has no effect .
- password management makes the Hard drive to work heavily during one minute or
more ( i think it is a kind of swapping ... because kswapd is taking significant
CPU % when it does it )
I give you my .mozconfig file content :
CC=gcc
CXX=g++
CPP=cpp
AS=as
LD=ld
ac_add_options --disable-composer
ac_add_options --disable-debug
ac_add_options --disable-ldap
ac_add_options --disable-mailnews
ac_add_options --disable-tests
ac_add_options --enable-crypto
ac_add_options --enable-strip
ac_add_options --enable-strip-libs
export MOZ_PHOENIX=1
mk_add_options MOZ_PHOENIX=1
My system :
Linux 2.4
GTK2 2.0
XFree 4.3 / Xfce 4.0.3 ( environment )
I also had KDE 3.1.5 before .
gcc/g++ 3.3.3
Firefox 2004-04-10 CVS
Thanks in advance for your help .
Reproducible: Always
Steps to Reproduce:
All is saied on the details section
Comment 1•21 years ago
|
||
It looks like your .mozconfig is incomplete. Can you try to compile with the
following .mozconfig and report back which (if any) of these problems you're
still having:
export MOZ_PHOENIX=1
mk_add_options MOZ_PHOENIX=1
ac_add_options --disable-tests
ac_add_options --disable-debug
ac_add_options --enable-optimize
ac_add_options --disable-ldap
ac_add_options --disable-mailnews
ac_add_options
--enable-extensions=cookie,xml-rpc,xmlextras,pref,transformiix,universalchardet,typeaheadfind,webservices,inspector,gnomevfs
ac_add_options --enable-crypto
ac_add_options --disable-composer
ac_add_options --disable-profilesharing
ac_add_options --enable-strip
ac_add_options --enable-strip-libs
Also, please never file more than one problem in the same bug. You've reported 4
problems in this bug. In the future, please file a separate bug on each. Thanks.
Comment 2•21 years ago
|
||
Actually, better yet, try to reproduce these problems with an official build,
which you can find here:
ftp://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk/firefox-i686-pc-linux-gnu.tar.gz
Comment 3•21 years ago
|
||
please reopen if you can reproduce in an official build.
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → INVALID
Reporter | ||
Comment 4•21 years ago
|
||
I completely forgot , and I do apoligize.
My problem was solved by using the suggested build options .
Mine was incomplete .
Now it works perfectly , and it is fast .
I'm really sorry .
PS : I'll try to be serious , up to now .
You need to log in
before you can comment on or make changes to this bug.
Description
•