Re: Wine doesn't do X11, does it?
Bruno Jesus <[email protected]>
| Newsgroups | gmane.comp.emulators.wine.user |
|---|---|
| Message-ID | <CALF_nUT8JUGnW-+1xT0CpERy0PqX0T62R97yMTv1ZR8TG7NaXw@mail.gmail.com> |
On Mon, May 14, 2012 at 4:13 PM, w91745 <[email protected]> wrote: > Sorry, let me ask my Q this way: > > Let's say I install Wine + TextPad (a Windows text editing app) on our Linux box. > > Can I log into our box remotely, launch TextPad, and have it show on my local desktop via X11? (Assuming I'm running an X server on my local desktop). Yes, if you mean forwarding X through ssh -X. You can run mostly every program remotely by doing that. I have done that during remote debug sessions.