abx_plugin_chrome.config
Module Contents
Classes
Functions
on macOS, some binaries are inside of .app, so we need to create a tiny bash script instead of a symlink (so that ../ parent relationships are relative to original .app instead of callsite dir) |
Data
API
- abx_plugin_chrome.config.CHROMIUM_BINARY_NAMES_LINUX[source]
[‘chromium’, ‘chromium-browser’, ‘chromium-browser-beta’, ‘chromium-browser-unstable’, ‘chromium-bro…
- abx_plugin_chrome.config.CHROMIUM_BINARY_NAMES_MACOS[source]
[‘/Applications/Chromium.app/Contents/MacOS/Chromium’]
- abx_plugin_chrome.config.CHROME_BINARY_NAMES_LINUX[source]
[‘google-chrome’, ‘google-chrome-stable’, ‘google-chrome-beta’, ‘google-chrome-canary’, ‘google-chro…
- abx_plugin_chrome.config.CHROME_BINARY_NAMES_MACOS[source]
[‘/Applications/Google Chrome.app/Contents/MacOS/Google Chrome’, ‘/Applications/Google Chrome Canary…
- abx_plugin_chrome.config.APT_DEPENDENCIES[source]
[‘apt-transport-https’, ‘at-spi2-common’, ‘chromium-browser’, ‘fontconfig’, ‘fonts-freefont-ttf’, ‘f…
- abx_plugin_chrome.config.autodetect_system_chrome_install(PATH=None) Optional[pathlib.Path] [source]
- abx_plugin_chrome.config.create_macos_app_symlink(target: pathlib.Path, shortcut: pathlib.Path)[source]
on macOS, some binaries are inside of .app, so we need to create a tiny bash script instead of a symlink (so that ../ parent relationships are relative to original .app instead of callsite dir)