Chromium personalizations
mouse 1030 · person cloud · link
Last update
2023-10-31
2023
10-31
«chromium/google chrome/vivaldi/webkit engine based browsers
apps/addons/plugins fix»

Add-ons

Command line options

1
2
3
4
5
6
7
8
9
# https://www.ghacks.net/2017/02/13/how-to-speed-up-the-vivaldi-web-browser/
# optimized command for raspberry pi
/usr/bin/vivaldi \
  --process-per-site \
  --enable-low-res-tiling \
  --enable-low-end-device-mode \
  --disk-cache-size=104857600 \
  --disk-cache-dir=$TMPD \
  "$@"

Fix Vivaldi passwords not syncing

If you observe the following error in vivaldi://sync

1
2
Error: CleanupPasswordStore@components/password_manager/core/browser/sync/password_sync_bridge.cc:1067,
datatype error was encountered: Failed to get encryption key during database cleanup.
  1. close Vivaldi
  2. rm -f ~/.config/vivaldi/Default/Login\ Data*
  3. launch Vivaldi and the sync error in vivaldi://sync should have vanished