Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Mozilla
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
Apax
Tux's lil' helper
Tux's lil' helper


Joined: 27 Jun 2003
Posts: 137

PostPosted: Tue Jul 08, 2003 11:07 pm    Post subject: Mozilla Reply with quote

Hi ya,

forgive me for being so noob but..

i understand that MozzillaFirebird is the name of the executable.....

do i type that at the shell prompt or can i use KDE menu editor to add Mozzilla...cant seem to get either methods to work...

please help pathetic noob

:)
Back to top
View user's profile Send private message
Syntax
n00b
n00b


Joined: 08 Jun 2003
Posts: 42
Location: Fredrikstad, Norway

PostPosted: Tue Jul 08, 2003 11:15 pm    Post subject: Reply with quote

try writing MozillaFirebird to start it :wink:
Back to top
View user's profile Send private message
payam
Tux's lil' helper
Tux's lil' helper


Joined: 30 Jun 2003
Posts: 145

PostPosted: Tue Jul 08, 2003 11:15 pm    Post subject: Reply with quote

if you did
Code:
emerge mozilla


then your executable is
/usr/bin/mozilla

and since it's in the path, all you have to do is type mozilla to get it running. you can also add mozilla to your kde menu by rightclicking the "K" and goign to "menu editor". the menu editor interface is self-explanatory. just make an icon for mozilla and put /usr/bin/mozilla as the command. hopefully that helps.
_________________
Athlon XP 2800+ 2.08GHz 333FSB 512KB, Biostar M7NCD Pro nForce2, 1GB Crucial DDR 333, EVGA Geforce FX 5600 256MB, Hitachi 180GB 180GXP
Back to top
View user's profile Send private message
Apax
Tux's lil' helper
Tux's lil' helper


Joined: 27 Jun 2003
Posts: 137

PostPosted: Tue Jul 08, 2003 11:46 pm    Post subject: Reply with quote

I emerge Mozilla firebird.....

I dont see a mozillafirebird or mozilla in /usr/bin...

:cry:
Back to top
View user's profile Send private message
El_Presidente_Pufferfish
Veteran
Veteran


Joined: 11 Jul 2002
Posts: 1179
Location: Seattle

PostPosted: Wed Jul 09, 2003 12:40 am    Post subject: Reply with quote

Syntax wrote:
try writing MozillaFirebird to start it :wink:
Back to top
View user's profile Send private message
payam
Tux's lil' helper
Tux's lil' helper


Joined: 30 Jun 2003
Posts: 145

PostPosted: Wed Jul 09, 2003 2:00 am    Post subject: Reply with quote

if you don't know what executable is associated with a particular ebuild, it's no problem. all you need is the "etcat" utility which is part of the gentoolkit package. first emerge the package:

Code:
emerge gentoolkit


etcat can tell you many things about a package. let's say you just downloaded foo with

Code:
emerge foo


to find out what the executable is just type

Code:
etcat files foo | grep /bin/


and your output will be something like

Code:

/usr/bin/file1
/usr/bin/file2
...


voila.

do a

Code:
man etcat


to find out what else this puppy can do.
_________________
Athlon XP 2800+ 2.08GHz 333FSB 512KB, Biostar M7NCD Pro nForce2, 1GB Crucial DDR 333, EVGA Geforce FX 5600 256MB, Hitachi 180GB 180GXP
Back to top
View user's profile Send private message
sinisterx
n00b
n00b


Joined: 08 Jul 2003
Posts: 5

PostPosted: Wed Jul 09, 2003 2:32 am    Post subject: Reply with quote

yea dude..only 1 z :P
MozillaFirebird
Back to top
View user's profile Send private message
Apax
Tux's lil' helper
Tux's lil' helper


Joined: 27 Jun 2003
Posts: 137

PostPosted: Thu Jul 10, 2003 5:32 pm    Post subject: Reply with quote

Cant find the MozillaFirebird in directory /usr/bin

In the menu editor I added /usr/bin/Mozillafirebird...still wont start..

bleff
Back to top
View user's profile Send private message
Malakin
Veteran
Veteran


Joined: 14 Apr 2002
Posts: 1692
Location: Victoria BC Canada

PostPosted: Thu Jul 10, 2003 5:47 pm    Post subject: Reply with quote

It's case sensitivite.

/usr/bin/MozillaFirebird
Back to top
View user's profile Send private message
Apax
Tux's lil' helper
Tux's lil' helper


Joined: 27 Jun 2003
Posts: 137

PostPosted: Thu Jul 10, 2003 7:43 pm    Post subject: Reply with quote

That doesnt work either...

I dont see MozillaFirebird file in usr/bin
Back to top
View user's profile Send private message
lazarusrat
Guru
Guru


Joined: 17 Jul 2002
Posts: 305
Location: Lafayette, IN

PostPosted: Thu Jul 10, 2003 8:03 pm    Post subject: Reply with quote

What's the output of the following?
Code:
cd /usr/bin
ls *ozilla* *ire?ird*
Back to top
View user's profile Send private message
Apax
Tux's lil' helper
Tux's lil' helper


Joined: 27 Jun 2003
Posts: 137

PostPosted: Thu Jul 10, 2003 8:09 pm    Post subject: Reply with quote

bash-2.05b# cd /usr/bin
bash-2.05b# ls *ozilla* *ire?ird*
ls: *ozilla*: No such file or directory
ls: *ire?ird*: No such file or directory
bash-2.05b#
Back to top
View user's profile Send private message
lazarusrat
Guru
Guru


Joined: 17 Jul 2002
Posts: 305
Location: Lafayette, IN

PostPosted: Thu Jul 10, 2003 8:17 pm    Post subject: Reply with quote

Are you sure the emerge completed successfully?

Try:
Code:
find /usr -iname *firebird*
find /usr -iname *mozilla*

You'll probably get a bunch of directories as well, but the executable name should be somewhere in the list if it's installed.
Back to top
View user's profile Send private message
Apax
Tux's lil' helper
Tux's lil' helper


Joined: 27 Jun 2003
Posts: 137

PostPosted: Fri Jul 11, 2003 10:09 pm    Post subject: Reply with quote

Hrmm here it is.....

/usr/portage/net-www/mozilla-firebird/files/MozillaFirebird


not in the right spot?
Back to top
View user's profile Send private message
phantasy
n00b
n00b


Joined: 07 Mar 2003
Posts: 17

PostPosted: Fri Jul 11, 2003 11:07 pm    Post subject: Reply with quote

thats not the correct path, that one is used by portage

try type

Code:
which MozillaFirebird


instead.
Back to top
View user's profile Send private message
catzooka
Apprentice
Apprentice


Joined: 05 Nov 2002
Posts: 193

PostPosted: Sat Jul 12, 2003 12:20 am    Post subject: Reply with quote

uhm, did you by any chance emerge the binary version of MozillaFirebird (net-www/mozilla-firebird-bin)? if you did, your exectuable is not going to be in /usr/bin, but in /opt/MozillaFirebird/ instead. maybe this will help???
Back to top
View user's profile Send private message
spamsk8r
n00b
n00b


Joined: 07 Apr 2003
Posts: 27

PostPosted: Sat Jul 12, 2003 3:26 am    Post subject: Reply with quote

for some reason when I emerged MozillaFirebird it got placed in /lib somewhere, I would look in there.
Back to top
View user's profile Send private message
flavour
n00b
n00b


Joined: 26 Jun 2003
Posts: 21
Location: Germany

PostPosted: Sat Jul 12, 2003 9:49 am    Post subject: Reply with quote

Are you really sure you emerged it?
Try
Code:
emerge -C MozillaFirebird
and check if your system wants to uninstall it. If if does so, use CTRL+C to stop it.

I think you didn't emerge it properly - how long did the emerge take?
Back to top
View user's profile Send private message
Apax
Tux's lil' helper
Tux's lil' helper


Joined: 27 Jun 2003
Posts: 137

PostPosted: Sat Jul 12, 2003 11:31 am    Post subject: Reply with quote

ok..gonna emerge again

emerge mozilla-firebird

thats all i neet to do right?


after emerge is done I should be able to find the executable in /usr/bin right?

thanks for help
Back to top
View user's profile Send private message
Apax
Tux's lil' helper
Tux's lil' helper


Joined: 27 Jun 2003
Posts: 137

PostPosted: Sat Jul 12, 2003 1:25 pm    Post subject: Reply with quote

YEAH....

I re emerged and I can now get mozilla runing...

thank you all :D
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia 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