here it has an image than I am speaking:
Fix the startdelphi script like
...
#!/bin/bash
# BEGIN STRING TABLE
export LD_ASSUME_KERNEL=2.4.21
KYDEF_LOCALE="en_US"
LC_ALL_IS_C1="The LC_ALL environment variable is set to C. Kylix cannot
start with this setting."
LC_ALL_IS_C2="Defaulting LC_ALL to"
# END STRING TABLE
if [ -z "$LANG" ]; then
LANG=$KYDEF_LOCALE
export LANG
fi
# Add this line
export LANG=en_US
#
..etc..
Instructios:
------------
1. Fix your StartDelphi script as illustrated above.
Add the
'export LANG=en_US'
and the
'export LD_ASSUME_KERNEL=2.4.21'
lines.
2. Set-up the KDE desktop fonts to be SUSE Sans size 10 e.g. Arial 10
3. Delete the wineserver.. directory and the cachedmetrics.. file in the
.borland directory in ~ (home dir)
4. Run Kylix
5 If all is well. Adjust you KDE desktop fonts back to your prefered
font (in my case size 8)
6. Delete the .kderc file in your ~ dir so that Kylix does not readjust
the fonts.
This fixes the display issues, BUT there is still an unresolved issue
regarding the integrated debugger. You need to disable it (Tools,
Debugger Options) until a solution is found.
siegs
Sorry, the only known solution is to go back to kernel 2.6.10.
See also the kylix.ide newsgroup
siegs