Velvet Star Monitor

Standout celebrity highlights with iconic style.

updates

What is the command to open a webpage in a new chromium tab?

Writer Sebastian Wright

I know that if I use chromium-browser --app= it will open a new Application Shortcut window without the tab bar or navigation bar. I want to know the command that will open a webpage in a regular Chromium window, or if one is already open, open it in a new tab.

2 Answers

Try this:chromium-browser

3

Maybe add:

DISPLAY=:0

Before

chromium-browser 

Like this:

DISPLAY=:0 chromium-browser 

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy