Page 1 of 1

XFCE and remote desktop

Posted: Sun Jun 01, 2008 8:39 am
by Arron
How would I get a remote desktop setup on XFCE? I searched the Ubuntu forums, but I found more on problems with it, since Ubuntu comes default with it. I have setup a couple friends with XFCE mint (they love it) and im looking to login to help them with some some small issues. I would prefer via ssh, since that is a easy thing to open up threw the firewall, and test connection via shell. I can do most things threw shell, but i want to help them with some desktop items (logged in as them).

Re: XFCE and remote desktop

Posted: Wed Jun 04, 2008 8:08 am
by Husse
Now I (almost) never use XFCE but is not "Remote Desktop" there?
It is in the main edition, but it may be a "gnome thing"

Re: XFCE and remote desktop

Posted: Thu Jun 05, 2008 1:23 am
by merlwiz79
I believe it's in mintConfig.
Or look in /usr/share/applications/
It's installed but was set not to show in xfce. :?:

Re: XFCE and remote desktop

Posted: Sat Jun 07, 2008 7:58 am
by Arron
thanks for the reply, i found it. I turned it on, and tried the command, but still cant connect

Code: Select all

arron@arron-laptop:~$ vncviewer 127.0.0.1:0
VNC viewer version 3.3.7 - built May 24 2007 12:45:44
Copyright (C) 2002-2003 RealVNC Ltd.
Copyright (C) 1994-2000 AT&T Laboratories Cambridge.
See http://www.realvnc.com for information on VNC.
vncviewer: ConnectToTcpAddr: connect: Connection refused
Unable to connect to VNC server
arron@arron-laptop:~$

Re: XFCE and remote desktop

Posted: Sat Jun 07, 2008 5:18 pm
by merlwiz79
Make sure in the Login Preferences that you have the ability to login with Remote connections.
If you have a router make sure the port you are using is open.(port forward)
I have never tried a Remote login but will sometime later to night.

Re: XFCE and remote desktop

Posted: Sun Jun 08, 2008 9:05 pm
by Arron
Ok, thanks for the hint..... here is what i tried...

Code: Select all

sudo apt-get install ssh
So now i can ssh localhost and get connected.

I turn on the remote desktop, but i still get connection refused. Does vnc use ssh to connect?