On 07/19/2010 01:47 PM, d...@kd4e.com wrote:
> In Edit - Preferences - Browser - Internet Search
> I have the default search engine set to Startpage.
> 
> But if I type something into the toolbar URL window
> it brings up Google results.
> 
> This is Seamonkey 2.0.5
> 
> Is there another place I need to change a setting,
> please?
> 
> Is there a way to remove Google as a search option
> from any part of Seamonkey?

locate google.src
mv <path> google.src x-google.src-x


I added a .src file to my profile
'/home/<username>/.mozilla/seamonkey/<id>.default/searchplugins' to use
Ixquick:

> # Mozilla/Netscape 6+ plugin file
> # Ixquick searchbar
> # Last updated: Sep 15, 2005
> # Status: Working
> <search
>         name="Ixquick"
>         description="Ixquick Search Bar"
>         version = "1.0"
>         method="GET"
>         action="http://ixquick.com/do/metasearch.pl";
>         update="http://ixquick.com/toolbar/searchbar/en/ixquick_seamon_en.src";
>         updateCheckDays=3
>         queryEncoding="utf-8"
>         queryCharset="utf-8"
>>
>         <input name="query" user>
>         <input name="cat" value="web">
>               <input name="pl" value="ff">
>         <input name="language" value="english">
> 
>         <interpret
>                 browserResultType="result"
>                 charset = "utf-8"
>         >
> 
>         <interpret
>             browserResultType = "result"
>             bannerStart="</head>"
>             bannerEnd="</nolayer>"
> 
>             resultListStart="results</font></p>"
>             resultListEnd=""
> 
>             resultItemStart="<tbody>"
>             resultItemEnd="<br>"
>         >
> 
>         <interpret
>             browserResultType = "result"
>             bannerStart="</head>"
>             bannerEnd="</nolayer>"
>             resultListStart="</font><center>"
>             resultListEnd="<td valign=top>"
>             resultItemStart=""
>             resultItemEnd=""
>         >
> 
>         <browser
>                 
> update="http://ixquick.com/toolbar/searchbar/en/ixquick_seamon_en.src";
>                 
> updateIcon="http://ixquick.com/toolbar/searchbar/en/ixquick.png";
>                 updateCheckDays="3"
>         >
> </search>

That works for me. You could modify to some other search engine. Can't
remember where I got it from. I reckon you could modify the google.src
as well.


_______________________________________________
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to