Please help me with autostart not working #121
Unanswered
joseph-ui-designer
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
this is my LMN_start.sh (Sorry for the log in spanish). with this script LMN3 runs always in my RPI 4 8GB: and this is my /home/pi/.config/autostart/LMN-3.desktop: [Desktop Entry] |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I followed the steps in the Bulid Guide, but the autostart is not working.
I'm using a Raspberry Pi 4 and the OS is using the 04/04/2022 release version (Bullseye 64bit).
Here's the process I went through
<1. Modifications to LMN_start.sh documentation>
#!/bin/bash
sleep 2
/home/pi/LMN-3
$ chmod +x ~/LMN_start.sh
<2. Modifications to LMN-3.desktop documentation (After creating the autostart directory)>
[Desktop Entry]
Type=Application
Name=LMN-3
Exec=/home/pi/LMN_start.sh
<3. Reboot>
If you have any issues with the process I've followed, please help 🙏🙏🙏
If there's something wrong with my process, is there a way to bypass it?
Beta Was this translation helpful? Give feedback.
All reactions