Re: [Evolution] Configuring Evolution 1.2.2



On Thu, 2003-05-22 at 22:03, guenther wrote:
Hey Dennis, you are are some hours ahead of us in time, are you? ;-)

It is earlier here than in Europe; the earth turns toward the east.

Thank you for your response to my note.


I use 1.2.2 under SuSE 8.2.  I want to change the browser that is called
whenever I click on a url in an e-mail note.  There seems to be no
relevant entry under Tools -> Settings, and the Help menu is useless. 
No matter what entry I click on under Help, no information comes up.

Mark's explanation was right -- and faster than mine. However, here is
the detailed answer I respond every time. Including a script to use tabs
for Mozilla by default.

...guenther


--- snipp ---

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


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 ---
-- 
Dennis Tuchler <dtuchler earthlink net>




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]