Hi all,

Just a heads up that all conkeror users should begin to transition away
from using contrib/run-conkeror to launch the program.  XULRunner, as of
version 5.0 (which which is next after 2.0, obviously) no longer uses a
gre registry (/etc/gre.d and ~/.gre.d).  Without it, we lose the ability
to automatically start conkeror with the highest available version of
XULRunner.  We also lose the nice CONKEROR_XULRUNNER_VERSION mechanism
that lets you specify a version when more than one are installed.

To launch Conkeror, if you have a 'xulrunner' binary in your PATH:

  xulrunner /path/to/conkeror/application.ini

To launch Conkeror in general:

  /path/to/xulrunner-dir/xulrunner /path/to/conkeror/application.ini

I recommend putting whichever command is most appropriate for your setup
into a 'conkeror' script in your PATH, like this:

  #!/bin/sh
  exec xulrunner /path/to/conkeror/application.ini "$@"

-- 
John Foerch
_______________________________________________
Conkeror mailing list
[email protected]
https://www.mozdev.org/mailman/listinfo/conkeror

Reply via email to