I am trying to open an URL from the command line without bringing Opera to the foreground.
I have tried:
opera -noraise -newtab http://www.opera.com/
opera -noraise -backgroundtab http://www.opera.com/
But both commands bring Opera to the foreground. The following commands, on the other hand, fail to open the URL, too:
opera -noraise -remote "openURL(http://www.opera.com/, noraise)"
opera -noraise -remote "openURL('http://www.opera.com/', noraise)"
Any help? Thanks.