Tools: Google Chrome not found in Arch Linux

Created on 5 Oct 2015  路  2Comments  路  Source: Polymer/tools

I installed google-chrome from Arch Linux AUR, which uses the binary name 'google-chrome-stable', but web-component-tester doesn't look for it.

My workaround was creating a symbolic link:

sudo ln -s /usr/bin/google-chrome-stable /usr/bin/google-chrome
web-component-tester

Most helpful comment

To avoid modifying your system installation, you can instead tell launchpad where to find chrome via the dedicated environment variable:

export LAUNCHPAD_CHROME=/usr/bin/google-chrome-stable

This can be done for other browsers as well. More information on https://github.com/ekryski/launchpad.

All 2 comments

To avoid modifying your system installation, you can instead tell launchpad where to find chrome via the dedicated environment variable:

export LAUNCHPAD_CHROME=/usr/bin/google-chrome-stable

This can be done for other browsers as well. More information on https://github.com/ekryski/launchpad.

:+1:

Was this page helpful?
0 / 5 - 0 ratings

Related issues

web-padawan picture web-padawan  路  4Comments

rasto68 picture rasto68  路  4Comments

dilansankalpa picture dilansankalpa  路  3Comments

rwatts3 picture rwatts3  路  3Comments

Westbrook picture Westbrook  路  4Comments