If you installed the Goopg plugins and extensions, please remove them before continue.
Install these dependencies:
sudo apt-get install node-less python-googleapi python-gflags python-xdg python-gnupg
If your distribution ships the libjs-bootstrap
package, install it! (otherwise
bootstrap will be downloaded):
cd app/lib
make
cd -
- Open chrome://extensions in the browser
- Click on "Developer mode"
- Then click on "Load unpackaged extension" and select the dir
app
Once extension is installed, get the NEW_ID
of extension in chrome://extension
and run the following commands:
cd templates
NEW_ID=the_id_you_found
BROWSER=your_browser # (google-chrome or chromium)
bash build.sh $NEW_ID $BROWSER
cd -
Reload http://gmail.com
For log information, see the ~/.cache/goopg/log file