remote desktop to Fedora 20 with xrdp

0

I was able to setup xrdp on my Fedora 13 machine and access it from my Windows 7 machine by follow the steps on the first post on this thread

It was simple and easy.

But when i try the same on my Fefora 20 machine, things are quite different. There is no error message but some new info like these:

# chkconfig --levels 35 xrdp on

Note: Forwarding request to 'systemctl enable xrdp.service'.

# service xrdp start

Redirecting to /bin/systemctl start xrdp.service

and then I cannot remote it from my window machine.

I also did the following based on the last post of above threa:

# yum -y install tigervnc-server

Any configuration I should do to make xrdp works for me?

I was able to ping each other.

EDIT:

I can access the shared folder on my Windows machine from my Fedora 20. It seems the problem is on the Fedora side. how to know the service on linux is running? The "service --status-all" cannot give me useful information.

5YrsLaterDBA

Posted 2014-02-19T17:59:29.053

Reputation: 395

try this http://networkstatic.net/xrdp-an-easy-remote-desktop-setup-for-your-ubuntu-servers/

– Renju Chandran chingath – 2014-02-19T18:14:41.657

tried several times. Still the same. – 5YrsLaterDBA – 2014-02-19T19:49:49.457

Answers

1

check if you have a the "PREFERRED=gnome" line in /etc/sysconfig/desktop

Even though this is no longer mentioned in the current RHEL/Fedora documentation, it's noted in older documents from redhat RedHat and seems to still work in F20.

There's also a BZ about this which seems to not be getting attention.

You can also set this to other window manager if you're using mate, xfce, etc

I had to do this on F20 to get xrdp working properly with my mate instance.

waz0wski

Posted 2014-02-19T17:59:29.053

Reputation: 11