LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Default Browser in Ximian Evolution (https://www.linuxquestions.org/questions/linux-software-2/default-browser-in-ximian-evolution-38900/)

XavierP 12-19-2002 04:12 PM

Default Browser in Ximian Evolution
 
I use Mozilla 1.1 as my browser and Ximian Evolution 1.0.8 as my mail client. Whenever I hit a url in an email, the mail client opens Galeon as the internet browser. I have looked through Evolution's settings, but can't find where to change it. I am running Mandrake 9.

Can anyone tell me how to change the default browser? I guess that there is a file I need to amend, I just don't know where to find it and what to type.

Thanks in anticipation.

ubien 12-19-2002 10:57 PM

Good question! <--also wants to know the answer.

Meatwad 12-20-2002 12:36 AM

The answers I have received is that you must open your control center in Gnome and specify your preferred applications and make sure web browser is set to Mozilla.

But that didn't work for me. But maybe it will for you guys.

lsiden 03-03-2003 02:33 PM

Please reply if you found a solution to this.

onurb 03-03-2003 04:04 PM

This may not be the way you want it, but I use galeon as default, in the prefrerences for galeon there is an entry for the preferred mail handler, for me it is evolution.
Now, perhaps mozilla has the same entry where you can specify the mail handler, it might be that once this is set, it would work in both directions.

Meatwad 03-03-2003 04:52 PM

The only thing I can think of is to put Mozilla ahead of galeon in your /etc/mailcap or ~/.mailcap file for the text/html handler.

lsiden 03-03-2003 05:24 PM

Edit [URL Handlers] in ~/.gnome/Gnome.

[URL Handlers]
;default-show=/usr/local/mozilla/mozilla --newwin "%s"
default-show=/opt/opera/bin/opera "%s"

volrath 04-18-2003 11:37 AM

File types and programs
 
Go to gnome control center, and under advanced there is a button labeled file types and programs. Go there, and find the section Documents, and go to World Wide Web. Under that there should be a section labeled html page. Edit it and select Mozilla as default action.
This is under Mandrake 9.1, so it may be labeled different.


-Volrath

daveharding25 04-19-2003 08:44 PM

Rename Galeon
 
I couldn't get gnome to change from Galeon to Mozilla using the UI tools so i simply renamed the Galeon executible and created a symolic link to Mozilla. You can do this many ways - I used the command line but if your not familar with bash here are some steps you can follow (at your own risk)

open the shell (default gnome-terminal)
type: su (for "SuperUser Mode"
enter your ROOT password

type: cd /usr/bin (this is to get to where the galeon executable is stored)
type: mv galeon galeon1 (this renames galeon with the name galeon1)
type: ln mozilla -s galeon (this creates a link to mozilla wheneve the computer tries to start galeon)

I use Mandrake 9.0 your system may be different. Note: If you installed from mozilla.org your current mozzila binary is most likely in a different directory (usr/local/mozilla by default) you just need to change that last command to ln /usr/local/mozilla/mozilla -s /usr/bin/galeon (change directories as neccessary).

Email me if you have and questions, I just stumpled on this board looking for an anwser myself.

-Dave

hughbiquitous 07-05-2003 04:02 PM

Use the GNOME configuration utility.

/usr/bin/gnome-default-applications-properties

Piece of cake.

roryg 07-24-2003 07:35 PM

The answer is a combination of Lsiden's & hughbiquitous' posts. editting .gnome/Gnome changes the URL handler for all GTK1 prgrammes (as evolution is up to & including mdk 9.1). /usr/bin/gnome-default-applications-properties alters the behaviour of Gnome2 native programmes.

Man it took some stuffing around to figure this out.

Krypt0n 08-03-2003 03:02 AM

Excellent! That worked perfectly for me.

I had to change the default TO galeon, so I did the /usr/bin/gnome-default-applications-properties trick, and also edited ~/.gnome/Gnome and changed the line to "default-show=galeon "%""

Cheers,
David

rfoard 08-13-2003 10:17 AM

Default Browser in Ximian Evolution
 
Also if you would like for the URL to popup in an already running instance of the browser, and in a tab, I use:

/usr/bin/gnome-default-applications-properties

And in the Web Browser tab enter

netscape -remote "openURL (%s, new-tab)"

I use netscape, but I am pretty sure this works with the other mozilla based browsers as well.

gargamel237 08-13-2003 10:42 AM

Under desktop preferences > advanced > prefered applications I checked custom browser and put "MozillaFirebird %s" and it worked like a dream.


All times are GMT -5. The time now is 05:58 PM.