Closed
Bug 371767
Opened 18 years ago
Closed 15 years ago
wrong url for Firefox firstrun page
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: paulg, Unassigned)
References
()
Details
(Whiteboard: [CLOSEME 5-15-2010])
User-Agent: Opera/9.10 (X11; Linux i686; U; en)
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.2) Gecko/20070226 BonEcho/2.0.0.2
on the filesystem:
defaults/pref/firefox-branding.js
contains the wrong firstrun URL
pref("startup.homepage_welcome_url","http://www.mozilla.org/projects/%APP%/%VERSION%/firstrun/"
It tries to connect to webpage:
http://www.mozilla.org/projects/firefox/2.0.0.2/firstrun/
It should connect to:
http://www.mozilla.com/en-US/firefox/2.0.0.2/firstrun/
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1•18 years ago
|
||
Where did you get your build? It seems to have been built without official branding, and the project page is the correct URL in that case.
Perhaps though we should put some content at that location...
Component: Startup and Profile System → *.mozilla.org
Product: Firefox → Websites
QA Contact: startup → other-mozilla-org
| Reporter | ||
Comment 2•18 years ago
|
||
I got the source from:
http://releases.mozilla.org/pub/mozilla.org/firefox/releases/2.0.0.2/source/firefox-2.0.0.2-source.tar.bz2
Build with the following mozconfig file:
. $topsrcdir/browser/config/mozconfig
export BUILD_OFFICIAL=1
export MOZILLA_OFFICIAL=1
export PKG_CONFIG_PATH=/cs/local/lib/pkgconfig
mk_add_options BUILD_OFFICIAL=1
mk_add_options MOZILLA_OFFICIAL=1
ac_add_options --enable-optimize=-O2
ac_add_options --enable-xft
ac_add_options --enable-default-toolkit=gtk2
ac_add_options --with-glib-prefix=/cs/local
ac_add_options --with-libIDL-prefix=/cs/local
ac_add_options --disable-installer
ac_add_options --enable-strip
ac_add_options --disable-debug
ac_add_options --disable-tests
ac_add_options --enable-crypto
ac_add_options --x-includes=/cs/local/include/X11
ac_add_options --disable-gnomevfs
ac_add_options --disable-gnomeui
Updated•17 years ago
|
Component: *.mozilla.org → General
Product: Websites → Firefox
QA Contact: other-mozilla-org → general
Comment 3•17 years ago
|
||
Right, you didn't --enable-official-branding, so you got "Bon Echo", which uses a different start page. If you want we can turn this into a website bug to put something up there, otherwise it is INVALID.
Comment 4•15 years ago
|
||
This bug was reported on Firefox 2.x or older, which is no longer supported and will not be receiving any more updates. I strongly suggest that you update to Firefox 3.6.3 or later, update your plugins (flash, adobe, etc.), and retest in a new profile. If you still see the issue with the updated Firefox, please post here. Otherwise, please close as RESOLVED > WORKSFORME
http://www.mozilla.com
http://support.mozilla.com/kb/Managing+profiles
http://support.mozilla.com/kb/Safe+mode
Whiteboard: [CLOSEME 5-15-2010]
Version: unspecified → 1.0 Branch
| Reporter | ||
Comment 5•15 years ago
|
||
Upgraded to the latest Firefox and everything works!
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•