What is the command to open a webpage in a new chromium tab?
I know that if I use chromium-browser --app=http://...
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.
Try this:
chromium-browser www.google.de
Maybe add:
DISPLAY=:0
Before
chromium-browser www.google.de
Like this:
DISPLAY=:0 chromium-browser www.google.de