How to disable the Crowpi2 software from autostart at bootup?
Remove the 1.desktop file from the ~/.config/autostart folder.
- Press Ctrl+Alt+T, a new Terminal window appears.
- At the command prompt, type
mv ~/.config/autostart/1.desktop ~/
and press Enter
pi@Crowpi2-:~ $ mv ~/.config/autostart/1.desktop ~/
Note:
- If you change your mind later, just move the file back into the ~/.config/autostart folder.
- You can also launch the software manually from the Taskbar, click menu → Education → CrowPi2
Update: The file folder error has been corrected.
Tagged:
Comments
Had no success with the posted link. Went to the autostart folder and found CrowPanel. Should I substitute this file for 1.desktop?
Hello @gilwood ,
You only need to move the 1.desktop file out of the home/pi/.config/autostart folder.
There's a mistake in the command posted before. You should run
mv home/pi/.config/autostart/1.desktop ~/
ormv ~/.config/autostart/1.desktop ~/
in the terminal.After that the 1.desktop file will be moved to /home/pi directory. Then reboot the CrowPi2, the software will not automatically start any more.
PS. You can click "menu"→"Education"→"CrowPi2" to start the software.
To disable the Crowpi2 software from autostarting at bootup, you can modify the startup settings in the Raspberry Pi's system configuration or remove the autostart entry from the system's startup scripts.