texadactyl / rpi_clock

Raspberry Pi Clock & Weather display
GNU General Public License v3.0
13 stars 8 forks source link

Running under `ssh -Y` poses no issue (Thanks, @tehmessiah) #20

Closed texadactyl closed 1 year ago

texadactyl commented 1 year ago

@tehmessiah reported this: Why can't rpi_clock run in an ssh session? It can provided that the -Y (X11 forwarding) parameter is provided. If -Y was not provided, the DISPLAY variable will be missing from the O/S environment.

As of v5.0, rpi_clock checks that this variable is present: