Issue Default kitty terminal doesn't work with steam.

ATOMICSHADOW

Newcomer
When i try to run the game directly by double clicking or directly from the terminal, the smapi console opens just fine in my default kitty terminal.
But when i try and run it from steam, i'm greeted with some weird terminal (which i'm assuming is xterm):
1734206374806.png


To add to this, i don't even have xterm! 😑
What terminal even is this.
Anyways to remedy this i tried setting the SMAPI_PREFER_TERMINAL_NAME env in steam launch options which did nothing.
Then i tried removing xterm from the terminal array in StardewValley binary which resulted in no terminal being open at all.

So, can anyone please help me fix this?
 

katiemau

Newcomer
When i try to run the game directly by double clicking or directly from the terminal, the smapi console opens just fine in my default kitty terminal.
But when i try and run it from steam, i'm greeted with some weird terminal (which i'm assuming is xterm):
View attachment 27297

To add to this, i don't even have xterm! 😑
What terminal even is this.
Anyways to remedy this i tried setting the SMAPI_PREFER_TERMINAL_NAME env in steam launch options which did nothing.
Then i tried removing xterm from the terminal array in StardewValley binary which resulted in no terminal being open at all.

So, can anyone please help me fix this?
I have had the same issue, and what solved it for me was manually specifying a non-sandboxed Linux runtime (In this case "Legacy runtime 1.0" under the compatibility section of the options for Stardew Valley. I also of course set the terminal name to kitty,
 
Top