LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-26-2003, 04:25 PM   #1
hildog
Member
 
Registered: Sep 2003
Location: New York, NY
Distribution: Red Hat 9
Posts: 33

Rep: Reputation: 15
gaim browser / default browser question


I just started using gaim, and have been using the Mozilla Firebird browser as much as possible...however when I receive links in an instant message, it always opens them using the Mozilla browser. When I look in the gaim preferences, it allows me to specify either Mozilla, Konqueror, or Manual...if I select Manual, I have to enter something in the box below which says something to the effect of:

Manual: htmlview %s
(%s for URL)

I would like to 1) change this gaim preference to use Firebird instead of Mozilla and 2) find out if there is a way to globally make Firebird the default browser...so that, for example, links from emails in Evolution when I open are opened in Firebird, and when I use the Run command to open URLs they are also opened in Firebird.
 
Old 10-03-2003, 08:04 AM   #2
Thymox
Senior Member
 
Registered: Apr 2001
Location: Plymouth, England.
Distribution: Mostly Debian based systems
Posts: 4,368

Rep: Reputation: 64
I do not believe that there is a 'use browser X as my default browser for everything', however, you could try cheating! If you find out where the mozilla executable it (/usr/local/bin perhaps?), and (as root) rename it to something else, and then make a symlink between your chosen browser and 'mozilla' then there is a chance that you can bypass having to customise all your apps to use firebird - they'll do it automatically thinking that it is Mozilla!
Code:
$su root enter root's password
#whereis mozilla
#cd wherever the above command says mozilla is
#mv mozilla mozilla.old
#whereis firebird
#ln -s wherever the above command says firebird is mozilla
#exit
 
Old 10-03-2003, 09:17 AM   #3
Baldrick65
Member
 
Registered: Aug 2003
Location: Dunedin NZ
Distribution: Mint 13 Cinnamon
Posts: 653

Rep: Reputation: 31
Quote:
links from emails in Evolution when I open are opened in Firebird
OK, here's the deal to make this happen.

You need to edit the .gnome/Gnome file to change this behaviour. Here is my Gnome file:

Code:
[URL Handlers]
http-show=/usr/bin/mozfb "%s"
mozfb is a shell script to open Firebird, and if it's already open, it opens a new tab in the existing window. This is the script I use:
Code:
#!/bin/bash

/usr/local/MozillaFirebird061/MozillaFirebird -remote "openURL($@, new-tab)" ||
exec /usr/local/MozillaFirebird061/MozillaFirebird "$@";
Modify to your heart's content

Baldrick
 
  


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
Details about default web Browser & default Email client sudhasmyle Linux - Software 4 06-15-2006 11:45 AM
How to Change Default Browser to a new browser banner Linux - General 1 05-13-2005 11:09 PM
Gaim and Manual browser setting Aaryn Linux - Software 3 02-01-2005 12:01 PM
A Question on Browser Sessions, and Browser Windows: opioid Programming 1 09-23-2004 02:53 PM
default browser. Grayhane Linux - Hardware 8 06-17-2003 02:30 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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