Re: [expert] Evolution - Default browser

2003-06-02 Thread Karsten Bräckelmann

> I solved my problem, it turns out that if you edit the file 
> ~/.gnome/Gnome you can change the default bouser there.
[...]

> After:
> [URL Handlers]
> default-show=gnome-moz-remote --newwin "%s"
> info-show=nautilus --no-desktop "%s"
> man-show=nautilus --no-desktop "%s"
> ghelp-show=mozilla "%s"
> http-show=mozilla "%s"
> https-show=mozilla "%s"
> ftp-show=mozilla "%s"

Using mozilla here, will present you the Mozilla Profile editor, if
Mozilla was already running. You probably do not want that. (See my
other post.)

http, https and ftp are obsolete, if you want the default behavior for
them. Just remove them.


> This file is used whether using Gnome or KDE.

Sure, as Evolution is a Gnome app... ;-)

 karsten


-- 
Davision - Atelier fuer Gestaltung / Internet / Multimedia
 UNIX / Linux Netzwerke und Schulungen - www.linux-campus.de
 Telefon 06151/17865   Fax 06151/178659


signature.asc
Description: This is a digitally signed message part


Re: [expert] Evolution - Default browser

2003-06-02 Thread Karsten Bräckelmann

> I made Gnome use galeon as standard browser, but Evolution still opens
> Mozilla...
> Does anyone knows how I can Evolution make using Galeon too ?  I tried
> different ways I found in google, but it still doesn't work.

Folks, here is my slightly changed default reply to this FAQ on the
evolution mailing list.

Michael: Evolution as a Gnome application will only respect Gnome
settings, regardless of what you change in KDE.

 karsten


--- snipp ---

I should write a perl script, that automagically answers this... ;-)


Evolution 1.3.x and Gnome 2.2 desktop:

launch 'gnome-control-center',
 goto: Advanced > Preferred Applications > Web Browser
 set 'Custom Web Browser' Command to: mozilla-remote.sh "%s"
have the attached script in your path


Common answer (Evo 1.2.x):

That's a GNOME setting. For Gnome1 you can use the Gnome Control Center,
for Gnome2 there is no GUI yet:

Check your ~/.gnome/Gnome file. You need something like that:

[URL Handlers]
default-show=gnome-moz-remote --newwin "%s"

If there are http-show or similar entries, change them, too.


gnome-moz-remote %s
 will only open a new mozilla, when none running
 displays the URL in the current mozilla (old content overwritten)

gnome-moz-remote --newwin %s
 will only open a new mozilla, when none running
 displays the URL in a new mozilla window


I use the following default-show entry:

default-show=/home/guenther/bin/mozilla-remote.sh "%s"

With the attached mozilla-remote.sh script (must be executable) it acts
like the --newwin option, but displays the new URL in a new *tab* if
there is already a mozilla running.

I don't lose the displayed URL and can even click multiple URLs and see
them all in the same mozilla.

If you have a ~/.gnome/gnome-moz-remote file, check it, rename it or
plain delete it. You can change settings there too, although you won't
need it.

Hope that answers all your questions...

--- snipp ---


-- 
Davision - Atelier fuer Gestaltung / Internet / Multimedia
 UNIX / Linux Netzwerke und Schulungen - www.linux-campus.de
 Telefon 06151/17865   Fax 06151/178659
#!/bin/sh

gnome-moz-remote --remote='openURL('$1', new-tab)' || gnome-moz-remote $1



signature.asc
Description: This is a digitally signed message part


Re: [expert] Evolution - Default browser

2003-06-02 Thread James Sparenberg
On Sun, 2003-06-01 at 13:25, Michael Noble wrote:
> I use kde and evolution opens galeon by default but I want it to use 
> Mozilla.  I made the change in kde but no effect in evolution.  So if
> you find out, let me know I would really like to change the behavior.
> 
> Mike
> 
> On Sun, 2003-06-01 at 13:09, Steven Broos wrote:
> > I made Gnome use galeon as standard browser, but Evolution still opens
> > Mozilla...
> > Does anyone knows how I can Evolution make using Galeon too ?  I tried
> > different ways I found in google, but it still doesn't work.
> > 
> > Steven
> > 

OK,
   At the command line (Why does this always sound like I'm preaching? 
Sorry if it sounds that way.) type gnome-control-center  Chose advanced
and then prefered applications.  (this next step will sound strange but
it worked for me.) 

  Click the radio button for Select a Web Browser... chose your browser
and then click the radio button for custom web broswer It will be
the correct string for launching your browser of choice.  It shouldn't
work like this... but it does then close to save. This will now be
the default for all Gnome enabled applications.

James



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [expert] Evolution - Default browser

2003-06-02 Thread Steven Broos




That did the trick
The http- entries weren't present, but I put them in the file and now it works.


Thx !
Steven

On Sun, 2003-06-01 at 22:48, Michael Noble wrote:

I solved my problem, it turns out that if you edit the file 
~/.gnome/Gnome you can change the default bouser there.

Here is what mine looks like:
before:
[URL Handlers]
default-show=gnome-moz-remote --newwin "%s"
info-show=nautilus --no-desktop "%s"
man-show=nautilus --no-desktop "%s"
ghelp-show=galeon "%s"
http-show=galeon "%s"
https-show=galeon "%s"
ftp-show=galeon "%s"

After:
[URL Handlers]
default-show=gnome-moz-remote --newwin "%s"
info-show=nautilus --no-desktop "%s"
man-show=nautilus --no-desktop "%s"
ghelp-show=mozilla "%s"
http-show=mozilla "%s"
https-show=mozilla "%s"
ftp-show=mozilla "%s"

This file is used whether using Gnome or KDE.

Mike

On Sun, 2003-06-01 at 13:09, Steven Broos wrote:
> I made Gnome use galeon as standard browser, but Evolution still opens
> Mozilla...
> Does anyone knows how I can Evolution make using Galeon too ?  I tried
> different ways I found in google, but it still doesn't work.
> 
> Steven
> 





Re: [expert] Evolution - Default browser

2003-06-02 Thread Michael Noble
I solved my problem, it turns out that if you edit the file 
~/.gnome/Gnome you can change the default bouser there.

Here is what mine looks like:
before:
[URL Handlers]
default-show=gnome-moz-remote --newwin "%s"
info-show=nautilus --no-desktop "%s"
man-show=nautilus --no-desktop "%s"
ghelp-show=galeon "%s"
http-show=galeon "%s"
https-show=galeon "%s"
ftp-show=galeon "%s"

After:
[URL Handlers]
default-show=gnome-moz-remote --newwin "%s"
info-show=nautilus --no-desktop "%s"
man-show=nautilus --no-desktop "%s"
ghelp-show=mozilla "%s"
http-show=mozilla "%s"
https-show=mozilla "%s"
ftp-show=mozilla "%s"

This file is used whether using Gnome or KDE.

Mike

On Sun, 2003-06-01 at 13:09, Steven Broos wrote:
> I made Gnome use galeon as standard browser, but Evolution still opens
> Mozilla...
> Does anyone knows how I can Evolution make using Galeon too ?  I tried
> different ways I found in google, but it still doesn't work.
> 
> Steven
> 
-- 
Michael Noble
mailto: [EMAIL PROTECTED]


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [expert] Evolution - Default browser

2003-06-02 Thread Michael Noble
I use kde and evolution opens galeon by default but I want it to use 
Mozilla.  I made the change in kde but no effect in evolution.  So if
you find out, let me know I would really like to change the behavior.

Mike

On Sun, 2003-06-01 at 13:09, Steven Broos wrote:
> I made Gnome use galeon as standard browser, but Evolution still opens
> Mozilla...
> Does anyone knows how I can Evolution make using Galeon too ?  I tried
> different ways I found in google, but it still doesn't work.
> 
> Steven
> 
-- 
Michael Noble
mailto: [EMAIL PROTECTED]


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


[expert] Evolution - Default browser

2003-06-02 Thread Steven Broos




I made Gnome use galeon as standard browser, but Evolution still opens Mozilla...
Does anyone knows how I can Evolution make using Galeon too ?  I tried different ways I found in google, but it still doesn't work.

Steven