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

Beginners • Running a program at startup

$
0
0
I followed the instructions in the sticky, latest Raspberry Pi OS, ...


pi@raspberrypi:~ $ ps -ef | grep LX
pi 1016 1 0 03:34 ? 00:00:00 /bin/sh /usr/bin/lwrespawn /usr/bin/pcmanfm --desktop --profile LXDE-pi
pi 1071 1016 0 03:34 ? 00:00:01 /usr/bin/pcmanfm --desktop --profile LXDE-pi
pi 2455 1999 0 03:38 pts/0 00:00:00 grep --color=auto LX


pi@raspberrypi:~ $ cat .config/lxsession/LXDE-pi/autostart
@lxpanel --profile LXDE-pi
@pcmanfm --desktop --profile LXDE-pi
@xscreensaver -no-splash
@chromium-browser --kiosk http://192.168.1.35:3000/@mxtommy/kip/#/page/0


and yet ... no browser appears when the desktop boots ... if I run "chromium-browser --kiosk http://192.168.1.35:3000/@mxtommy/kip/#/page/0" at the command line, it works so that part is fine, but the lxsession/LXDE-pi/autostart file is being ignored. I even tried setting the same stuff in /etc/xdg/lxsession/LXDE-pi/autostart with no effect.

Clues?

Statistics: Posted by rszemeti — Mon Nov 11, 2024 3:50 am — Replies 1 — Views 25



Viewing all articles
Browse latest Browse all 4640

Trending Articles