Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Kylix3 on suse9.3

1 view
Skip to first unread message

Junio Vitorino

unread,
Sep 2, 2005, 9:30:09 PM9/2/05
to

Hello personal and the following one I am to some days trying do the kylix3 function in the suse 9.3 ja I tried of everything finally I obtained to install and do-read perform I am that the problem and that he appears with the interface all destroyed, and not with himself work with, all of the menus are without springs and the that have stayed very small, the form this of the size of the screen It disorganized, someone would know with I do for resolve that.

here it has an image than I am speaking:

http://www.facsal.br/junio/pictures/fig01

siegfriedn

unread,
Sep 3, 2005, 9:25:54 AM9/3/05
to
try this..

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

siegfriedn

unread,
Sep 3, 2005, 9:27:33 AM9/3/05
to
>
> 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.
>

Sorry, the only known solution is to go back to kernel 2.6.10.

See also the kylix.ide newsgroup

siegs

0 new messages