 |
|
| Linux Forum Index » Linux - Mandrake Forum » Get the whole desktop remotely over ssh?... |
|
Page 1 of 1 |
|
| Author |
Message |
| Markus R." Keßler... |
Posted: Tue Apr 21, 2009 3:36 pm |
|
|
|
Guest
|
Hi there!
Just a short question:
I have two Linux boxes in my network - one Mandrake 10.1 and one Mandriva
2009.0.
So I can make a ssh connection from the Mandriva box over the LAN to the
Mandrake machine, there start an application - let's say "KSnake" - and
get the output on the Mandriva box. Nothing special. Yes. But:
Is there any trick to get the _whole_ (KDE 3.2) desktop of Mandrake 10.1
onto the Mandriva one, so one could start applications via start menue
rather than typing their path/name by memory?
I searched a lot, but nothing worked.
Best regards,
Markus
--
Please reply to group only.
For private email please use http://www.dipl-ing-kessler.de/email.htm |
|
|
| Back to top |
|
|
|
| Dave Farrance... |
Posted: Tue Apr 21, 2009 4:55 pm |
|
|
|
Guest
|
"Markus R." Keßler <dimke.fax at (no spam) uni.de> wrote:
Quote: Is there any trick to get the _whole_ (KDE 3.2) desktop of Mandrake 10.1
onto the Mandriva one, so one could start applications via start menue
rather than typing their path/name by memory?
#!/bin/bash
X :1 &
sleep 4
DISPLAY=:1.0 ssh <remote host name> startkde &
sleep 2
--
Dave Farrance |
|
|
| Back to top |
|
|
|
| Markus R." Keßler... |
Posted: Wed Apr 22, 2009 9:23 am |
|
|
|
Guest
|
Am Tue, 21 Apr 2009 22:55:35 +0000 schrieb Dave Farrance:
Am Tue, 21 Apr 2009 22:55:35 +0000 schrieb Dave Farrance:
Quote: "Markus R." Keßler <dimke.fax at (no spam) uni.de> wrote:
Is there any trick to get the _whole_ (KDE 3.2) desktop of Mandrake 10.1
onto the Mandriva one, so one could start applications via start menue
rather than typing their path/name by memory?
#!/bin/bash
X :1 &
sleep 4
DISPLAY=:1.0 ssh <remote host name> startkde & sleep 2
Hi Dave,
many thanks!
I tried this, but I get a "Fatal server error", and, when I use the
ampersand before the "sleep 2" in the last line as shown above, then I
cannot enter the password fast enough. In this case I get "Permission
denied".
When modifying the line, i.e. without "&", then there also occurs a "Fatal
server error. Server is already running for disply 1", followed by "unable
to open display 'localhost:10.0", "kded: cannot connect to X server
localhost:10.0".
Does the X server on the controlled box have to be running? Usually I run
the Manrdake box, which I want to control, in RL 3 / text mode.
Best regards,
Markus
--
Please reply to group only.
For private email please use http://www.dipl-ing-kessler.de/email.htm |
|
|
| Back to top |
|
|
|
| Frank Peelo... |
Posted: Fri Apr 24, 2009 6:20 am |
|
|
|
Guest
|
VNC can work over SSH. I can SSH into my home machine, then start VNC
server (on the remote machine) with localhost::5972 and a new KDE
session starts with a login screen. That was disappointing for me, as I
wanted to be able to see what was happening on the desktop in my living
room (I sometimes get "it's not working" phone calls) but it's handy
nonetheless. Also, the SSH login username is not the same as the
username I give to KDE, which means my KDE username and password are
encrusted by SSH before going over the internet.
VNC may be faster than SSH X forwarding, because it seems to do some
compression of the screen images.
Frank
Markus R. Keßler wrote:
Quote: Hi there!
Just a short question:
I have two Linux boxes in my network - one Mandrake 10.1 and one Mandriva
2009.0.
So I can make a ssh connection from the Mandriva box over the LAN to the
Mandrake machine, there start an application - let's say "KSnake" - and
get the output on the Mandriva box. Nothing special. Yes. But:
Is there any trick to get the _whole_ (KDE 3.2) desktop of Mandrake 10.1
onto the Mandriva one, so one could start applications via start menue
rather than typing their path/name by memory?
I searched a lot, but nothing worked.
Best regards,
Markus
|
|
|
| Back to top |
|
|
|
| nospamgc... |
Posted: Sat Apr 25, 2009 4:20 am |
|
|
|
Guest
|
Dave Farrance schreef:
Quote: "Markus R." Keßler <dimke.fax at (no spam) uni.de> wrote:
Is there any trick to get the _whole_ (KDE 3.2) desktop of Mandrake 10.1
onto the Mandriva one, so one could start applications via start menue
rather than typing their path/name by memory?
Dear Dave,
You might want to look into Freenx. It performs well, uses ssh.
Good luck,
G.C. |
|
|
| Back to top |
|
|
|
|
|
All times are GMT - 5 Hours
The time now is Thu Nov 26, 2009 6:58 am
|
|