First, very big
THANKS for the plugins: on my Calibre,
- Open With
- Quick Preferences
- Search the Internet
installed and regularly called for.
BUT on the last one, all default links working fine barring 'Google.com for Book', which opened Google default search page
at my locale, 'Google.es'.
Work-around: substitute
('Google.com for Book', 'stip_google.png', 'http://www.google.com/#sclient=psy&q={author}+"{title}"', 'utf-8', None),
with
('Google.es for Book', 'stip_google.png', 'http://www.google.es/#sclient=psy&q={author}+"{title}"', 'utf-8', None),
and everything in the garden is lovely.
Posting this in case it might be useful for other 'localized' users suffering from the same trouble.