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 335127 - Web Search from topbar defaults to google.co.uk
Web Search from topbar defaults to google.co.uk
Status: RESOLVED NOTABUG
Product: epiphany
Classification: Core
Component: Interface
2.14.x
Other All
: Normal minor
: ---
Assigned To: Epiphany Maintainers
Marco Pesenti Gritti
Depends on:
Blocks:
 
 
Reported: 2006-03-19 15:52 UTC by Kevin Kubasik
Modified: 2006-03-21 17:34 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14



Description Kevin Kubasik 2006-03-19 15:52:01 UTC
Please describe the problem:
When searching from the addressbar, the query is submitted to google.co.uk. I
live in the US, and have my language/preferences set to reflect such. Epiphiany
should either default to google.com (the safest bet) or detect the locality it
is in and work from that. 

Or my personal favorate, offer some way to configure that (even if for interface
reasons its not a primary preference, let users who really care change it in
gconf or the like)

Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Crispin Flowerday (not receiving bugmail) 2006-03-19 19:24:54 UTC
If you open a terminal, and run 'locale' what does it report ?
Comment 2 Kevin Kubasik 2006-03-19 19:45:37 UTC
NOTE: This is what is created by default when ubuntu install's itself and the user selects USA.

LANG=en_US.UTF-8
LANGUAGE=en_US:en_GB:en
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=
Comment 3 Crispin Flowerday (not receiving bugmail) 2006-03-19 19:54:40 UTC
Interesting - ok, another question, if you go to "File -> Print Setup", is Colour spelt "Color" or "Colour" ?

Basically, what should happen is that if your desktop language is en_GB (when you first start epiphany) it will use google.co.uk otherwise it will use google.com
Comment 4 Kevin Kubasik 2006-03-21 17:23:23 UTC
Yeah, its spelled 'Colour' I think I found part of the issue, while the default lang for my desktop is en_US, ubuntu seems to only provide a en_GB mozilla-locale package, by removing the en_GB mozilla language pack and reinstalling epiphany, I was able to resolve this.
Comment 5 Crispin Flowerday (not receiving bugmail) 2006-03-21 17:34:16 UTC
Right - this looks like https://launchpad.net/distros/ubuntu/+source/localechooser/+bug/10822 has re-surfaced.