2019. 4. 22. 02:28
sudo vi /opt/volumiokiosk.sh
--incognito 추가
#!/bin/bash xset +dpms xset s blank xset 0 0 120 openbox-session & while true; do /usr/bin/chromium-browser \ --no-touch-pinch \ --kiosk \ --incognito \ --no-first-run \ --disable-3d-apis \ --disable-breakpad \ --disable-crash-reporter \ --disable-infobars \ --disable-session-crashed-bubble \ --disable-translate \ --user-data-dir='/data/volumiokiosk' --no-sandbox http://localhost:3000 done |
'ExtreamThings' 카테고리의 다른 글
[Raspberrypi] Volumio 한글 폰트 깨짐 해결 (0) | 2019.04.22 |
---|---|
[Raspberrypi] Volumio 저해상도 모니터 연결 (5" 800x480) (0) | 2019.04.22 |
[Raspberrypi] Volumio 로 라디오 듣기 (0) | 2019.04.22 |
[Raspberrypi] Volumio SSH 접속 설정 (0) | 2019.04.22 |
[Raspberrypi] Volumio 설정 (0) | 2019.04.22 |