Search code examples
bashraspberry-pimidori

Passing location through 'e' parameter in midori


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.


Solution

  • Have you tried midori www.google.com or, in general, passing an URL as the single argument to a midori invocation?