E
E
Eugen L2016-03-09 10:43:24
linux
Eugen L, 2016-03-09 10:43:24

How to run an application in Wine via ssh with a remote program window displayed?

Goal: Run a Win32 application on a Linux Terminal Server. I installed Wine, put the folder with the application on the C (Wine) drive, started it, but you need to make sure that the Wine application is launched by the ssh +X [email protected] 'application' command. As far as I understand, just entering the name of the .exe file will not do anything. Does anyone have anything to read about this, googling didn't really give me anything.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Y
Yury Martynov, 2016-03-09
@KBegemoT

In man ssh there is a section describing commands/flags
to work with the +X flag in the server configs, you need to enable support for X11Forwarding
Add the " X11Forwarding yes " parameter to the end of the file...
In man ssh_config you can read in detail about X11Forwarding

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question