Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

disable screensaver and autostart chrome #4

Open
bockha opened this issue Oct 8, 2018 · 0 comments
Open

disable screensaver and autostart chrome #4

bockha opened this issue Oct 8, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@bockha
Copy link
Member

bockha commented Oct 8, 2018

the file /home/pi/.config/lxsession/LXDE-pi/autostart shall contain the following content:

@lxpanel --profile LXDE-pi
@pcmanfm --desktop --profile LXDE-pi
#@xscreensaver -no-splash
@point-rpi
@xset s off
@xset -dpms
@xset s noblank

# If Chrome crashes (usually due to rebooting), clear the crash flag so we don't have the annoying warning bar
@sed -i 's/"exited_cleanly":false/"exited_cleanly":true/' /home/pi/.config/chromium/Default/Preferences
@sed -i 's/"exit_type":"Crashed"/"exit_type":"Normal"/' /home/pi/.config/chromium/Default/Preferences
@chromium-browser --start-fullscreen --incognito file:///home/pi/MixerControl/loadscreen.html file:///home/pi/MixerControl/loadscreen.html#admin
@bockha bockha added the enhancement New feature or request label Oct 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants