Tiny Core Base > CorePlus
Greek keyboard layout
Misalf:
You may need to set a different font (f.e. Monospace).
To test, run
--- Code: ---urxvt -fn xft:Monospace:pixelsize=11
--- End code ---
Then run
--- Code: ---bash
--- End code ---
and switch to your keyboard layout.
You can make font settings for urxvt permanent by adding the following to ~/.Xdefaults .
--- Code: ---URxvt*font: xft:Monospace:pixelsize=11
--- End code ---
andfree:
--- Code: ---tc@box:~$ urxvt -fn xft:Monospace:pixelsize=11
urxvt: default locale unavailable, check LC_* and LANG variables. Continuing.
--- End code ---
Juanito:
Do you get something like this with the "locale" command:
--- Code: ---$ locale
LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=
--- End code ---
andfree:
--- Code: ---tc@box:~$ bash
tc@box:~$ locale
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_ALL to default locale: No such file or directory
LANG=el.GR
LC_CTYPE="el.GR"
LC_NUMERIC="el.GR"
LC_TIME="el.GR"
LC_COLLATE="el.GR"
LC_MONETARY="el.GR"
LC_MESSAGES="el.GR"
LC_PAPER="el.GR"
LC_NAME="el.GR"
LC_ADDRESS="el.GR"
LC_TELEPHONE="el.GR"
LC_MEASUREMENT="el.GR"
LC_IDENTIFICATION="el.GR"
LC_ALL=
tc@box:~$
--- End code ---
Juanito:
When you made mylocale.tcz locally, did you set your "lang=" bootcode to "el.GR" or "el_GR.UTF-8"?
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version