I set up DAKboard to autostart when I boot my raspberry pi 4 running bookworm. Every time I boot into the kiosk mode, I get a "Desktop Manager Is Not Active" error.
My Pi is set for autologin using the Pi account. When I try to exit kiosk mode using AltF4, it goes to a blank screen. I tried adding lines to the autostart script that are referenced here: viewtopic.php?f=38&t=51744, but still get the error. All of the information I am finding about kiosk mode is focused on locking kiosk mode so you can't get out of it rather than how to return to desktop mode.
My autostart file looks like this:
Any ideas on what I need to change so I can stop the error and exit kiosk mode into the desktop GUI?
My Pi is set for autologin using the Pi account. When I try to exit kiosk mode using AltF4, it goes to a blank screen. I tried adding lines to the autostart script that are referenced here: viewtopic.php?f=38&t=51744, but still get the error. All of the information I am finding about kiosk mode is focused on locking kiosk mode so you can't get out of it rather than how to return to desktop mode.
My autostart file looks like this:
Code:
@xset s off@xset -dpms@xset s noblank@chromium-browser --noerrdialogs --incognito --kiosk https://dakboard.com/app/xxxxx
Statistics: Posted by cjohnson158 — Thu Feb 08, 2024 5:11 pm — Replies 2 — Views 77