LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 08-14-2003, 02:53 AM   #1
Arclite
Member
 
Registered: Aug 2003
Posts: 56

Rep: Reputation: 15
Which file installs MozillaFirebird?


I extraced all the files, but which one do i use to install the MozillaFirebird it self? When i go 'sh MozillaFirebird', it opens up Mozilla's site.

Any help would be great.
 
Old 08-14-2003, 02:56 AM   #2
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
What you have is known as a precompiled binary. It's all right there, nothing to 'install'. You can copy the entire directory to a world readable location, such as:
/usr/local/firebird
And then symlink the MozillaFirebird executable to /usr/local/bin with:
ln -sf /usr/local/firebird/MozillaFirebird /usr/local/bin
And finally be able to execute it by just typing:
MozillaFirebird

Alternatively, you can shorten the symlinked name for ease of use:
ln -sf /usr/local/firebird/MozillaFirebird /usr/local/bin/firebird
And then launch it:
firebird

HTH

Cool
 
Old 08-14-2003, 02:59 AM   #3
Crashed_Again
Senior Member
 
Registered: Dec 2002
Location: Atlantic City, NJ
Distribution: Ubuntu & Arch
Posts: 3,503

Rep: Reputation: 57
Re: Which file installs MozillaFirebird?

Quote:
Originally posted by Arclite
When i go 'sh MozillaFirebird', it opens up Mozilla's site.
In the Firebird browser right? Then you have Firebird installed. You are using it.
 
Old 08-14-2003, 03:05 AM   #4
Arclite
Member
 
Registered: Aug 2003
Posts: 56

Original Poster
Rep: Reputation: 15
Wow, totally differnt from windows world. Thanks alot guys!

So in effect, i'm moving all my Firebird stuff to a folder and making a short cut on my Desktop and so forth? Or do i have to use that command everytime i want to use it?
 
Old 08-14-2003, 03:19 AM   #5
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Welcome to Linux

Definitely different, but that's what I'd expect from a different OS

As for the shortcut, you can do whatever you'd like. If you wanna make the symlink, then the desktop shortcut, I think that'd be more 'traditional'. But you can just make a desktop shortcut that points directly to the binary executable, no problem with that, just use the full path to the file.

No, you don't have to type that in every time, that's just to test if your symlinked worked or not, from that point on, you can just launch it as you would any other application.

Cool
 
Old 09-06-2003, 01:18 AM   #6
kovacsgerge
LQ Newbie
 
Registered: Sep 2003
Location: Hungary
Distribution: Suse8.0 and UhuLinux1.0
Posts: 4

Rep: Reputation: 0
Hi!

I read the previous lines and tried what you wrote down. The only difference is that I used MozillaFirebird. Everything went well till the program starting.

It starts when I type MozillaFirebird, but when I have an opened window, and try to run another with the desktop shortcut it comes up with a window that he would like me to use an other profile, cause the default is in use.

I got the same error with netscapes and mozillas. If the OS installs them by default (but they are so old) nothing is wrong. But when I try to install I can not run more than 1 without creating an other profile.

What else do I have to setup to get it work?
 
Old 09-06-2003, 08:59 AM   #7
motub
Senior Member
 
Registered: Sep 2003
Location: The Netherlands
Distribution: Gentoo (main); SuSE 9.3 (fallback)
Posts: 1,607

Rep: Reputation: 46
Mozilla Firebird is a tabbed browser. That means you don't have to restart the program to open a new window, just right-click on the link and choose "Open in a new Window", or "open in a new Tab". Or copy the link location from wherever you're getting it from (like your mail program for instance), go to the File menu in your current instance of Firebird and open a new tab or window from there, paste the link into the Location bar and go.

Or if you really want to run two or more instances of Mozilla (Firebird), then create a new profile so that you have one to choose when the Profile Manager pops up. There's a "Manage Profiles" button on the main window that will allow you to do so.

I would also like to say that the reason that Firebird installs differently than Windows (or Linux, in fact) is not because of any difference between Windows and Linux.

It is because Firebird isn't finished yet. For those of you who might have used Phoenix before it became Firebird, you will remember that even under Windows, all you had to do was extract the .zip file and then run the .exe-- it was never "installed" in the normal sense either.

The browser is still a work-in-progress, and a "proper" installer for either Windows or Linux is not an item of the highest priority.
 
Old 09-06-2003, 10:03 AM   #8
kovacsgerge
LQ Newbie
 
Registered: Sep 2003
Location: Hungary
Distribution: Suse8.0 and UhuLinux1.0
Posts: 4

Rep: Reputation: 0
"tabbing" isn't a new thing to me. The reason why I changed to opera in the early times that the explorer didn't knew this.

but this is only a roundabout process and does not work in every situation (e.g. my working computer in the school, firebird can't be run on it without crash - I've tried several versions I think this is an OS bug)

the same thing comes up with the netscapes

I use a suselinux 8.0. If I let him install it's own version of netscape (wich is so old) everything works and there s no need of any profiles. I examindex the link witch he created on the desktop I can see nothing but

netscape

or netscape6

I didn't find any parameter in the link but there must be somewhere cause when I setup one from the net the demand for the profiles comes up again.

---
creating other profiles is a tiring process and need to switch always between them

---
by mentioning the installation I didn't expected any path to hidden setup program in the package cause I saw that there are only 2 shell scripts and 1 binary is present in the root of it

I just wondered that u will tell me where to extract exactly cause I didn't grew up on unix and got little knowledge on the bin and usr
 
Old 09-06-2003, 10:07 AM   #9
kovacsgerge
LQ Newbie
 
Registered: Sep 2003
Location: Hungary
Distribution: Suse8.0 and UhuLinux1.0
Posts: 4

Rep: Reputation: 0
directory. I just simply don't know the rules. But with rpms and installations by shellscripts got no problem.

Anyway thanx for helping any other help is appreciated.
 
Old 09-06-2003, 10:12 AM   #10
kovacsgerge
LQ Newbie
 
Registered: Sep 2003
Location: Hungary
Distribution: Suse8.0 and UhuLinux1.0
Posts: 4

Rep: Reputation: 0
too
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Unreal tournament 2004 - installs but no program file? Thermodynamic Linux - Games 1 05-30-2005 09:21 AM
tar.bz2 file installs(mandrake) liljhand Linux - Newbie 4 05-15-2004 07:54 AM
Installation of MozillaFirebird ako Linux - Newbie 3 11-09-2003 04:52 AM
MozillaFirebird error wilbertcsci Linux - Software 1 09-26-2003 12:46 AM
MozillaFirebird jeempc Linux - Security 3 07-17-2003 08:49 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 10:41 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration