Lodestone-Team / lodestone_core

The backend for Lodestone, A free, open source server hosting tool for Minecraft and other multiplayers
https://www.lodestone.cc/
GNU Affero General Public License v3.0
60 stars 7 forks source link

Tauri client does not handle Ctrl C through command line #91

Closed CheatCod closed 1 year ago

CheatCod commented 1 year ago

Description

If Lodestone is ran through SSH on a linux machine that has a DE running, Tauri window will pop up invisible to the SSH user, and ctrl-c the CLI will only shutdown Lodestone Core and not the Tauri window, leaving it in a invalid state

Steps to reproduce (optional)

  1. Launch Lodestone through SSH
  2. Ctrl C the CLI
  3. Lodestone does not exit, only the core is shut down but the tauri window remains op on the DE
CheatCod commented 1 year ago

done