After running Kylix 3 all windows are large. They can’t be redrawn, etc.

Question: After running Kylix 3 all windows are large. They can’t be redrawn, etc.

Answer:

The LANG environment variable contains the en_US.UTF-8 value (or a similar one for other languages), Unicode support in enabled. Open “startdelphi” script in text editor and add the following export after lines: export LANG=en_US Instead of en_US you need to write a language supported by the system (for example: ru_RU.KOI8-R, de_DE.ISO_8859-1 etc.). Don’t forget to add this line to.bashrc or .profile for correct execution of compiled programs on running from the console.