Page 1 of 3

How to run rdesktop gui?

Posted: 2012/05/13 16:11:33
by NickC
I have installed 'X client for remote desktop' (rdesktop) but how do I actually run this, I can't see this in the menu anywhere.

Thanks,
Nick

Re: How to run rdesktop gui?

Posted: 2012/05/13 17:26:31
by pschaff
Have you looked at "man rdesktop" and tried running it from the command line?

How to run rdesktop gui?

Posted: 2012/05/13 18:56:28
by WhatsHisName
Did you install tsclient?

If not, then do so. You should then see "Teminal Server Client" in the Internet tab.

Re: How to run rdesktop gui?

Posted: 2012/05/13 19:18:10
by NickC
[quote]
WhatsHisName wrote:
Did you install tsclient?

If not, then do so. You should then see "Teminal Server Client" in the Internet tab.[/quote]

No I had just installed rdesktop only, tsclient now installed.

This sort of works but does not save any connections which are created. When tsclient is closed all the connections which have been added are lost.

Thanks,
Nick

Re: How to run rdesktop gui?

Posted: 2012/05/13 19:35:12
by WhatsHisName
That is odd.

When I open the Terminal Server Client dialogue box, select "Add Connection" and then supply a host and user name, a percistent entry is made in the dialogue box. I can then Start the new entry.

The implementation of tsclient under EL5 was very clumsy, but under EL6, it should "Just Work".

Re: How to run rdesktop gui?

Posted: 2012/05/13 22:44:59
by scottro
Fedora seems to have dropped tsclient entirely. One installs rdesktop and calls it with rdesktop

Re: How to run rdesktop gui?

Posted: 2012/05/14 15:30:13
by NickC
Just uninstalled then reinstalled tsclient but still the same, connections are not persistant across tsclient sessions. Also tried turning SELinux off but that didn't have any effect either.

Package manager for Gnome indicates the version is: tsclient-2.0.2-7.el6 (x96_64).

This seems to be a very cut down version of tsclient compared to what I have seen elsewhere, for example there are no tabs: General/Display/Local resources/Programs/Performance.

Nick

Re: How to run rdesktop gui?

Posted: 2012/05/16 15:17:42
by NickC
Been searching and don't seem to be able to find a fix for this, can only guess that it just doesn't work properly. Can't explain how WhatsHisName has it working and I don't though. Looks like others elsewhere have had similar problems:
http://forums.opensuse.org/english/get-technical-help-here/applications/402791-tsclient-2-0-doesnt-save-connections.html

Just had a look under openSUSE and that has a perfectly working package called Remmina remote desktop manager. Does that exist in any CentOS repos anywhere or can it be installed from an RPM if there is one somewhere.

Re: How to run rdesktop gui?

Posted: 2012/05/16 15:29:54
by pschaff
It seems rdesktop really ought to work.

No remmina EL6 packages in the well-known repos. In Fedora 14 I see [url=http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/14/Everything/source/SRPMS/remmina-0.7.5-2.fc14.src.rpm]remmina-0.7.5-2.fc14.src.rpm[/url] and [url=http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/14/Everything/source/SRPMS/gnome-applet-remmina-0.7.3-1.fc14.src.rpm]gnome-applet-remmina-0.7.3-1.fc14.src.rpm[/url] so in your shoes I might try to roll my own following [url=http://wiki.centos.org/HowTos/RebuildSRPM]How to Rebuild a Source RPM[/url]. Might also look at google results for [url=https://www.google.com/search?q=Remmina+el6&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:unofficial&client=firefox-a]Remmina el6[/url].

Re: How to run rdesktop gui?

Posted: 2012/05/16 16:48:12
by WhatsHisName
The tsclient/rdesktop pair is installed and works properly on four of my EL6.2 systems.

Whenever something odd like you are descibing happens, I immediately suspect that SELinux is blocking some action, but I see you have already looked into that. If there are no errors in the various logs, then a problem is very hard to track down.

I have seen SELinux block an action even in permissive mode, but not report an audit flag. Those are very hard to track down and usually turn out to be something stupid like the read of a file was allowed, but reading the directory it was in was not allowed.

If you suspect a silent SELinux blockage, then reboot the system, stop at the grub menu, append "selinux=0" to the kernel command line and continue the boot. After the boot is complete, then retest the failing action.