![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
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 |
|
|
#1 |
|
First Cup of Ubuntu
![]() Join Date: Apr 2005
Beans: 8
|
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 |
|
|
|
|
|
#2 |
|
First Cup of Ubuntu
![]() Join Date: Apr 2005
Beans: 8
|
Re: Kylix + Ubuntu
Bump
|
|
|
|
|
|
#3 |
|
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.
|
|
|
|
|
|
#4 |
|
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.....
|
|
|
|
|
|
#5 |
|
5 Cups of Ubuntu
![]() 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 |
|
|
|
|
|
#6 |
|
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. |
|
|
|
|
|
#7 | |
|
First Cup of Ubuntu
![]() Join Date: Nov 2004
Beans: 6
|
Re: Kylix + Ubuntu
Quote:
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. |
|
|
|
|
|
|
#8 |
|
First Cup of Ubuntu
![]() Join Date: May 2005
Location: UK
Beans: 1
|
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" Code:
KYDEF_LOCALE="en_US.ISO8859-1" Code:
KYDEF_LOCALE="en_GB.ISO8859-1" For the last bit, scroll to the last line of the file where it has something like: Code:
/home/user/kylix3/bin/delphi $* Code:
LANG=$KYDEF_LOCALE /home/user/kylix3/bin/delphi $* Hope this helps |
|
|
|
|
|
#9 |
|
First Cup of Ubuntu
![]() Join Date: Nov 2004
Beans: 6
|
Re: Kylix + Ubuntu
cheers om, that worked nice.
|
|
|
|
|
|
#10 |
|
First Cup of Ubuntu
![]() Join Date: May 2005
Beans: 3
|
Re: Kylix + Ubuntu
thank you so much for the fix. your such an angel
or have you true doing a fix that goes something like this LD_ASSUME_KERNEL? THANKS, lvincent |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|