Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 147107 - add an xforms useflag to mozilla-firefox
Summary: add an xforms useflag to mozilla-firefox
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Lowest enhancement (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-10 14:56 UTC by Nick Hofstede
Modified: 2006-10-16 23:17 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Hofstede 2006-09-10 14:56:48 UTC
Many firefox plugins work with 64bit firefox, but some don't. One of those is the xforms plugin.

One way to solve this is to emerge firefox with xforms support enabled.
It only requires changing the line

mozconfig_annotate '' --enable-extensions=default,typeaheadfind

into

mozconfig_annotate '' --enable-extensions=default,xforms,schema-validatalidation,typeaheadfind

in the ebuild, but it would be better if there was an xforms USE-flag that made this optional.

I emerged my firefox with xforms enabled now, and it works great, but I'd rather have it as an official use-flag so I can do away with overlays or running ebuild digest against the ebuild.
Comment 1 Jory A. Pratt 2006-10-16 17:16:20 UTC
has been added to 2.0 :)
Comment 2 Sebastian Bergmann (RETIRED) gentoo-dev 2006-10-16 23:04:37 UTC
Why is the name of the USE flag xform instead of xforms in mozilla-firefox-2.0_rc2?
Comment 3 Stefan Schweizer (RETIRED) gentoo-dev 2006-10-16 23:17:54 UTC
fixed and renamed to xforms in rc3, thanks.