Projet

Général

Profil

Bug #2072

Calvier qwerty

Ajouté par Eric Seigne il y a environ 12 ans. Mis à jour il y a environ 12 ans.

Statut:
Fixed - Corrigé - Implémenté
Priorité:
Paquets
Assigné à:
Version cible:
Début:
27/03/2012
Echéance:
% réalisé:

100%

Temps estimé:
4.00 h

Description

Le clavier n'est pas en azerty sur les Tx, en cause le script /etc/kde4/kdm/Xsetup

xkbmodel=`/opt/ltsp/i386/bin/getltscfg -n ${MYNAME} -c /opt/ltsp/i386/etc/lts.conf XKBMODEL`
xkblayout=`/opt/ltsp/i386/bin/getltscfg -n ${MYNAME} -c /opt/ltsp/i386/etc/lts.conf XKBLAYOUT`
COMPUTERARCH=`/opt/ltsp/i386/bin/getltscfg -n ${MYNAME} -c /opt/ltsp/i386/etc/lts.conf COMPUTERARCH`

ne marche plus: /opt/ltsp/i386/bin/getltscfg n'est pas compatible avec la 11.08 64 bits serveur, il faut donc trouver de tt urgence un getltscfg source à compiler ou un analyseur de la syntaxe qui soit compatible.

xkbmodel="xorg" 
xkblayout="fr" 
COMPUTERARCH="ltsp44" 

Historique

#1 Mis à jour par Eric Seigne il y a environ 12 ans

Après avoir compilé un getltscfg pour amd64 je viens de tomber sur le 2° bug: le clavier doit être en pc104 et non pc105 !

#2 Mis à jour par Eric Seigne il y a environ 12 ans

Xsetup: ajouter la ligne suivante pour faire le ramasse miete:

if [ "${COMPUTERARCH}" = "ltsp44" -a "${xkbmodel}" != "" -a "${xkblayout}" != "" ]; then
  setxkbmap -rules xorg -model ${xkbmodel} -layout ${xkblayout} 2>&1 >>/tmp/lelog
  setxkbmap -rules xorg -model pc104 -layout ${xkblayout} 2>&1 >>/tmp/lelog
fi

#3 Mis à jour par Eric Seigne il y a environ 12 ans

  • Statut changé de Assigned - En cours à Fixed - Corrigé - Implémenté
  • % réalisé changé de 20 à 100

C'est fait: paquet horizon-getltscfg binaire compilé donc deux paquets (i386 et amd64) + paquet horizon-kdm-default-settings qui apporte la modification du fichier Xsetup

Formats disponibles : Atom PDF

Redmine Appliance - Powered by TurnKey Linux