User Tools

Site Tools


atmos:meteorological_observations_trailer:data

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
atmos:meteorological_observations_trailer:data [2026/05/28 22:11] ashley.vosatmos:meteorological_observations_trailer:data [2026/05/28 22:18] (current) ashley.vos
Line 63: Line 63:
   * [[https://learn.sparkfun.com/tutorials/how-to-run-a-raspberry-pi-program-on-startup#method-2-autostart|How to Run a Raspberry Pi Program on Startup: Method 2]]   * [[https://learn.sparkfun.com/tutorials/how-to-run-a-raspberry-pi-program-on-startup#method-2-autostart|How to Run a Raspberry Pi Program on Startup: Method 2]]
  
-  - If Xterm isn't installed, use the following command +1. If Xterm isn't installed, use the following command 
-    sudo apt install xterm -y +   
-  Make the following directory using the following command +  sudo apt install xterm -y 
-    - mkdir /home/pi/.config/autostart +   
-  - Create and edit a .desktop file +2. Make the following directory using the following command 
-    - sudo nano /home/pi/.config/autostart/PROGRAM_NAME.desktop +   
-  - In the file, copy and paste the following +  mkdir /home/pi/.config/autostart
-    - [Desktop Entry] +
-Type=Application +
-Name=PROGRAM_NAME +
-Exec=xterm -hold -e '/usr/bin/python3 /home/ABSOLUTE_PATH_TO_PROGRAM/PROGRAM_NAME.py'+
  
-  - Save and exit +3. Create and edit a .desktop file 
-  The Xterm application should now begin upon booting.+   
 +  sudo nano /home/pi/.config/autostart/PROGRAM_NAME.desktop 
 +  
 +4. In the file, copy and paste the following 
 +   
 +  [Desktop Entry] 
 +  Type=Application 
 +  Name=PROGRAM_NAME 
 +  Exec=xterm -hold -e '/usr/bin/python3 /home/ABSOLUTE_PATH_TO_PROGRAM/PROGRAM_NAME.py' 
 +   
 +5. Save and exit 
 + 
 +6. The Xterm application should now begin upon booting.
  
 ==== Raspberry Pi: Running Python Programs Headless ==== ==== Raspberry Pi: Running Python Programs Headless ====
atmos/meteorological_observations_trailer/data.1780006270.txt.gz · Last modified: 2026/05/28 22:11 by ashley.vos