I am using midori 0.4.3. When executing midori webbrowser we can pass parameters as arguments in the terminal. For example; to make browser fullscreen we can execute;
midori -e Fullscreen
A complete list of these executable
action parameters can be found when typing midori --help-execute
.
My question is how can i pass this?
midori -e Location=www.google.com
I tried :
and also, but no luck.
Have you tried midori www.google.com
or, in general, passing an URL as the single argument to a midori
invocation?