Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 40053 Details for
Bug 64196
firefox 1.0pre find toolbar broken
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to fix the problem
mozilla-firefox-1.0_pre-r1.ebuild.patch (text/plain), 1.00 KB, created by
basic
on 2004-09-20 23:05:04 UTC
(
hide
)
Description:
patch to fix the problem
Filename:
MIME Type:
Creator:
basic
Created:
2004-09-20 23:05:04 UTC
Size:
1.00 KB
patch
obsolete
>--- mozilla-firefox-1.0_pre.ebuild 2004-09-19 20:37:05.000000000 +0800 >+++ mozilla-firefox-1.0_pre-r1.ebuild 2004-09-21 14:01:41.506082096 +0800 >@@ -64,7 +64,9 @@ > > # 1.0PR requires --enable-single-profile to build > # http://bugzilla.mozilla.org/show_bug.cgi?id=258831 >- myconf="${myconf} \ >+ # 1.0PR should have typeaheadfind disabled >+ # http://bugzilla.mozilla.org/show_bug.cgi?id=251543 >+ myconf="${myconf/typeaheadfind/-typeaheadfind} \ > --with-default-mozilla-five-home=/usr/lib/MozillaFirefox \ > --enable-single-profile" > >@@ -155,6 +157,10 @@ > # Fix permissions on chrome files > find ${MOZILLA_FIVE_HOME}/chrome/ -name '*.rdf' -exec chmod 0644 {} \; || : > >+ # remove compreg.dat from the profile. >+ # Needed for bug 64196 if mozilla-firefox-1.0_pre >+ # was installed and run before >+ find /home/*/.mozilla/firefox/*/compreg.dat -exec rm -f {} \; || : > # This should be called in the postinst and postrm of all the > # mozilla, mozilla-bin, firefox, firefox-bin, thunderbird and > # thunderbird-bin ebuilds.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 64196
: 40053