LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 11-04-2003, 10:17 AM   #1
murray_linux
Member
 
Registered: Nov 2003
Distribution: Slackware Current
Posts: 210

Rep: Reputation: 30
Mandrake 9.1 and a Web browser puts IE to shame?


I have split my previous thread into smaller (easier to answer) threads. Thank you for your replies.

I would like to have my web browser up to snuff with ol' Bill Gates Internet Explorer. What I mean by that is, a web browser that can do shockwave, flash, in browser video (quicktime, wmv etc..). Though konqueror looks cool, I was compelled to download and install mozilla firebird. The download was nothing more than a tarball. OK, so I extracted it to /usr/local/bin (which my normal user had no access to btw, I had to change the permissions using chmod 777, seems like a dangerous thing to do can someone comment?). Mozilla Firebird runs fine. Web browsing is very fast, the popup blocker is saving my innocent brain from subliminal advertising. I'm catching up to the Bill Gates army. How do I get video playback in the browser? By video playback, I mean quicktime, wmv, possibly mpeg.. From that same web page mentioned in #2, i saw xine-mozilla-plugin-0.2-031103.i586.rpm, is this the answer to all my problems? I ran it and it appeared to install, but there are no plugins listed in my web browser. I searched the mozilla plugins directory and copied the installed xine plugin (which I think is a symbolic link) to the mozilla firebird plugins directory, with no success.

Also, whenever I launch mozilla firebird, it is asking me to select a profile, and complaining that the default one is already in use, anyone seen this before?

Thanks again,

Murray

Last edited by murray_linux; 11-04-2003 at 10:21 AM.
 
Old 11-04-2003, 11:24 AM   #2
Xaser3
LQ Newbie
 
Registered: Nov 2003
Posts: 4

Rep: Reputation: 0
Usually when it asks you to select a profile, You have a mozilla window or Download Manager already open. So, close Download Manager and all open windows, then open Mozilla. This should fix your prob
 
Old 11-04-2003, 12:10 PM   #3
murray_linux
Member
 
Registered: Nov 2003
Distribution: Slackware Current
Posts: 210

Original Poster
Rep: Reputation: 30
yes that works, but why is that happening.. can i not open 2 browser windows without getting that prompt?
 
Old 11-04-2003, 01:46 PM   #4
Xaser3
LQ Newbie
 
Registered: Nov 2003
Posts: 4

Rep: Reputation: 0
Yes you can, to open another window do Ctrl + N
 
Old 11-04-2003, 01:53 PM   #5
murray_linux
Member
 
Registered: Nov 2003
Distribution: Slackware Current
Posts: 210

Original Poster
Rep: Reputation: 30
OK, fine. though it would be nice if i could hit the shortcut and it opens a new window, no quesions asked.

Nextly.. what directory should I install firebird to? i see that /usr/local/ write rights get taken away when i reboot. where do mandrake users typically install this sort of thing?

thanks again

murray
 
Old 11-05-2003, 07:53 AM   #6
magpie
LQ Newbie
 
Registered: Nov 2003
Posts: 2

Rep: Reputation: 0
Where you install depends on how the computer is used. If you're the only user (or if there's only one user account - eg, called "murray" - shared by lots of users), I'd just install to /home/murray/MozillaFirebird. Changing the ownership of root folders is generally not a Good Idea, and surfing the web as root is a recipe for disaster.

If your machine has more than one user who wants access to firebird, get them to do the same - it's just a case of copying the directory to their own home dir.

Can't help you with the video plugin thing, sorry...

Cheers,
M
 
Old 11-05-2003, 08:39 AM   #7
Lostman
Member
 
Registered: Nov 2003
Location: Chicago, IL
Posts: 239

Rep: Reputation: 30
Have you tried Opera? 7.21 seems to handle everything you throw at it.
 
Old 11-05-2003, 09:48 AM   #8
murray_linux
Member
 
Registered: Nov 2003
Distribution: Slackware Current
Posts: 210

Original Poster
Rep: Reputation: 30
After a late night of installing, Mozilla's looking pretty good now. I got the popup blocker working, most videos play right in the browser (quicktime is still flakey).

One thing I like about mozilla is the fonts, I can't seem to get the same look in firebird.
 
Old 11-05-2003, 10:52 AM   #9
Swipe
LQ Newbie
 
Registered: Feb 2003
Distribution: Arch
Posts: 15

Rep: Reputation: 0
Re: Mandrake 9.1 and a Web browser puts IE to shame?

Quote:
Originally posted by murray_linux

Also, whenever I launch mozilla firebird, it is asking me to select a profile, and complaining that the default one is already in use, anyone seen this before?

Thanks again,

Murray
This is the way i get around it. Create a MozillaFirebirdLaunch.sh and insert the following:

#!/bin/bash
MozillaFirebird -remote "openURL($@www.google.co.uk, new-window)" ||
exec MozillaFirebird "$@";

Then chmod +x

Now you will be able to open up new Firebird windows without being prompted with the Profile in use message.

Swipe
 
Old 11-05-2003, 01:57 PM   #10
murray_linux
Member
 
Registered: Nov 2003
Distribution: Slackware Current
Posts: 210

Original Poster
Rep: Reputation: 30
COOL!
I am guessing the same thing applies for regular mozilla too?
 
Old 11-05-2003, 11:02 PM   #11
mi6alec
Member
 
Registered: Sep 2003
Distribution: Mandrake 9.2
Posts: 41

Rep: Reputation: 15
As far as movies goes, install mplayer and the mplayer plugin. I know mplayer is included with the distro, but I don't remember whether I got the plugin from PLF or not...

URPMI makes worrying about stuff like that a non-issue. You may have to create a symbolic link if the mplayer plugin doesn't guess your plugin directory right. Same with the plugin you have already tried. Dig around for other mozilla plugin folders, the plug in is probably there.
 
Old 11-12-2003, 09:06 PM   #12
plbowler
Member
 
Registered: Nov 2003
Distribution: Mandrake 10 (KDE)
Posts: 53

Rep: Reputation: 15
Re: Re: Mandrake 9.1 and a Web browser puts IE to shame?

Quote:
Originally posted by Swipe
This is the way i get around it. Create a MozillaFirebirdLaunch.sh and insert the following:

#!/bin/bash
MozillaFirebird -remote "openURL($@www.google.co.uk, new-window)" ||
exec MozillaFirebird "$@";

Then chmod +x

Now you will be able to open up new Firebird windows without being prompted with the Profile in use message.

Swipe
File-> Open new TAB.

this makes a new browser TAB open (Like Excel), you can use it like to browsers, you just have to click the TAB at the top of the screen to switch between them.
 
Old 11-28-2003, 09:06 PM   #13
wayneinmpls
LQ Newbie
 
Registered: Nov 2003
Location: Minneapolis
Distribution: Slackware
Posts: 23

Rep: Reputation: 15
Browsers

murray_linux, don't forget to give Opera a try - you'll love the multiple windows.
 
Old 11-29-2003, 01:40 AM   #14
murray_linux
Member
 
Registered: Nov 2003
Distribution: Slackware Current
Posts: 210

Original Poster
Rep: Reputation: 30
yeah, but i'll hate the advertisements
 
Old 12-01-2003, 04:48 PM   #15
JustSlack
Member
 
Registered: Jun 2003
Location: Gurnee, IL
Distribution: Mandrake
Posts: 65

Rep: Reputation: 15
Well, murray_linux, I've used Mozilla, Konqueror, Galeon, Epiphany, and Opera. I find that I can use Opera for 99% of the sites on Linux. I usually needed to switch browsers due to some plugin issue. Maybe I just don't understand Mozilla's mimetypes or don't know how to force Konqueror to open WMV files with Xine instead of KWrite despite explicitly telling Konq to open the friggin' WMV with Xine. Opera listens to the user. The only thing that sucks about it is that it's proprietary.
 
  


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
Which web browser oookiezooo Linux - Software 6 04-18-2005 07:18 PM
How to make Firefox default web browser on Mandrake? dianat100 Linux - Newbie 4 03-19-2005 12:31 PM
browser plugin for Konqueror web browser (linspire) Tracianddwayne Linux - Newbie 1 01-01-2005 02:15 PM
public web browser aka web kiosk xmnemonic Linux - Software 6 06-14-2004 03:20 PM
Mandrake 9.0 email and web browser 4Runner Linux - Newbie 2 10-04-2003 10:39 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva

All times are GMT -5. The time now is 08:36 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