LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   get running app's window to another X server (https://www.linuxquestions.org/questions/linux-newbie-8/get-running-apps-window-to-another-x-server-375063/)

alesz 10-20-2005 10:07 AM

get running app's window to another X server
 
is it possible to put a running application's window to another X server?

I'd like to watch akgregator's feeds on remote computer, but without the vnc.

Can I tell akregator (KDE app) to draw windows on some other X server trough ssh? I would not like to stop the running akregator and start a new one. How could I put it back after logging off the remote server?

karpi 10-21-2005 03:46 AM

Hello,

on the remote host try:

ssh <host> -l username -X command

with this line you can start a X application on another host and direct the output to your current pc

alesz 10-21-2005 03:52 AM

thank you karpi, but I know about this option, I am using it many times.

But I would like to get a already running app. to my display, running a new one is not an option.

Gato Azul 10-21-2005 04:06 AM

I'm not sure if this is quite what you're looking for, but it might be a start. It's a piece of software called x2x:

http://x2x.dottedmag.net/

According to the description:
Quote:

x2x allows the keyboard and mouse on one ("from") X display to control another ("to") X display.
Hope that helps! :cool:


All times are GMT -5. The time now is 11:17 AM.