Tiny Core Linux

Tiny Core Extensions => TCE Talk => Extension requests => Topic started by: Malamut on October 29, 2010, 02:48:30 PM

Title: freerdp client
Post by: Malamut on October 29, 2010, 02:48:30 PM
Because of the huge number of critical issues in rdesktop it will be greate if somebody compile freerdp for TCL and add an extension with it to main repository.

http://freerdp.com/

Now in freerdp (v0.8.1) solved all very old problems of rdesktop, so there is no reason to use rdesktop.
Title: Re: freerdp client
Post by: gutmensch on October 29, 2010, 04:49:53 PM
sounds interesting to me, gonna give it a try and submit ASAP :)
Title: Re: freerdp client
Post by: Malamut on November 01, 2010, 03:20:24 AM
I'm waiting for it ;) rdesktop from TCL stopped worked with my win2008r2 servers at all :'(
Title: Re: freerdp client
Post by: gutmensch on November 01, 2010, 05:03:02 AM
sorry, just been busy this weekend... freerdp and freerdp-dev now sent for submission!
Title: Re: freerdp client
Post by: jonathanbrickman0000 on December 10, 2010, 09:59:56 PM
The big catch with FreeRDP, sadly, is that it doesn't do keyboards correctly with Xvesa.  One must use Xorg.  Hopefully someone brilliant in programming will fix this very soon :-)

J.E.B.
Title: Re: freerdp client
Post by: grafeio on December 22, 2010, 12:13:57 PM
aha... I thought my keyboard was a bit squiffy. I got round rdesktop failing with 2008 R2 by launching via a script and if ~/.rdesktop/ exists, then chown root:root .rdesktop/ and that fixes it - even when server is set to per device licensing.

I want to test freerdp with 2008 R2 session broker. If anybody has tested this and knows if it works...
Title: Re: freerdp client
Post by: gutmensch on December 22, 2010, 05:00:15 PM
Or you can just delete the content of .rdesktop everytime before you call rdesktop, e.g.
Code: [Select]
rm -f ~/.rdesktop/* ; rdesktop server

We have Win2008R2 running with session broker, I was able to login but immediately got a black screen (maybe due to redirection/session implementation of MS RDP) and then freerdp quit.
Title: Re: freerdp client
Post by: wh1sp3r on January 11, 2012, 02:50:54 PM
Hi, i see, there is a new freeRDP 1.0, is it possible to add it into TC ?

i think, it's still beta, but i am very curious, how new version is working with TC.
Title: Re: freerdp client
Post by: bmarkus on January 11, 2012, 02:53:36 PM
Hi, i see, there is a new freeRDP 1.0, is it possible to add it into TC ?

i think, it's still beta, but i am very curious, how new version is working with TC.

To add beta releases to the official repository is against the TC repo policy. However you can compile and try it, even you do not need a .tcz package yourself, whuch can be easily created BTW. See WIKI.
Title: Re: freerdp client
Post by: gutmensch on January 25, 2012, 01:47:12 PM
FreeRDP 1.0.0 has been released and I uploaded it to the repo. Xorg-7.6 is not a strict dep but it is likely necessary... just in case you experience keyboard problems. ;)