Launch the browser in full screen at boot time on Linux、Open any URL
On-time automatic shutdown on Linux、起動を設定 といっしょに使う設定です。 With the setting to launch the URL containing the PR etc. you want to show when it starts automatically、Now it works as signage。 This time, I started "Google chrom" in "Kiosk mode".。 home (Home) / .config / Place a startup file called "google-chrom.desktop" in autostart。 If there is no directory, let's create it on the terminal。 $ mkdir ~/.config/autostart エディタで下記の内容を書き『google-chrom.desktop』で保存します。 [Desktop Entry] Version=1.0 Name=Google-Chrom Web Browser Exec=google-chrom –kiosk –password-store=basic //awnet.org Terminal=false X-MultipleArgs=false Type=Application Icon=google-chrom StartupNotify=true 『–kiosk mode in kiosk、『–"password-store = basic" avoids entering the password when starting google-chrom。 Specify the URL you want to open in "//awnet.org"。 Now after booting Linux、The site will automatically be displayed in full screen。