Jump to content

RPI3 how can I start chomium in F11 mode?

eengamerjens
4 minutes ago, Nicholatian said:

Step 1: Plug up a keyboard
Step 2: Press F11

Step 3: ?????
Step 4: PROFIT

 

automatic! lol

 

Link to comment
Share on other sites

Link to post
Share on other sites

35 minutes ago, eengamerjens said:

hey 

 

RPI3 how can I automatic start chomium in F11 mode?

http://askubuntu.com/questions/267916/how-can-i-get-chromium-browser-to-run-fullscreen-not-kiosk-in-12-04

                     ¸„»°'´¸„»°'´ Vorticalbox `'°«„¸`'°«„¸
`'°«„¸¸„»°'´¸„»°'´`'°«„¸Scientia Potentia est  ¸„»°'´`'°«„¸`'°«„¸¸„»°'´

Link to comment
Share on other sites

Link to post
Share on other sites

save this to a file called fullscreen-chromium.sh:

#!/bin/bash

chromium --start-maximized 

exit 0

Then, from the command line, run:

sudo chmod +x fullscreen-chromium.sh

and enter your password to make the file executable. Then, move the file to the autostart directory:

 

mv fullscreen-chromium.sh ~/.config/autostart/

Reboot and see if it worked

Edited by Pinguinsan
You can't return from outside of a function in a shell script, changed to exit
Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×