Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Forum Archive > Main Support Categories > General Help
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
Ubuntu 9.10 is out!!!

When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu.

The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely.

General Help
All your general support questions for Ubuntu, Kubuntu, Edubuntu and Xubuntu.

 
Thread Tools Display Modes
Old April 16th, 2005   #1
Kryton
First Cup of Ubuntu
 
Join Date: Apr 2005
Beans: 8
Red face Kylix + Ubuntu

Hi,
I've been trying to install Kylix 3 onto my fresh Ubuntu install. Has anyone managed to get it working? At present it has installed fine and I have made sym. links to the various things that are missing (due to versioning in names) and apparently that should work fine. However, when trying to "startdelphi" all I end up with is a grey screen with the tool windows all minimised. If I try and restore/position these then they show but no text appears and I have no control/menu pallette at the top.

Does anyone have any suggestions?

- Kryton
Kryton is offline   Reply With Quote
Old April 18th, 2005   #2
Kryton
First Cup of Ubuntu
 
Join Date: Apr 2005
Beans: 8
Re: Kylix + Ubuntu

Bump
Kryton is offline   Reply With Quote
Old April 18th, 2005   #3
tread
Extra Foam Sugar Free Ubuntu
 
Join Date: Apr 2005
Beans: 737
Re: Kylix + Ubuntu

Try starting it from the commandline (if possible, with a verbose option) and then observe the messages that get printed out (on stderr). That might give you some clue .. I managed to find a problem with an application that used libpng, but got the wrong version.
tread is offline   Reply With Quote
Old April 20th, 2005   #4
eric222
First Cup of Ubuntu
 
Join Date: Apr 2005
Beans: 6
Re: Kylix + Ubuntu

I too have this problem with Kylix Pro 3. It installs fine, but after launching it the menues and toolbar are all over the place or missing and most of the screen is just grey. I will probably spend a little time trying to figure it out again, but if anyone has some suggestions.....
eric222 is offline   Reply With Quote
Old May 11th, 2005   #5
dekae
5 Cups of Ubuntu
 
dekae's Avatar
 
Join Date: Mar 2005
Location: Aguascalientes, Mexico
Beans: 17
Ubuntu Breezy 5.10
Re: Kylix + Ubuntu

I have the same problem too. Did anyone solve it?
thank you

Alvaro
dekae is offline   Reply With Quote
Old May 17th, 2005   #6
orangepeel
First Cup of Ubuntu
 
Join Date: Nov 2004
Beans: 6
Re: Kylix + Ubuntu

From what I understand of it (and I'm real noob at this) Kylix can only use X11. If you use XFree then you get the issues u guys describe.

I had it working fine on warty but can't get it going at all with hoary.

If you manage to work out how to use X11 with hoary then it should work. I've never had any joy there so can't really help any further.
orangepeel is offline   Reply With Quote
Old May 20th, 2005   #7
orangepeel
First Cup of Ubuntu
 
Join Date: Nov 2004
Beans: 6
Re: Kylix + Ubuntu

Quote:
Originally Posted by orangepeel
From what I understand of it (and I'm real noob at this) Kylix can only use X11. If you use XFree then you get the issues u guys describe.

I had it working fine on warty but can't get it going at all with hoary.

If you manage to work out how to use X11 with hoary then it should work. I've never had any joy there so can't really help any further.
ok apparently I'm getting my x's mixed up.

Kylix works with XFree86. Hoary comes with X.org (??) If you can get XFree86 working on Hoary (no idea how. Help?) then kylix should work.
orangepeel is offline   Reply With Quote
Old May 20th, 2005   #8
Omnix
First Cup of Ubuntu
 
Join Date: May 2005
Location: UK
Beans: 1
Lightbulb Re: Kylix + Ubuntu

Ok, figured it out on Hoary - should be able to port to other versions/Debian-based distros if required

First off, libX11.so that the install script searches for doesn't exist, link to the current library version:
$ sudo ln -s /usr/X11R6/lib/libX11.so.6 /usr/X11R6/lib/libX11.so

Install GTK 1.2 and Xaw6 libraries (7 and 8 are installed by default)
$ sudo apt-get install libgtk1.2 libxaw6

Install with:

$ ./setup.sh

Once installed, you need to fix the grey windows/no text/icons problem. Open up "startdelphi" in your favourite text editor or:

$ nano `which startdelphi`

At the top, it has this by default:
Code:
KYDEF_LOCALE="en_US"
This loads Kylix in UTF-8 mode by default, which it doesn't seem to like. Simply change to this for the US:
Code:
KYDEF_LOCALE="en_US.ISO8859-1"
Great Britain:
Code:
KYDEF_LOCALE="en_GB.ISO8859-1"
etc, replacing your country's ISO code with the appropriate value.

For the last bit, scroll to the last line of the file where it has something like:
Code:
/home/user/kylix3/bin/delphi $*
Change it to:
Code:
LANG=$KYDEF_LOCALE /home/user/kylix3/bin/delphi $*
Then just start Kylix as normal, using the menu or startdelphi command.

Hope this helps
Omnix is offline   Reply With Quote
Old May 21st, 2005   #9
orangepeel
First Cup of Ubuntu
 
Join Date: Nov 2004
Beans: 6
Re: Kylix + Ubuntu

cheers om, that worked nice.
orangepeel is offline   Reply With Quote
Old June 17th, 2005   #10
lvincent
First Cup of Ubuntu
 
lvincent's Avatar
 
Join Date: May 2005
Beans: 3
Re: Kylix + Ubuntu

thank you so much for the fix. your such an angel . but there's still an evil inside my kylix because it will hang when i run a simple app. any idea how to solve this one?

or have you true doing a fix that goes something like this LD_ASSUME_KERNEL?


THANKS,

lvincent
lvincent is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 10:22 AM.


vBulletin ©2000 - 2009, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. bilberry