Pathoschild / SMAPI

The modding API for Stardew Valley.
https://smapi.io/
GNU Lesser General Public License v3.0
1.71k stars 258 forks source link

Make sure script runs through a terminal #937

Closed HoodedDeath closed 2 days ago

HoodedDeath commented 3 months ago

Adds some terminal emulator checking and detection to 'install on Linux.sh' to fix issue #929. Only checks a few terminals, but should be enough to get by. Alerts user via notify-send if none of the checked terminals are found, instructing them to launch the script through a terminal

Pathoschild commented 2 days ago

Merged into develop for the upcoming SMAPI 4.1.0. Thanks for the help!