[l10n fr] system-config-keyboard.fc18 doesn't work

This commit is contained in:
Matthieu Saulnier 2012-12-21 13:38:55 +01:00
parent ec34fb97fe
commit 8d5508e556
4 changed files with 48 additions and 0 deletions

View File

@ -20,3 +20,15 @@ timezone Europe/Paris
-ibus*
-iok
%end
%post
# system-config-keyboard doesn't really work (missing xorg.conf etc)
cat >>/etc/X11/xorg.conf << EOF
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "fr-latin9"
EndSection
EOF
%end

View File

@ -20,3 +20,15 @@ timezone Europe/Paris
-ibus*
-iok
%end
%post
# system-config-keyboard doesn't really work (missing xorg.conf etc)
cat >>/etc/X11/xorg.conf << EOF
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "fr-latin9"
EndSection
EOF
%end

View File

@ -20,3 +20,15 @@ timezone Europe/Paris
-ibus*
-iok
%end
%post
# system-config-keyboard doesn't really work (missing xorg.conf etc)
cat >>/etc/X11/xorg.conf << EOF
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "fr-latin9"
EndSection
EOF
%end

View File

@ -20,3 +20,15 @@ timezone Europe/Paris
-ibus*
-iok
%end
%post
# system-config-keyboard doesn't really work (missing xorg.conf etc)
cat >>/etc/X11/xorg.conf << EOF
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "fr-latin9"
EndSection
EOF
%end