Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 3780

Troubleshooting • Kiosk

$
0
0
Hello guy's, (I'm french sorry if i ve a bad english)

I am creating a digital panel but the problem is when launching the raspberry running on raspbian the terminal window opens before chromium, which is not professional and not aesthetic, I rely on you because after hours of searching I found nothing on it!

my script :

Code:

#!/bin/bashxset s noblankxset s offxset -dpmsunclutter -root &sed -i 's/"exited_cleanly":false/"exited_cleanly":true/' /home/admin/.config/chromium/Default/Preferencessed -i 's/"exit_type":"Crashed"/"exit_type":"Normal"/' /home/admin/.config/chromium/Default/Preferences#if ! pgrep -x "Xorg" > /dev/null#then#    startx &#    sleep 5 && /usr/bin/unclutter -display :0 &#fi/usr/bin/chromium-browser --window-position=0,0 --window-size=1920,1080 --touch-events=enabled --incognito --disable-crash-report --disable-logging --noerrd>

Statistics: Posted by Teudyy — Sun Sep 08, 2024 7:41 pm



Viewing all articles
Browse latest Browse all 3780

Trending Articles