You are not logged in.

#1 2008-07-01 18:44:45

mrunion
Member
From: Jonesborough, TN
Registered: 2007-01-26
Posts: 1,938
Website

[SOLVED] Firefox 3 and Aptana Studio

I am having problems loading Aptana's Start Page and the problem seems to be this:

http://forums.aptana.com/viewtopic.php?p=10161#10161

Look at the reference linked to that mentions what is needed to run the SWT browser inside eclipse.  I get the "no more handles" stuff and assume it's because of Firefox 3 being statically linked?  What can I do?  I;ve tried setting the MOZILLA_FIVE_HOME stuff, etc.  Should I just not use Aptana?

Last edited by mrunion (2008-07-01 19:06:46)


Matt

"It is very difficult to educate the educated."

Offline

#2 2008-07-01 19:06:31

mrunion
Member
From: Jonesborough, TN
Registered: 2007-01-26
Posts: 1,938
Website

Re: [SOLVED] Firefox 3 and Aptana Studio

I actually found that it was looking for libgtkembedmoz.so.  I found that file in the /usr/lib/thunderbird-2.0.0.14 folder and using the following script, Apatan now works:

MOZILLA_FIVE_HOME=/usr/lib/thunderbird-2.0.0.14
LD_LIBRARY_PATH=$MOZILLA_FIVE_HOME:$LD_LIBRARY_PATH
/opt/aptana/AptanaStudio

Matt

"It is very difficult to educate the educated."

Offline

#3 2008-07-04 01:16:39

Dextro
Member
Registered: 2007-05-13
Posts: 16

Re: [SOLVED] Firefox 3 and Aptana Studio

I'm having the same problem but the script isn't working for me. :?

Offline

#4 2008-07-05 16:21:11

mrunion
Member
From: Jonesborough, TN
Registered: 2007-01-26
Posts: 1,938
Website

Re: [SOLVED] Firefox 3 and Aptana Studio

Do you have thunderbird installed?  Bascially the script needs to point to a folder where

libgtkembedmoz.so

is located.  See if you can find that file somewhere on your system, point the line in the script I posted to that folder and then test it out.  Heck, maybe you can find that file on the internet somewhere, temporarily place it on your system and try it out -- it  might work!

Last edited by mrunion (2008-07-05 16:21:51)


Matt

"It is very difficult to educate the educated."

Offline

#5 2008-07-07 15:45:19

Dextro
Member
Registered: 2007-05-13
Posts: 16

Re: [SOLVED] Firefox 3 and Aptana Studio

Yes thunderbird is installed and it still doesn't work. On my laptop it just plain doesn't work, in my desktop it sort of works but the HTML rendering is completely out of whack: the Aptana Start Page is blank with just a couple of lines of text for example...

Offline

#6 2008-07-07 18:19:32

mrunion
Member
From: Jonesborough, TN
Registered: 2007-01-26
Posts: 1,938
Website

Re: [SOLVED] Firefox 3 and Aptana Studio

then I don't know what else to try -- sorry.  I fought it for quite a while and only now had the solution I mentioned.  I'm using Aptana Studio from AUR, FWIW.

Good luck!


Matt

"It is very difficult to educate the educated."

Offline

#7 2008-07-27 11:47:51

TylerMD
Member
Registered: 2008-05-07
Posts: 6

Re: [SOLVED] Firefox 3 and Aptana Studio

mrunion wrote:

I actually found that it was looking for libgtkembedmoz.so.  I found that file in the /usr/lib/thunderbird-2.0.0.14 folder and using the following script, Apatan now works:

MOZILLA_FIVE_HOME=/usr/lib/thunderbird-2.0.0.14
LD_LIBRARY_PATH=$MOZILLA_FIVE_HOME:$LD_LIBRARY_PATH
/opt/aptana/AptanaStudio

worked for me with the following changes:

export MOZILLA_FIVE_HOME=/usr/lib/thunderbird-2.0.0.14
export LD_LIBRARY_PATH=$MOZILLA_FIVE_HOME:$LD_LIBRARY_PATH
/opt/aptana/AptanaStudio

thanks a lot!

Offline

#8 2008-11-19 14:27:51

MindTooth
Member
From: Norway
Registered: 2008-11-11
Posts: 331

Re: [SOLVED] Firefox 3 and Aptana Studio

Someone got it to work with firefox-nightly?
But it seems that it can be run with xulrunner. With version 1.9.0.3 with Arch is newer so it breaks. So I read.

This is my log: http://paste2.org/p/104003
Please take a look at it.

Birger smile

Offline

Board footer

Powered by FluxBB