blob: f6675a2eeb660b70599671e4a306734f1be7e679 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Prerequisites
Install LXDE and Chromium-Browser without recommendations. Set up the RaspBi to auto-login a user with X.
Then use the files in here to have him auto-launch Chromium with the desired URLs.
# Details
1. /usr/local/bin/browser-launcher is being used to launch the browser
1. /usr/local/bin/peps will make the above a symlink to a script launching a website with great lulz
1. /usr/local/bin/keinepeps will make that symlink redirect to something more serious
1. /etc/xdg/lxsession/LXDE/autostart will launch the above-mentioned symlink
1. /home/user/.config/lxsession/LXDE/autostart will symlink to the /etc file. Replace "user" with the actual
auto-login user. Why this file? Otherwise, it will be created with the /etc content upon creation and then
be a file (inode) of its own.
|