Hi there,
I have Antigravity installed on my Chromebook (Linux terminal). The issue appears when it tries to navigate the web autonomously: this message keeps showing up repeatedly, even though I already have the Antigravity plugin installed in my Chrome browser.
I was wondering whether this is a known issue and if it could be fixed in future versions.
Thanks in advance.
What if you install chrome .deb in the same linux enviroment? I think it does not work because linux runs in a container in chromebooks. I have not tried it yet, but thats the first thing that I can think of. You will have 2 chrome browsers in the end, one in linux, one in chromeos
1 Like
I got this fixed with following steps:
- Install separate Chrome to your Linux environment.
- Log in to that Linux Chrome with separate account than one you are using on your Chromebook (I made new google account).
- Open your Linux terminal and run this command to install the standard dependencies required for browser automation tools (Playwright/Puppeteer) on Linux:
sudo apt-get update && sudo apt-get install -y \ libnss3 \ libxss1 \ libasound2 \ libatk-bridge2.0-0 \ libgtk-3-0 \ libgbm-dev
Hope this helps, I just got mine running.
1 Like
Hi everyone,
Thanks to @Lauri_Salonen for sharing the fix! You can see the full walkthrough in this thread. Please let us know if the issue still persists.
1 Like
