protonscr

How to run windows cli apps directly in the same terminal

protonclosed
ValveSoftware/Proton#9632 · opened 2026-03-31 by Twig6943 · updated 2026-03-31 · 1 comments · github
TTwig6943 2026-03-31 github

Proton version: any

when I do wine Minecraft.Server.exe it opens directly in the same linux terminal but when I do umu-run Minecraft.Server.exe it spawns a cmd window.

Kkisak-valve maintainer 2026-03-31 github

Hello @Twig6943, running random applications in a terminal is generally out of scope for this issue tracker. Having written that, ending a command in many shells with an ampersand (&) usually returns to the command prompt while the command before it runs.

Nothing extracted yet.