core icon indicating copy to clipboard operation
core copied to clipboard

Running Midori from command line: where is the parameters list?

Open smartm0use opened this issue 6 years ago • 3 comments

Hello, I installed Midori on Raspbian (Raspberry Pi 3) and I need to run it from the command line. Can you tell me where I can retrieve the parameters list that I can use?

Thank you.

smartm0use avatar Oct 25 '19 10:10 smartm0use

You can use midori --help or more specifically midori --help-execute to get the list of actions that can be used with -e.

kalikiana avatar Nov 10 '19 15:11 kalikiana

That does ok, but I would like some indication on how to use this more properly. Specifically, I am trying to run this in kiosk mode and use this to start it: midori -p -e Fullscreen -a http://localhost The question I am trying to figure out is how do I scale it? I tried zoomin and that did not do anything. I tried both xoomin and zoomout and get no change in scale of the screen display. midori -p -e Fullscreen -e zoomin -a http://localhost This is running in a framebuffer in Matchbox-window-manager on a raspberry pi b3 running arch linux. I am running the version compiled by Arch and it is 9.0

gearhead avatar May 09 '20 22:05 gearhead

You can use Python to start midori and then with pyautogui or keyboard press Ctrl+=

floatlesss avatar Jul 30 '23 11:07 floatlesss