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 113789 - don't want I'm feeling lucky
don't want I'm feeling lucky
Status: RESOLVED WONTFIX
Product: epiphany
Classification: Core
Component: Bookmarks
0.x
Other Linux
: Low enhancement
: ---
Assigned To: Marco Pesenti Gritti
Marco Pesenti Gritti
Depends on:
Blocks:
 
 
Reported: 2003-05-26 23:20 UTC by Edd Dumbill
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Please consider this patch, contributed by the reporter of the bug on the Debian BTS. (2.32 KB, patch)
2003-05-30 13:06 UTC, Edd Dumbill
none Details | Review

Description Edd Dumbill 2003-05-26 23:20:06 UTC
forwarded from http://bugs.debian.org/194146

This is an enhancement request, but I do think myself that the "I'm feeling
lucky" action is a little too "magic" and should be more obvious user
interface wise.

From: 	Marcelo E. Magallon <mmagallo@debian.org>
Package: epiphany-browser
Version: 0.6.0-3
Severity: normal

Hi,

 when typing a keyword on the location bar, epiphany uses Google's I'm
 Feeling Lucky mode.  I don't want that.  I fixed it by editing
 ~/.gnome2/epiphany/mozilla/epiphany/prefs.js and replacing the
 keyword.URL with the follwing:

user_pref("keyword.URL", "http://www.google.com/search?q=");

 after an upgrade (?) it got overwritten with the former value.  What's
 the proper way to achieve this then?
Comment 1 Dave Bordoley [Not Reading Bug Mail] 2003-05-27 01:54:07 UTC
i think this is an issue with how we initialize prefs. We use to
include a defaultprefs.js file, but switched to hardcoding these for
some reason (marco would know better). FWIW, the default epiphany ui
has multiple ways to search with google (bookmarks bar, smart bookmark
and soon the dfault homepage), so i don't think there is any reason to
change the default.
Comment 2 Marco Pesenti Gritti 2003-05-27 20:54:10 UTC
Yeah we are forced to override the prefs ... The only way we could
change it is providing a gconf pref instead, but I dont think it's worth.
Comment 3 Edd Dumbill 2003-05-30 13:06:01 UTC
Created attachment 16988 [details] [review]
Please consider this patch, contributed by the reporter of the bug on the Debian BTS.
Comment 4 Marco Pesenti Gritti 2003-06-15 12:03:45 UTC
The patch looks good. Dave do you think it's worth to have such an
hidden pref ?
Comment 5 Dave Bordoley [Not Reading Bug Mail] 2003-06-15 20:26:59 UTC
up to you, I don't really see the point considering we have a default
search box and google smartbookmark.
Comment 6 Marco Pesenti Gritti 2003-06-15 20:34:59 UTC
Sorry ...