Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[clavier KDE] Changement de clavier sans effet (résolu)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
augustin2
Apprentice
Apprentice


Joined: 16 Mar 2012
Posts: 244
Location: France

PostPosted: Mon Nov 19, 2012 9:59 pm    Post subject: [clavier KDE] Changement de clavier sans effet (résolu) Reply with quote

Bonjour,
C'est ma première install de Gentoo et j'utilise KDE.
Dans les «System Settings» je peux ajouter des claviers tels que fr et fr -bépo, mais quand j'utilise le commutateur dans la zone de notification, j'ai beau choisir fr je reste désespérément en us.
Comment expliquer ça ?


Last edited by augustin2 on Tue Nov 20, 2012 5:57 am; edited 1 time in total
Back to top
View user's profile Send private message
augustin2
Apprentice
Apprentice


Joined: 16 Mar 2012
Posts: 244
Location: France

PostPosted: Tue Nov 20, 2012 5:57 am    Post subject: Reply with quote

J'ai trouvé une solution
En fait j'avais aussi un avertissement au login :

Quote:
Warning : Cannot open ConsoleKit session : Unable to open session : Failed to connect to socket /var/run/dbus/System_bus_socket : No such file or directory


Les commandes suivantes ont tout réglé :

Code:
rc-update add dbus default
rc-update app consolekit default


J'ai aussi dû effacer toutes les dispositions clavier puis les rajouter.
Back to top
View user's profile Send private message
nox23
n00b
n00b


Joined: 15 Jul 2012
Posts: 36

PostPosted: Wed Nov 21, 2012 9:17 am    Post subject: Reply with quote

si tu veux le francais comme jeu de caractère par défaut pour tes sessions X
ajoute dans /etc/X11/xorg.conf.d/10-evdev.conf :

Code:

Section "InputClass"
        Identifier "evdev keyboard catchall"
        MatchIsKeyboard "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
        Option "XkbLayout" "fr"
        Option "XkbVariant" "latin9"
EndSection
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum