GNOME Bugzilla – Bug 143835
Load extensions from $HOME/
Last modified: 2012-10-08 17:22:03 UTC
Attached is a patch to also load extensions from ~/.gnome2/epiphany/extensions.
Created attachment 28403 [details] [review] Also load extensions from $HOME
Done, thanks.
Some extensions (i.e., the Error Viewer) store files in ${PREFIX}/share/epiphany-extensions. Without these files, extensions in the home directory are useless. Some solutions off the top of my head: 1. Have each extension search multiple paths (both ephy_dot_dir() and SHARE_DIR). 2. Make ephy_file() look at ephy_dot_dir() paths, and make extensions use ephy_file() to find the glade files (and any other file). (This would resurrect Bug #132018) 3. Create a new function within epiphany-extensions libraries to mimic ephy_file().
Mass reassigning of Epiphany bugs to epiphany-maint@b.g.o
Hmmm, is this still valid?
Yes.
Old style extensions are gone now, so this no longer applies.