After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 144909 - default keyword search URL isn't localised
default keyword search URL isn't localised
Status: RESOLVED FIXED
Product: epiphany
Classification: Core
Component: [obsolete] Backend:Mozilla
unspecified
Other Linux
: Normal normal
: 1.4
Assigned To: Marco Pesenti Gritti
Marco Pesenti Gritti
Depends on:
Blocks:
 
 
Reported: 2004-06-24 11:48 UTC by Christian Persch
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Persch 2004-06-24 11:48:33 UTC
While the default google smart-bookmark is localisable, the default keyword
search URL is not localisable, in data/default-prefs.js:

// use google for keywords
pref("keyword.URL", "http://www.google.com/search?ie=UTF-8&oe=UTF-8&q=");
Comment 1 Christian Persch 2004-07-31 16:18:52 UTC
I've found no way to make our default-prefs.js localisable; the only way would
be to set this pref programmatically again from mozilla-embed-single, but then
the user couldn't overwrite it. That's how we had it for 1.0.x.
Comment 2 Christian Persch 2004-08-06 18:47:46 UTC
I'm now setting the pref from code again, but _before_ reading the user pref
file, so the user can still overwrite it.