[Conkeror] firefox remote protocol in conkeror?
bleader
bleader at ratonland.org
Fri Nov 2 04:24:12 PDT 2007
Hi,
On Fri, Nov 02, 2007 at 06:05:52AM -0400, Mark Eichin wrote:
> Recently switched to ubuntu 7.10 (gutsy gibbon) and thus a new enough
> firefox to use xulrunner, that's working pretty well (had to update
> some of my .emacs.js but not very much; the api-change-warning
> messages were great, thanks) but the usual
>
> firefox -remote openurl\(http://hiveminder.com/todo/,new-window\)
>
> (and whatever the programmatic equivalent in other programs is)
> doesn't work at all, I just get "Error: No running window found".
> Poking around with -a (appid) didn't turn up anything obvious, nor did
> xprop... does that mechanism just not work with xulrunner apps, or
> something? Or does conkeror need to identify itself as firefox at
> some lower level? (Conkeror version is 0.42.42 out of git...)
It's because conkeror using xulrunner isn't firefox anymore.
If you're using recent conkeror (not the firefox extension),
you can use:
conkeror http://slashdot.org
This will open a new window of conkeror with the provided url.
In addition maybe you will be interested in these settings
for your RC file (set it in help page C-h i)
conkeror.daemon_mode (1);
conkeror.url_remoting_fn = conkeror.find_url_new_buffer;
The first one let's conkeror running if you close a frame
instead of quitting, therefore will open new window/links
quite quickly.
The second will open the url passed in command line in a
new buffer instead of a new frame (window) if there is any
frame already open.
Hope this may help you.
--
bleader
"je mange donc je suis"
More information about the Conkeror
mailing list