All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [meta-browsser] chromium issues
@ 2016-04-18 18:37 S. Lockwood-Childs
  2016-04-22 17:23 ` Trevor Woerner
  0 siblings, 1 reply; 3+ messages in thread
From: S. Lockwood-Childs @ 2016-04-18 18:37 UTC (permalink / raw)
  To: gary; +Cc: openembedded-devel

Sorry about not doing a threaded reply (I deleted the message, oops,
and couldn't find the message ID in the online archive).

> * When chromium starts, I get a message:
>   "Google API keys are missing.  Some functionality of chromium will be disabled"
>    This seems to only be related to speech - should I worry about it?


Actually there are various google APIs that Chromium optionally uses but 
require keys, list here
https://www.chromium.org/developers/how-tos/api-keys

For example translate is on the list, because Chromium can provide a
context menu that directly translates a web page instead of having to 
go to translate.google.com. This won't work without a valid key.

If you just plan on using chromium as a normal browser without such
bells and whistles, don't worry about the keys and get rid of the
warning by setting them as blank when you start up chromium

export GOOGLE_API_KEY=" "
export GOOGLE_DEFAULT_CLIENT_ID=" "
export GOOGLE_DEFAULT_CLIENT_SECRET=" "

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=748867#253


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [meta-browsser] chromium issues
  2016-04-18 18:37 [meta-browsser] chromium issues S. Lockwood-Childs
@ 2016-04-22 17:23 ` Trevor Woerner
  2016-04-23  1:18   ` Gary Thomas
  0 siblings, 1 reply; 3+ messages in thread
From: Trevor Woerner @ 2016-04-22 17:23 UTC (permalink / raw)
  To: S. Lockwood-Childs, gary, openembedded-devel

On Mon 2016-04-18 @ 11:37:19 AM, S. Lockwood-Childs wrote:
> If you just plan on using chromium as a normal browser without such
> bells and whistles, don't worry about the keys and get rid of the
> warning by setting them as blank when you start up chromium
> 
> export GOOGLE_API_KEY=" "
> export GOOGLE_DEFAULT_CLIENT_ID=" "
> export GOOGLE_DEFAULT_CLIENT_SECRET=" "

Yes, that works. Or you could use the 'disable-api-keys-info-bar'
packageconfig option too.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [meta-browsser] chromium issues
  2016-04-22 17:23 ` Trevor Woerner
@ 2016-04-23  1:18   ` Gary Thomas
  0 siblings, 0 replies; 3+ messages in thread
From: Gary Thomas @ 2016-04-23  1:18 UTC (permalink / raw)
  To: openembedded-devel

On 2016-04-22 19:23, Trevor Woerner wrote:
> On Mon 2016-04-18 @ 11:37:19 AM, S. Lockwood-Childs wrote:
>> If you just plan on using chromium as a normal browser without such
>> bells and whistles, don't worry about the keys and get rid of the
>> warning by setting them as blank when you start up chromium
>>
>> export GOOGLE_API_KEY=" "
>> export GOOGLE_DEFAULT_CLIENT_ID=" "
>> export GOOGLE_DEFAULT_CLIENT_SECRET=" "
>
> Yes, that works. Or you could use the 'disable-api-keys-info-bar'
> packageconfig option too.
>

Thanks, that's good to know.

Any ideas on what to do about the SSL error (all https:// pages fail)?

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-04-23  1:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-18 18:37 [meta-browsser] chromium issues S. Lockwood-Childs
2016-04-22 17:23 ` Trevor Woerner
2016-04-23  1:18   ` Gary Thomas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.