Re: [Evolution] sending urls to firefox
- From: amarpreet rattan <arattan math uwaterloo ca>
- To: evolution <evolution lists ximian com>
- Subject: Re: [Evolution] sending urls to firefox
- Date: Wed, 10 Mar 2004 12:04:50 -0500
well, alot of peopel have replied to this post.
oddly, the one that seems to do the trick is the simplest one. changing
in gconf the http handler to
firefox %s
it does exactly what i want it to. it opens a new tab in the existing
window. this might be because i am using the tabpreferences extension.
thanks.
amps
On Wed, 2004-03-10 at 11:45, Jason Frisvold wrote:
On Wed, 2004-03-10 at 07:32, Patrick O'Callaghan wrote:
Here's my script:
----
#!/bin/bash
/opt/firefox/mozilla-xremote-client "openURL($1, new-window)"
----
Here's mine :
---
#!/bin/sh
gnome-moz-remote --remote='openURL('$1', new-tab)' || gnome-moz-remote $1
---
That's the whole thing. Change new-window to new-tab if you prefer.
If the arg is missing it just opens a blank window, which is OK by
me.
I prefer new-tab, but this seems to work perfectly... and with
firefox.. :)
poc
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]