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:15] 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   sudo apt install xterm -y
      
-  * Make the following directory using the following command+2. Make the following directory using the following command
      
   mkdir /home/pi/.config/autostart   mkdir /home/pi/.config/autostart
-   + 
-  Create and edit a .desktop file+3. Create and edit a .desktop file
      
   sudo nano /home/pi/.config/autostart/PROGRAM_NAME.desktop   sudo nano /home/pi/.config/autostart/PROGRAM_NAME.desktop
-   +  
-  In the file, copy and paste the following+4. In the file, copy and paste the following
      
   [Desktop Entry]   [Desktop Entry]
Line 82: Line 82:
   Exec=xterm -hold -e '/usr/bin/python3 /home/ABSOLUTE_PATH_TO_PROGRAM/PROGRAM_NAME.py'   Exec=xterm -hold -e '/usr/bin/python3 /home/ABSOLUTE_PATH_TO_PROGRAM/PROGRAM_NAME.py'
      
-  * Save and exit +5. Save and exit 
-  The Xterm application should now begin upon booting.+ 
 +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.1780006507.txt.gz · Last modified: 2026/05/28 22:15 by ashley.vos