- Browser engine now works on Linux (Chrome/Chromium/Edge) without the old
DISPLAYguard. Oracle will launch whateverchrome-launcherfinds or what you pass viaCHROME_PATH. - Cookie sync supports snap-installed Chromium automatically. Common cookie DB for the Default profile:
~/snap/chromium/common/chromium/Default/Cookies
- If you use a non-default profile or a custom install, point Oracle at the correct paths:
--browser-chrome-path /path/to/chrome--browser-cookie-path /path/to/profile/Default/Cookies
- Browser runs are headful (Cloudflare blocks headless). Keep a compositor/virtual display running if you don’t have a desktop session.
- If cookie sync still can’t find your DB, rerun with
--browser-allow-cookie-errors --browser-no-cookie-syncand sign in manually, or dump the session cookies with--browser-inline-cookies-file.