midori-browser / core

Midori Web Browser - a lightweight, fast and free web browser using WebKit and GTK+
https://www.midori-browser.org/
GNU Lesser General Public License v2.1
400 stars 67 forks source link

cannot set scaling when starting Midori #403

Open gearhead opened 4 years ago

gearhead commented 4 years ago

I am trying to use Midori in a 'kiosk mode' on a raspberry pi. The problem I am dealing with is I cannot scale the output. In chromium, I can put this on the command line and scale the whole screen. chromium --noerrdialogs --disable-infobars --disable-session-crashed-bubble --force-device-scale-factor=0.8 --kiosk http://localhost/ When I try anything to attempt a scale as I launch midori I get no errors and also no scaling. midori -p -e Fullscreen -e zoomin -a http://localhost/ The resulting screen as if I did not put '-e zoomin' in the command. I tried to add the zoom factor in the config file and also could not affect zoom. I may not be doing it correctly, though. Any help appreciated, but until I can figure out how do this, I have to run chromium.