Page 1 sur 1
[xfce] interface en anglais(résolu)
Publié : mer. 01 juin 2011, 11:40
par cauchy
[EDIT modo]divisé depuis
http://forums.archlinux.fr/topic7856.html[/EDIT]
Bonjour, bah mince sur une installation toute fraiche j'ai le même problème mais en utilisant gdm(tout moche soit dit en passant)+xfce4
Code : Tout sélectionner
[root@Arch-cle-16G gros-calin]# pacman -S libxfce4ui
warning: libxfce4ui-4.8.0-3 is up to date -- reinstalling
resolving dependencies...
looking for inter-conflicts...
Targets (1): libxfce4ui-4.8.0-3
Total Download Size: 0.00 MB
Total Installed Size: 0.60 MB
Proceed with installation? [Y/n]
(1/1) checking package integrity [##############] 100%
(1/1) checking for file conflicts [##############] 100%
(1/1) upgrading libxfce4ui [##############] 100%
[root@Arch-cle-16G gros-calin]# locale-gen
Generating locales...
fr_FR.UTF-8... done
fr_FR.ISO-8859-1... done
fr_FR.ISO-8859-15@euro... done
Generation complete.
[root@Arch-cle-16G gros-calin]# locale
LANG=
LC_CTYPE="POSIX"
LC_NUMERIC="POSIX"
LC_TIME="POSIX"
LC_COLLATE="POSIX"
LC_MONETARY="POSIX"
LC_MESSAGES="POSIX"
LC_PAPER="POSIX"
LC_NAME="POSIX"
LC_ADDRESS="POSIX"
LC_TELEPHONE="POSIX"
LC_MEASUREMENT="POSIX"
LC_IDENTIFICATION="POSIX"
LC_ALL=
[root@Arch-cle-16G gros-calin]#
est-ce qu'il un un bug connu ou bien...
Re: [xfce] interface en anglais
Publié : mer. 01 juin 2011, 11:55
par oktoberfest
Salut,
tu peux poster ton rc.conf ?
Re: [xfce] interface en anglais
Publié : mer. 01 juin 2011, 12:19
par cauchy
Je viens d'installer gnome (pacman -S gnome) et dans ce cas j'obtiens
Code : Tout sélectionner
[gros-calin@Arch-cle-16G ~]$ locale
LANG=fr_FR.UTF-8
LC_CTYPE="fr_FR.UTF-8"
LC_NUMERIC="fr_FR.UTF-8"
LC_TIME="fr_FR.UTF-8"
LC_COLLATE="fr_FR.UTF-8"
LC_MONETARY="fr_FR.UTF-8"
LC_MESSAGES="fr_FR.UTF-8"
LC_PAPER="fr_FR.UTF-8"
LC_NAME="fr_FR.UTF-8"
LC_ADDRESS="fr_FR.UTF-8"
LC_TELEPHONE="fr_FR.UTF-8"
LC_MEASUREMENT="fr_FR.UTF-8"
LC_IDENTIFICATION="fr_FR.UTF-8"
LC_ALL=
[gros-calin@Arch-cle-16G ~]$
alors que sous Xfce je n'ai que des POSIX cela semble dû à Xfce (ou mon installation de xfce !).
Re: [xfce] interface en anglais
Publié : mer. 01 juin 2011, 12:24
par cauchy
oktoberfest a écrit :Salut,
tu peux poster ton rc.conf ?
Ah, oui, le voilà :
Code : Tout sélectionner
#
# /etc/rc.conf - Main Configuration for Arch Linux
#
# -----------------------------------------------------------------------
# LOCALIZATION
# -----------------------------------------------------------------------
#
# LOCALE: available languages can be listed with the 'locale -a' command
# DAEMON_LOCALE: If set to 'yes', use $LOCALE as the locale during daemon
# startup and during the boot process. If set to 'no', the C locale is used.
# HARDWARECLOCK: set to "UTC" or "localtime", any other value will result
# in the hardware clock being left untouched (useful for virtualization)
# Note: Using "localtime" is discouraged.
# TIMEZONE: timezones are found in /usr/share/zoneinfo
# KEYMAP: keymaps are found in /usr/share/kbd/keymaps
# CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
# CONSOLEMAP: found in /usr/share/kbd/consoletrans
# USECOLOR: use ANSI color sequences in startup messages
# VERBOSE: Verbose level (from 1 to 8). man 3 syslog for level info
#
LOCALE="fr_FR.UTF-8"
DAEMON_LOCALE="no"
HARDWARECLOCK="UTC"
TIMEZONE="Europe/Paris"
KEYMAP="fr-pc"
CONSOLEFONT=
CONSOLEMAP=
USECOLOR="yes"
VERBOSE="3"
# -----------------------------------------------------------------------
# HARDWARE
# -----------------------------------------------------------------------
#
# MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
# MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
#
MOD_AUTOLOAD="yes"
MODULES=()
# Udev settle timeout (default to 30)
UDEV_TIMEOUT=30
# Scan for FakeRAID (dmraid) Volumes at startup
USEDMRAID="no"
# Scan for BTRFS volumes at startup
USEBTRFS="no"
# Scan for LVM volume groups at startup, required if you use LVM
USELVM="no"
# -----------------------------------------------------------------------
# NETWORKING
# -----------------------------------------------------------------------
#
# HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
#
HOSTNAME="Arch-cle-16G"
# Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
#
# Interfaces to start at boot-up (in this order)
# Declare each interface then list in INTERFACES
# - prefix an entry in INTERFACES with a ! to disable it
# - no hyphens in your interface names - Bash doesn't like it
#
# DHCP: Set your interface to "dhcp" (eth0="dhcp")
# Wireless: See network profiles below
#
#Static IP example
#eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
eth0="dhcp"
INTERFACES=(eth0)
# Routes to start at boot-up (in this order)
# Declare each route then list in ROUTES
# - prefix an entry in ROUTES with a ! to disable it
#
gateway="default gw 192.168.0.1"
ROUTES=(!gateway)
# Setting this to "yes" will skip network shutdown.
# This is required if your root device is on NFS.
NETWORK_PERSIST="no"
# Enable these network profiles at boot-up. These are only useful
# if you happen to need multiple network configurations (ie, laptop users)
# - set to 'menu' to present a menu during boot-up (dialog package required)
# - prefix an entry with a ! to disable it
#
# Network profiles are found in /etc/network.d
#
# This now requires the netcfg package
#
#NETWORKS=(main)
# -----------------------------------------------------------------------
# DAEMONS
# -----------------------------------------------------------------------
#
# Daemons to start at boot-up (in this order)
# - prefix a daemon with a ! to disable it
# - prefix a daemon with a @ to start it up in the background
#
# If something other takes care of your hardware clock (ntpd, dual-boot...)
# you should disable 'hwclock' here.
#
DAEMONS=(hwclock dbus syslog-ng network netfs crond alsa)
Re: [xfce] interface en anglais
Publié : mer. 01 juin 2011, 13:03
par oktoberfest
Sur une VM, j'ai installé gnome3 + gdm + xfce4, et j'ai du français quel que soit l'environnement.
Si je résume :
- tu démarres, gdm est lancé automatiquement
- si tu te connectes avec une session xfce4, tu es en POSIX
- si tu te connectes avec une session gnome3, tu es en fr_FR.UTF-8
Et si tu te connectes sur un tty, tu es en quoi ??
PS : si comme moi tu trouves gdm moche, installe gdm-old (sur AUR). Je le trouve franchement plus beau
Re: [xfce] interface en anglais
Publié : mer. 01 juin 2011, 13:22
par FoolEcho
Ce bug a été résolu normalement avec xfce 4.8 (j'ai pas vérifié, j'utilise slim

):
http://forums.archlinux.fr/post68481.html
https://bugzilla.xfce.org/show_bug.cgi?id=7400
Quid si tu démarres xfce depuis un startx ?
Re: [xfce] interface en anglais
Publié : mer. 01 juin 2011, 16:36
par cauchy
D'accord, donc si j'ai bien compris c'est un bug de gdm.
oktoberfest a écrit : si comme moi tu trouves gdm moche, installe gdm-old (sur AUR). Je le trouve franchement plus beau
en fait c'est avant que je n'installe gnome qu'il était affreux (fond noir et la fenêtre toute moche).
oktoberfest a écrit :
Et si tu te connectes sur un tty, tu es en quoi ??
je regarde ça : locale... tout en français cela confirme l'analyse que l'on m'a donnée.
Par contre je ne comprends pas bien le patch évoqué ici :
https://bugzilla.xfce.org/show_bug.cgi?id=7400
Merci.
Re: [xfce] interface en anglais
Publié : mer. 01 juin 2011, 16:52
par tuxce
Il faut recompiler ou attendre l'intégration par arch (
https://bugs.archlinux.org/task/24327) ou une prochaine release.
Re: [xfce] interface en anglais
Publié : mer. 01 juin 2011, 18:17
par cauchy
D'accord, donc j'attends.
J'ai vraiment de la veine

, je me décide d'essayer quelque chose d'un peu plus léger que Gnome et paf ! je me retrouve avec Xfce et Gnome !
Merci.
Re: [xfce] interface en anglais(résolu)
Publié : mer. 01 juin 2011, 18:31
par tuxce
Teste en rajoutant:
dans ~/.xprofile
Re: [xfce] interface en anglais(résolu)
Publié : mer. 01 juin 2011, 21:08
par cauchy
C'est fait, mais comme Xcas (AUR) est en train de compiler, je me reconnecterai sous XFCE dans quelques instants pour tester.
Re: [xfce] interface en anglais(résolu)
Publié : jeu. 02 juin 2011, 00:12
par cauchy
tuxce a écrit :Teste en rajoutant:
dans ~/.xprofile
Mais c'est génial ce truc :
ça marche, tout en français.
Merci beaucoup.
