Hello MOULINE,

Friday, September 15, 2006, 9:51:50 PM, you wrote:

MK> Hi All,

MK> I have two issue to resolve:

MK> I have sun French keyboard, fresh installation of solaris and french
MK> installation of windows ;)

MK> 1- When I want to use windows connector on CAM on a script I put:

MK> /opt/SUNWuttsc/bin/uttsc -m -r
MK> disk:solDisk=/tmp/SUNWut/mnt/$LOGNAME 
MK> <serverIPAdress>

MK> In order to have a full windows and a remote access to my folders,

MK> The problem is that from CAM, on the windows session log on I have
MK> keyboard EN;

MK> but when I run the command directly from my Sun Box all is OK : on
MK> windows session log on I have keyboard FR
MK> ?????

MK> 2- When I want to activate my smart card, the window where we have to
MK> put the Unix login and password, the keyboard is EN not FR.!!!

MK> There is a place on sunrayserver where we can change env variables ?
You can change the default locale of Solaris, X-Windows (used for
SunRay and CAM session in particular) and so on.

Installed locales are, in particular, listed as directories in
/usr/share/locale/. My examples will be for one of numerous Russian
locales, which seems best implemented in Solaris since long ago :)

Solaris (default setting for the system services if not overridden
  in their configs):
  
  in file /etc/default/init add lines like
  LANG=ru_RU.ISO8859-5
  LC_ALL=ru_RU.ISO8859-5
  LC_TIME=C
  etc.

X-Windows:
  in file /etc/dt/config/Xconfig.SUNWut.prototype add a line like
  Dtlogin*language:       ru_RU.ISO8859-5

  See comments in the file and/or google the docs for details

You can also set default keyboard layout for RDP clients. These are
parameters "-l" for Connector and "-k" for rdesktop, like this:

/opt/SUNWuttsc/bin/uttsc -u WUSER -d DOM -m -A 24 -l en_US WIN
/usr/local/bin/rdesktop -u WUSER -d DOM -f -a 24 -k en-us -z -N -r sound:local 
WIN

By default it takes the value of the LANG variable, I think (in our
case the default locale for password becomes Russian which is not
convenient for Latin passwords :) ).

Less probably LC_ALL or other LC_* may have effect.

Hope this helps :)

-- 
Best regards,
 Jim Klimov                            mailto:[EMAIL PROTECTED]

_______________________________________________
SunRay-Users mailing list
SunRay-Users@filibeto.org
http://www.filibeto.org/mailman/listinfo/sunray-users

Reply via email to