udhcpc (v1.12.0) started
Sending discover...
Sending discover...
Sending discover...
No lease, forking to background
$ leafpad u8.txt
(process:1553): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
$ ls /usr/bin/*term*
/usr/bin/koi8rxterm /usr/bin/uxterm
/usr/bin/terminal /usr/bin/xterm
$ koi8rxterm
koi8rxterm tried to use locale ru_RU.KOI8-R by setting $LC_ALL
/usr/bin/koi8rxterm: line 1: xmessage: not found
$ echo -n é | wc -c
1
$ echo -n é | wc -c
2
$ urxvt
urxvt: default locale unavailable, check LC_* and LANG variables. Continuing.
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = "fr_FR.UTF-8",
LANG = "fr_FR.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
Can't locate utf8.pm in @INC (@INC contains: /usr/lib/urxvt /usr/lib/perl5/5.10
.0/i686-linux /usr/lib/perl5/5.10.0 /usr/lib/perl5/site_perl/5.10.0/i686-linux
/usr/lib/perl5/site_perl/5.10.0 .) at /usr/lib/urxvt/urxvt.pm line 706.
BEGIN failed--compilation aborted at /usr/lib/urxvt/urxvt.pm line 706.
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.
urxvt: unable to initialize perl-interpreter, continuing without.
tux@slitaz:~$ locale -a
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_COLLATE to default locale: No such file or directory
C
POSIX
de_DE
es_ES
fr_FR
pt_BR
$ tazpkg get-install glibc-locale
$ localedef -i fr_FR -c -f UTF-8 /usr/lib/locale/fr_FR.UTF-8
$ xterm
Warning: locale not supported by Xlib, locale set to C
tux@slitaz:~$ nano u8.txt
Error opening terminal: rxvt-unicode.
tazpkg get-install vte-terminal
vte
# SliTaz package receipt.
PACKAGE="lxterminal"
VERSION="0.1.6"
CATEGORY="utilities"
SHORT_DESC="LXDE X Terminal emulator."
MAINTAINER=""
DEPENDS="vte gtk+"
BUILD_DEPENDS="intltool vte-dev vte-terminal pkg-config autoconf automake"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="http://lxde.org"
WGET_URL="http://downloads.sourceforge.net/project/lxde/LXTerminal%20%28terminal%20emulator%29/LXTerminal%200.1.6/$TARBALL"
# Rules to configure and make the package.
compile_rules()
{
cd $src
./configure \
--prefix=/usr \
--infodir=/usr/share/info \
--mandir=/usr/share/man \
$CONFIGURE_ARGS &&
make && make DESTDIR=$PWD/_pkg install
}
# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
mkdir -p $fs/usr
cp -a $_pkg/usr/bin $fs/usr
cp -a $_pkg/usr/share $fs/usr
# Remove man
rm -rf $fs/usr/share/man
}
* Gokhlayeh a écrit
Je voulais te signaler l'existence du terminal vte
tux@slitaz:~$ uxterm &
[1] 1502
tux@slitaz:~$ Warning: locale not supported by Xlib, locale set to C
* Gokhlayeh a écrit
J'ai aussi une recette pour compiler lxterminal avec tazwok
* Gokhlayeh a écrit
Qu'implique d'intégrer bash comme shell par défaut en terme de poids et de compatibilité avec les outils Slitaz qui eux utilisent sh ?
bash
4.0
The GNU bourne SHell.
400.0k (840.0k installed)
* Gokhlayeh a écrit
Est-ce que cela signifie d'installer les coreutils de gnu et autres tar, sed, etc. ou est-ce qu'en bash nous pouvons utiliser certains des outils de busybox ?
* Gokhlayeh a écrit
Dans des textes en français, il m'arrive d'avoir des caractères manquant (notamment dans des emails avec claws-mail), est-ce lié au fait d'utiliser une la locale latin1 ou à l'absence de ces caractères dans les fonts ?
* Gokhlayeh a écrit
L'encodage des noms de fichiers dans Trisquel (basé sur Debian et Ubuntu) et dans Slitaz semble incompatible : les noms de fichiers encodés dans l'un affiche des erreurs dans l'autre. Pourquoi ?
## Installer slitaz-toolchain qui contient le wok
## et les outils nécéssaires :
tazpkg get-install slitaz-toolchain
## Créer un répertoire pour le wok :
## mkdir /home/slitaz
## (si tu n'as pas déjà ce dossier sur ton système)
mkdir /home/slitaz/wok
## Créer un dossier et un fichier type pour
## une nouvelle recette :
tazwok new-tree lxterminal
leafpad /home/slitaz/wok/lxterminal/receipt
tazwok cook lxterminal
tazpkg install /home/slitaz/packages/lxterminal-0.1.6.tazpkg
localedef -i fr_FR -c -f UTF-8 /usr/lib/locale
localedef -i fr_FR -c -f UTF-8 /usr/lib/locale/fr_FR.
root@slitaz:/home/tux# localedef -i fr_FR -c -f UTF-8 /usr/lib/locale
root@slitaz:/home/tux# locale -a
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_COLLATE to default locale: No such file or directory
C
POSIX
de_DE
es_ES
fr_FR
pt_BR
localedef -i fr_FR -c -f UTF-8 /usr/lib/locale/fr_FR.UTF-8
tazpkg get-install glibc-locale
localedef -i fr_FR -c -f UTF-8 /usr/lib/locale/fr_FR.UTF-8
tazpkg get-install readline
readline est déjà installé. Vous pouvez utiliser l'option --forced pour
forcer l'installation ou supprimer le paquet et le réinstaller.
tazpkg get-install readline
readline est d�j� install�. Vous pouvez utiliser l'option --forced pour
forcer l'installation ou supprimer le paquet et le r�installer.
echo é
echo -n é | wc -c
* Go Khla Yeh a écrit
Donc, j'ai passé mon système en UTF-8 comme cela [...]
It looks like you're new here. If you want to get involved, click one of these buttons!