Bug 592801
Summary: | Missing extensions in epiphany-extensions | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Mohamed El Morabity <pikachu.2014> |
Component: | epiphany-extensions | Assignee: | Mohamed El Morabity <pikachu.2014> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 14 | CC: | campbecg, peter |
Target Milestone: | --- | Keywords: | FutureFeature, Triaged |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | epiphany-extensions-2.30.2-1.fc14 | Doc Type: | Enhancement |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-04-06 22:33:03 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Mohamed El Morabity
2010-05-17 02:18:38 UTC
-- Fedora Bugzappers volunteer triage team https://fedoraproject.org/wiki/BugZappers Same issue with Fedora 14... To precise my first comment, the ./configure option "--with-extensions=all" doesn't enable all extensions as it could be believed. Indeed, according to configure.ac, calling this option enables the extensions defined in the USEFUL_EXTENSION variable (line 174), and only them: USEFUL_EXTENSIONS="actions adblock auto-reload auto-scroller certificates extensions-manager-ui html5tube java-console page-info push-scroller select-stylesheet smart-bookmarks soup-fly tab-groups tab-key-tab-navigate tab-states" Whereas by default, all the extensions in the DEFAULT_EXTENSIONS variable are activated (line 175): DEFAULT_EXTENSIONS="actions adblock auto-reload auto-scroller certificates extensions-manager-ui greasemonkey gestures html5tube push-scroller soup-fly tab-groups tab-key-tab-navigate tab-states rss" As you can see, some extensions are missing in USEFUL_EXTENSIONS, compared to DEFAULT_EXTENSIONS. The --with-extensions=really-all enables all the extensions in both USEFUL_EXTENSIONS and DEFAULT_EXTENSIONS, plus some extensions rather useful, especially for Web devs: error-viewer livehttpheaders permissions rss sample. Hope this helps... (In reply to comment #3) > The --with-extensions=really-all enables all the extensions in both > USEFUL_EXTENSIONS and DEFAULT_EXTENSIONS, plus some extensions rather useful, > especially for Web devs: error-viewer livehttpheaders permissions rss sample. (in fact, error-viewer and livehttpheaders were legacies of the Gecko era for Epiphany and are never enabled whatever the option). This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component. epiphany-extensions-2.30.2-1.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/epiphany-extensions-2.30.2-1.fc14 Package epiphany-extensions-2.30.2-1.fc14: * should fix your issue, * was pushed to the Fedora 14 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing epiphany-extensions-2.30.2-1.fc14' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/epiphany-extensions-2.30.2-1.fc14 then log in and leave karma (feedback). epiphany-extensions-2.30.2-1.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report. |