Is it possible to search a text in google or other search engine in Firefox from context menu in LibreOffice?
Translating texts I need to go to the internet to look up the words and see context etc.
Could I do it directly from LibreOffice somehow?
Would look something like:
sh -c 'firefox "http://translate.google.com/#en/fr/$(xclip -o)"'
(example given translate english into french). – user55822 Nov 13 '12 at 17:58sh -c 'firefox "https://www.google.com/search?q=$(xclip -o)"'
if you want regular Google over Google translate. And obviously, that would work everywhere, not just LibreOffice. – user55822 Nov 13 '12 at 18:40