Hello Stefan,

Perhaps you can set the needed xmodmap calls in the global user
profile (and/or utku profile template dir? Keep in mind that you
may have to use different fixes for different cases, i.e. local
(console) X11 server and a Sun Ray one.

We have a clause like this in /etc/profile on some of our (Solaris)
servers which had problems with pipes ("bar") on non-Sun keyboards:

if [ x"$DTLOGINDISPLAYCLASS" = xSunRay ]; then
        [ x"$LANG" = x ] && LANG=ru_RU.ISO8859-5
        [ x"$LC_COLLATE" = x ] && LC_COLLATE=ru_RU.ISO8859-5
        [ x"$LC_CTYPE" = x ] && LC_CTYPE=ru_RU.ISO8859-5
        [ x"$LC_NUMERIC" = x ] && LC_NUMERIC=ru_RU.ISO8859-5
        [ x"$LC_TIME" = x ] && LC_TIME=ru_RU.ISO8859-5
        export LANG LC_COLLATE LC_CTYPE LC_MESSAGES LC_MONETARY LC_NUMERIC 
LC_TIME

        # SunRay at home with non-Sun keyboard
        KBDFIX_DTU="IEEE802.080020f8a169"
        UTRESADM="/opt/SUNWut/sbin/utresadm"
        if [ -x "$UTRESADM" -a x"$KBDFIX_DTU" != x ]; then
            DTU=`"$UTRESADM" | awk '{ print $1 }'`
            for DTUS in $KBDFIX_DTU; do
                if [ x"$DTU" = x"$DTUS" ]; then
                        /usr/openwin/bin/xmodmap -e "keycode 57 = backslash bar"
                fi
            done
        fi

### Major backslash fixup
        if [ -z "$SSH2_CLIENT" -a x"$DISPLAY" != x ]; then
            /usr/openwin/bin/xmodmap -e "keycode 57 = backslash bar"
        fi
fi


Thursday, January 17, 2008, 3:36:05 PM, you wrote:

SS> Hello again,

SS> today I try it in english  

SS> After the test today with the € and the comma on the Num-Pad, we find 
SS> out something.

SS> The key we need for the "Num comma" is the 107 on the keyboard. If we 
SS> look in the xmodmap with "xmodmap -pke" we see that there is "delete" on
SS> this key. If we change it with <xmodmap -e "keycode = comma"> then the
SS> key works fine with comma. After VNC-Connect on a WindowsHost, the Key
SS> works also fine.

SS> Do we try to connect with a "utku" User, it won?t work. After a reboot
SS> it won?t work for the root too. We search after the standard/default 
SS> Layout, but we can?t find the right file were to modified it.

SS> Please help if you can. Thanks!

SS> Greets Stefan.

SS> _______________________________________________
SS> SunRay-Users mailing list
SS> [email protected]
SS> http://www.filibeto.org/mailman/listinfo/sunray-users



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

_______________________________________________
SunRay-Users mailing list
[email protected]
http://www.filibeto.org/mailman/listinfo/sunray-users

Reply via email to