welcome: please sign in
location: GoogleGears

The Google Gears extension provides a database, services for parallel execution of JavaScript, a content cache, desktop integration, and geoip services. Gears has not been fully tested with Conkeror. If you have problems using Gears with Conkeror, please report at the mailing list, or on the IRC channel.

Gears on Linux & Windows

  1. Get Google Gears

    1.1 On Linux, download Gears for Linux here, and extract all files to a folder of your choice, let's say, gears.

    1.2 On Windows, download the installer here and run the installer. You may need to have Firefox installed when you run the installer. Then copy all files from C:\Program Files\Google\Google Gears\Firefox to a folder of your choice, let's say, gears.

  2. The install.rdf file in the gears folder needs to be modified before Gears will work with Conkeror. See the Notes on Compatibility section for step-by-step instructions.

  3. The stub.js file in the gears/components folder needs to be modified in the following way. The function getLibFileName, which selects the version of Gears binary according to the version of the browser, needs to be replaced by the following code:

function getLibFileName() {
        return "ff30";
  }

Gears on OS X

Nothing is yet known about using Gears with Conkeror on OS X; however a cursory look suggests that the process is similar to that of installing on Windows. An installer appears to be provided for OS X, so it is assumed that Gears must be installed for Firefox, the Firefox xpi located and modified to support Conkeror, then loaded into Conkeror. As with Gears on Windows, please report your success or failure here, at the mailing list, or on the IRC channel.

Gears on Other Platforms

Nothing is yet known about using Gears on platforms other than those mentioned. Please report your experience here, at the mailing list, or on the IRC channel.

Conkeror.org: GoogleGears (last edited 2011-01-11 17:41:16 by retroj)