Disable graphical wineconsole

Questions about Wine on Linux
Locked
FirstMan
Newbie
Newbie
Posts: 1
Joined: Sun Dec 19, 2021 10:03 pm

Disable graphical wineconsole

Post by FirstMan »

Hello! I am trying to develop an application that interacts with wineconsole on a server (no graphical interface). On the server if I run something in wineconsole I can interact with it just fine, but when working on my local PC which has a graphical server (xorg) wineconsole will launch a new graphical instance instead of the current terminal. Is there a way to force wineconsole to not launch a new window?
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: Disable graphical wineconsole

Post by jkfloris »

Instead of wineconsole program.exe, you can just use wine program.exe
Locked