Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想从终端打开 2 个铬实例,但这不起作用。我目前正在使用覆盆子
chromium-browser --window-position=0,0 chromium-browser --window-position=1920,0
您必须在终端中执行以下操作:
sudo chromium-browser --no-sandbox & sudo chromium-browser --no-sandbox &
--no-sandbox 在 Raspberry Pi 上是必需的。