Luis, that helped! Thank you very much! Best regards,
Knut ________________________________ Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Luis Vilar Flores Gesendet: Donnerstag, 22. März 2007 17:36 An: [email protected] Betreff: [SunRay-Users] RE: SunRay-Users] (Again) Sunrays and numeric keypad I have that problem solved in SRSS311 running on CentOS 4 with Portuguese keyboards by putting a file named: z_keypad-fix (to run last) with content: #!/bin/sh /usr/bin/X11/xmodmap - <<__EOF__ keycode 91 = slash keycode 92 = asterisk keycode 93 = minus keycode 94 = plus keycode 95 = KP_Enter keycode 96 = 1 keycode 97 = 2 keycode 98 = 3 keycode 99 = 4 keycode 100 = 5 keycode 101 = 6 keycode 102 = 7 keycode 103 = 8 keycode 104 = 9 keycode 105 = 0 keycode 106 = period __EOF__ in: /etc/X11/gdm/SunRayPreSession/helpers Note: if the network goes down and the session is restored the keypad sometimes gets scrambled again ... -- Luis Flores Analista de Sistemas Evolute - Consultoria Informática <http://www.evolute.pt> Email: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> Tel: (+351) 212949689 AVISO DE CONFIDENCIALIDADE Esta mensagem de correio electrónico e eventuais ficheiros anexos são confidenciais e destinados apenas à(s) pessoa(s) ou entidade(s) acima referida(s), podendo conter informação privilegiada e confidencial, a qual não poderá ser divulgada, copiada, gravada ou distribuída nos termos da lei vigente. Caso não seja o destinatário da mensagem, ou se ela lhe foi enviada por engano, agradecemos que não faça uso ou divulgação da mesma. A distribuição ou utilização da informação nela contida é interdita. Se recebeu esta mensagem por engano, por favor notifique o remetente e apague este e-mail do seu sistema. Obrigado. CONFIDENTIALITY NOTICE This e-mail transmission and eventual attached files are intended only for the use of the individual(s) or entity(ies) named above and may contain information that is both privileged and confidential and is exempt from disclosure under applicable law. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution or use of any of the information contained in this transmission is strictly restricted. If by any means you have received this transmission in error, please immediately notify the sender and delete this e-mail from your system. Thank you. _______________________________________________ SunRay-Users mailing list [email protected] http://node1.filibeto.org/mailman/listinfo/sunray-users
