Chrome Gtk-WARNING Theme parsing error

I’m not sure if it is a problem with manjaro,

$ npm ls
wifi-switch@0.0.0 /path/to/nodejs-project
├── chromium@3.0.2
├── puppeteer@10.0.0
└── typescript@4.3.4
$ cd node_modules/puppeteer/.local-chromium/linux-884014
$ ./chrome --version
Chromium 92.0.4512.0
$ ./chrome
(chrome:6958): Gtk-WARNING **: 20:57:08.534: Theme parsing error: gtk.css:73:46: The style property GtkScrolledWindow:scrollbars-within-bevel is deprecated and shouldn't be used anymore. It will be removed in a future version
Opening in existing browser session.

As a result the default chromium browser runs instead, which I installed manually for daily use, and the version is 91.0.4472.77 .

Any idea?

That’s just an unrelated warning. Please edit your topic title to reflect what the actual issue is.

What are you trying to do? What did you expect to happen?

It’s not just a warning when the default chromium (say A) in system for daily is running, in this case try to run chromium in node_modules will launch A as the warning shows.
It’s just a warning if no A is running.

What I expect is that by running chromium in node_modules will run itself anyway.

It’s just a warning.
For “Opening in existing browser session”, it’s a default behavior.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.