Jay Sorg a écrit :
>>> connecting to sesman ip 127.0.0.1 port 3350
>>> sesman connect ok
>>> sending lgin info to sesman
>>> login succesful for display 10
>>> started connecting
>>> connecting to 127.0.0.1 5910
>>> error - problem connecting
> 
> This error usually mean the xserver did not start.
> Usually you can see the problem if you type
> 
> Xvnc :10
> 
> at a command prompt.
> If it does start, try to connect to it with vncviewer.

Okay, I finally managed to make it function, but only with tightvnc - it 
seems that there is something weird with vnc4server but I didn't found what.

In the same time, I've solved the keyboard issue -which seems to be 
tightvnc-specific- with the workaround given XDP_XMODMAP_DISABLE.

As I'm french, it's not enough for me to have a POSIX locale. I've 
solved it too in exporting LC_ALL.

The only point was to find out where I had to make those changes, 
because whereas it worked in ~/.vnc/xstartup under vanilla VNC, it 
didn't work under xrdp. In fact, xrdp doesn't make use of this settings 
but rather runs the /etc/xrdp/startwm.sh script. This is where I put my 
changes:

#!/bin/sh

export LANG=french
export LC_ALL=fr_FR.utf8
export XKL_XMODMAP_DISABLE=1
. /etc/X11/Xsession

Whaow! Great!

Cordialement,
-- 
Bernard Choppy
<cho...@free.fr>


------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
xrdp-devel mailing list
xrdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xrdp-devel

Reply via email to