Bug#982062: Please mention API issues in README.Debian

2023-07-18 Thread Daniel Serpell
Hi!

Recently I was hit by this bug, a nice workaround is in this Stackoverflow
answer:  https://stackoverflow.com/a/67459416

The procedure in Debian could be to create a file /etc/chromium.d/enable-sync
with the following content:

  # Set OAUTH2 flags to enable sync with google services:
  # 
https://stackoverflow.com/questions/67459316/enabling-chromium-to-sync-with-google-account

  export CHROMIUM_FLAGS="$CHROMIUM_FLAGS
--oauth2-client-id=77185425430.apps.googleusercontent.com"
  export CHROMIUM_FLAGS="$CHROMIUM_FLAGS
--oauth2-client-secret=OTJgUOQcT7lO7GsGZq2G4IlT"


This could be added to the README.Debian file.

Have Fun!
Daniel.



Bug#982062: Please mention API issues in README.Debian

2022-12-19 Thread Osamu Aoki
Hi,

As for https://bugs.debian.org/982062 which causes lack of bookmark
synchronization etc., I agree it is a minor bug.

Considering this will not be fixed by the upstream by reading this post. 
  https://blog.chromium.org/2021/01/limiting-private-api-availability-in.html

Since this bug will certainly cause confusion to many users, it will be nice to
mention short not on this bug with resulting issues in README.Debian.

Osamu