View Single Post
Posts: 114 | Thanked: 201 times | Joined on Apr 2009
#170
Originally Posted by impeham View Post
is it possible to launch the default browser with parameters to open a web url on load? something like:

/usr/bin/microb http://www.facebook.com

Thanks
You want the --url option:

Code:
microb --url http://www.facebook.com/
(You can also sort of do this with /usr/bin/browser when Browser Switchboard is not installed, but the behavior with regards to a prestarted MicroB process is probably not what you want.)
 

The Following User Says Thank You to steven676 For This Useful Post: