Re: [Evolution] URL handling in evolution
- From: Patrick O'Callaghan <poc usb ve>
- To: Michael Lymbery <michael norlink net au>
- Cc: evolution lists ximian com
- Subject: Re: [Evolution] URL handling in evolution
- Date: Tue, 16 Dec 2003 10:40:04 -0400
On Mon, 2003-12-15 at 07:19, Michael Lymbery wrote:
Hi,
I am having trouble when I click links within evolution. I have set
gnome's http URL handling to use /usr/bin/mozilla-firebird -remote
"openurl(%s,new-tab). This works in the sense that it opens a new tab
in firebird it is just that it is not the correct URL. It seems as
though it is always opening www.gnu.org.
I have checked the URL handling of other applications and they are
working properly (i.e going to the correct URL) and I have also tried
gnome-moz-remote with the same result.
The fact that you always get www.gnu.org indicates that the "%s" is
not being expanded and Firebird is falling back to a default page.
I do this:
In gnome-control-center->Preferred Applications:
/usr/local/bin/browse %s
and in /usr/local/bin/browse:
#!/bin/sh
/usr/local/bin/mozilla-xremote-client "openURL($1, new-window)"
(change to new-tab if you like)
poc
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]