Hi, Paul.
I think you are right, at least sometime ago it wouldn't work and would segfault.
This is how i did it back then with xfreerdp compiled from git
Start a X2GO session with full screen selected
Call a script that do other thing and:
DSIZE=`xdpyinfo |grep -i dimensions|awk '{print $2}'`
xfreerdp -d ${DOMAIN} -x 3 -z -g ${DSIZE} -k ${KEYB} -n ${USERHOSTNAME} --sec rdp ${FINALSTRG} ${SERVER}:${PORT}"
--
Helmer Teles
eM@il : helmer.teles At Google Email
Web Page: http://hteles.wordpress.com
On Monday 14 May 2012 16:46:07 Paul van der Vlis wrote:
> Hello,
>
> Is it possible to work full-screen on Windows XP with X2goclient?
> I have a customer what says that this does not work.
>
> With regards,
> Paul.