On Mon, May 14, 2012 at 4:13 PM, w91745 <wineforum-user@xxxxxxxxxx> 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.