Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[eclipse] "Help" opens empty AbiWord document
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
Johny the Ripper
Tux's lil' helper
Tux's lil' helper


Joined: 14 Nov 2004
Posts: 135
Location: EU - Belgium

PostPosted: Tue Nov 07, 2006 10:06 am    Post subject: [eclipse] "Help" opens empty AbiWord document Reply with quote

I've compiled eclipse-3.1 and it works fine and stuff, but when I click Help -> Topics it opens AbiWord with an empty document :lol: wth is this?? I compiled without the "nodoc" use flag...
_________________
De omnis Belgae bravissimi ... erant
Back to top
View user's profile Send private message
BorgDrone2
Tux's lil' helper
Tux's lil' helper


Joined: 24 Oct 2006
Posts: 107

PostPosted: Tue Nov 07, 2006 4:22 pm    Post subject: Reply with quote

Eclipse needs MOZILLA_FIVE_HOME set up properly. Create a script, ie starteclipse and use that to start eclipse.
You'll need to change ~/eclipse/eclipse "$@" to point to your eclipse executable

#!/bin/bash
export MOZILLA_FIVE_HOME=/usr/lib/mozilla-firefox
export LD_LIBRARY_PATH=${MOZILLA_FIVE_HOME}:${LD_LIBRARY_PATH}
~/eclipse/eclipse "$@"
Back to top
View user's profile Send private message
Johny the Ripper
Tux's lil' helper
Tux's lil' helper


Joined: 14 Nov 2004
Posts: 135
Location: EU - Belgium

PostPosted: Wed Nov 08, 2006 7:23 pm    Post subject: Reply with quote

Hi, thanks... I don't understand the last line of your script... My eclipse binary is located at /usr/bin/eclipse-3.1 so I started this script:
Code:
#!/bin/bash
export MOZILLA_FIVE_HOME=/usr/lib/mozilla-firefox
export LD_LIBRARY_PATH=${MOZILLA_FIVE_HOME}:${LD_LIBRARY_PATH}
/usr/bin/eclipse-3.1 "$@"

I think I misunderstood something, because it doesn't seem to work :? And what is the "$@" argument for?


thanks ;)
_________________
De omnis Belgae bravissimi ... erant
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum