Description of problem: The epiphany-extensions package in Fedora 13 is not build with all the extensions provided by the source archive. The ones available with the Fedora packages are the following : actions adblock auto-reload auto-scroller certificates extensions-manager-ui html5tube push-scroller soup-fly tab-groups tab-key-tab-navigate tab-states All those available in the sources: actions adblock auto-reload auto-scroller certificates extensions-manager-ui gestures greasemonkey html5tube permissions push-scroller rss sample soup-fly tab-groups tab-key-tab-navigate tab-states Version of epiphany-extensions: epiphany-extensions-2.30.1-2.fc13.i386 How reproducible: Steps to Reproduce: 1. Install epiphany-extensions 2. Launch Epiphany and display the available extensions in Tools → Extensions Actual results: Some extensions missing, like Greasemonkey Expected results: The missing extensions quoted above shoud be available Additional info: In previous versions of Fedora, the package was build with this option to %configure: --with-extensions=really-all whereas the F13 version is compiled with: --with-extensions=all
-- 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.