GNOME Bugzilla – Bug 388181
Greasemonkey user scripts installation path
Last modified: 2006-12-22 00:48:27 UTC
Documentation Section: greasemonkey tutorial and usage. Currently helps says that scripts should be installed into: $HOME/.gnome2/epiphany/extensions/data/ Correct version: Based on source-code (see below), I would assume, that extension looks for them from: $HOME/.gnome2/epiphany/extensions/data/greasemonkey static char * get_script_dir (void) { return g_build_filename (ephy_dot_dir (), "extensions", "data", "greasemonkey", NULL); } Other information: Patch coming...
Created attachment 78728 [details] [review] ephy-extension-greasemonkey-help-wrong-dir.patch Does it look ok for HEAD and 2-16?
Thanks for the patch ! Looks good :) Could you commit it on both HEAD and 2.16 ?
Committed both to 2-16 and HEAD. 2006-12-22 Priit Laes <plaes@cvs.gnome.org> * help/C/epiphany-extensions.xml: Correct path for Greasemonkey user script in manual. Closes bug #388181.