Gentoo Archives: gentoo-user

From: "b.n." <brullonulla@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] browser advice
Date: Thu, 30 Nov 2006 12:09:31
Message-Id: 456ED833.7070304@gmail.com
In Reply to: Re: [gentoo-user] browser advice by Jorge Almeida
1 Jorge Almeida ha scritto:
2 > On Thu, 30 Nov 2006, malevolent wrote:
3 >
4 >> Reinstall firefox, below the search box there are a link "Google in
5 >> English" that unsets the language cookie... it must work for sure!
6 >>
7 > That's just the .../ncr link others mentioned. Setting preferences from
8 > that page is as useless as setting them from google.pt, the tips keep
9 > coming in Portuguese. Of course, I could use only that link and give up
10 > using the search window in FF panel. I can give up FF as well.
11 >
12
13 However, before giving up: have you tried to look in
14 /usr/lib/mozilla-firefox/searchplugins/google.src
15 (that should be the searchplugin of the FF panel)
16
17 and edit it with an English URL?
18 My file is as such:
19
20 # Mozilla/Google plug-in by amitp+mozilla@××××××.com
21
22 <search
23 name="Google"
24 description="Google Search"
25 method="GET"
26 action="http://www.google.com/search"
27 queryCharset="utf-8"
28 >
29
30 <input name="q" user>
31 <inputnext name="start" factor="10">
32 <inputprev>
33 <input name="ie" value="utf-8">
34 <input name="oe" value="utf-8">
35
36 <interpret
37 browserResultType="result"
38 charset = "UTF-8"
39 resultListStart="<!--a-->"
40 resultListEnd="<!--z-->"
41 resultItemStart="<!--m-->"
42 resultItemEnd="<!--n-->"
43 >
44 </search>
45
46 <browser
47 update="https://addons.mozilla.org/searchplugins/updates/google.src"
48
49 updateIcon="https://addons.mozilla.org/searchplugins/updates/google.gif"
50 updateCheckDays="1"
51 >
52
53
54 I haven't tested, but I think that if you change
55 http://www.google.com/search with
56
57 http://www.a-working-google-in-english-url.whatever/search
58
59 you could have your preferred behaviour hardcoded.
60
61 m.
62 --
63 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] browser advice Arturo 'Buanzo' Busleiman <buanzo@××××××××××.ar>
Re: [gentoo-user] [hl fix] browser advice Arturo 'Buanzo' Busleiman <buanzo@××××××××××.ar>
Re: [gentoo-user] browser advice Jorge Almeida <jalmeida@××××××××××××.pt>