FS#11393 - Xorg : french canadian layout is wrong

Attached to Project: Arch Linux
Opened by Rémy Guillemette (Shaika-Dzari) - Thursday, 04 September 2008, 00:13 GMT
Last edited by Roman Kyrylych (Romashka) - Saturday, 06 September 2008, 07:56 GMT
Task Type Bug Report
Category Packages: Testing
Status Closed
Assigned To No-one
Architecture All
Severity Medium
Priority Normal
Reported Version None
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
The canadian french layout did not work with lastest xorg.
This is a layout we use in Québec with keys like:
AltGr + 2 = @
Shift+# = |

I solved the problem in a shell with:
setxkbmap -layout ca -variant fr

Additional info:
pkg version:
xorg-server 1.4.99.906-2
xf86-input-keyboard 1.3.1-1

xorg.conf:
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "ca"
Option "XkbVariant" "fr"
EndSection

Steps to reproduce: Install lastest xorg and use french canadian layout.
This task depends upon

Closed by  Roman Kyrylych (Romashka)
Saturday, 06 September 2008, 07:56 GMT
Reason for closing:  Duplicate
Additional comments about closing:  similar to  FS#11359 ,  FS#11357 
Comment by Rémy Guillemette (Shaika-Dzari) - Thursday, 04 September 2008, 00:25 GMT
Ok, I found a fix here (last comment by JGC) :
http://bugs.archlinux.org/task/11359

Loading...