As i'm french, i configure my session for the french language.
I use XFCE4, and Slim as session manager.
I configured /etc/profile, as:
My personal .xinitrc:
And active
into /etc/rc.conf!
At the first time, i've not configured Xorg.
And when Slim launch, the keyboard is into English Language!
Trouble
I disable slim, launch xfce4 in my user session, and XFCE4 is really into French!
How obtain French keyboard for slim manager?!
It's really a problem to tape password with azerty keyboard... for a "FR" password, into "EN" language.
(because my pass is an mnemonic password, with maj, min, chiffers, and alfanumerics ...)
I attempt to configure files for Xorg, as:
Ok, Slim recognize French keyboard... but, when i log in my XFCE Session, the mouse is not recognize.
I wrote another file config for X, as:
But, not function. Xorg hang!
At this time, to use XFCE Session in French, without any problem, i disable slim, rename files config Xorg into .svg, and launch session by 'starxfce4' after connect-me into my user session!
I use XFCE4, and Slim as session manager.
I configured /etc/profile, as:
Code:
# $FreeBSD: releng/11.0/etc/profile 208116 2010-05-15 17:49:56Z jilles $
#
# System-wide .profile file for sh(1).
#
# Uncomment this to give you the default 4.2 behavior, where disk
# information is shown in K-Blocks
# BLOCKSIZE=K; export BLOCKSIZE
#
# For the setting of languages and character sets please see
# login.conf(5) and in particular the charset and lang options.
# For full locales list check /usr/share/locale/*
# You should also read the setlocale(3) man page for information
# on how to achieve more precise control of locale settings.
#
# Check system messages
# msgs -q
# Allow terminal messages
# mesg y
CHARSET=UTF-8; export LANG
GDM_LANG=fr_FR.UTF-8; export GDM_LANG
LANG=fr_FR.UTF-8; export LANG
LC_ALL=fr_FR.UTF-8; export LC_ALL
LC_COLLATE=fr_FR.UTF-8; export LC_COLLATE
LC_CTYPE=fr_FR.UTF-8; export LC_CTYPE
LC_NUMERIC=fr_FR.UTF-8; export LC_NUMERIC
LC_MESSAGES=fr_FR.UTF-8; export LC_MESSAGES
LC_MONETARY=fr_FR.UTF-8; export LC_MONETARY
LC_TIME=fr_FR.UTF-8; export LC_TIME
SLIM_LANG=fr_FR.UTF-8; export SLIM_LANG
My personal .xinitrc:
Code:
LANG="fr_FR.UTF-8"; export LANG
LC_ALL="fr_FR.UTF-8"; export LC_ALL
MM_CHARSET="fr_FR.UTF-8"; export MM_CHARSET
export HISTTIMEFORMAT="%F %T : "
startxfce4
And active
Code:
slim_enable="YES"
At the first time, i've not configured Xorg.
And when Slim launch, the keyboard is into English Language!
Trouble

I disable slim, launch xfce4 in my user session, and XFCE4 is really into French!
How obtain French keyboard for slim manager?!
It's really a problem to tape password with azerty keyboard... for a "FR" password, into "EN" language.

(because my pass is an mnemonic password, with maj, min, chiffers, and alfanumerics ...)
I attempt to configure files for Xorg, as:
Code:
# less /usr/local/etc/X11/xorg.conf.d/keyboard.conf
Section "InputClass"
Identifier "Keyboard0"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbLayout" "fr"
Option "XkbModel" "pc105"
Option "XkbRules" "xorg"
Option "XkbVariant" "latin9"
EndSection
Ok, Slim recognize French keyboard... but, when i log in my XFCE Session, the mouse is not recognize.
I wrote another file config for X, as:
Code:
# less /usr/local/etc/X11/xorg.conf.d/mouse.conf
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Device" "/dev/sysmouse"
Option "Protocol" "auto"
Option "ZAxisMapping" "4 5 6 7"
EndSection
At this time, to use XFCE Session in French, without any problem, i disable slim, rename files config Xorg into .svg, and launch session by 'starxfce4' after connect-me into my user session!