Y
Y
Yuri2018-10-03 08:58:33
Raspberry Pi
Yuri, 2018-10-03 08:58:33

How to exit kiosk mode on chromium --kiosk autostart?

There is a fresh Raspbian.
There is a site on the local network 192.168.1.5/site
Created a Chromium autorun file:
sudo touch ~/.config/autostart/chromium.desktop
Added parameters:

[Desktop Entry]
Encoding=UTF-8
Name=Connect
Comment=Checks internet connectivity
Exec=/usr/bin/chromium-browser -incognito --noerrdialogs --kiosk http://192.168.1.5/site

After the reboot, everything starts in full screen as it should. But it is impossible to minimize the window, only close it (alt+F4 or ctrl+W).
Manually relaunching the browser toggles kiosk mode on and off by pressing F11.
Is it possible to autorun not to close the browser, but to minimize it?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Y
Yuri, 2018-10-10
@yuriknsk

Adam 's response :

[Desktop Entry]
Encoding=UTF-8
Name=Connect
Comment=Checks internet connectivity
Exec=/usr/bin/chromium-browser -incognito --noerrdialogs --start-fullscreen http://192.168.1.5/site

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question