Skip to main content
Skip table of contents

The First Run

Now that the paths for the complete Chromium package contents have been set up, try running the program for the first time:

  1. Log into Local Terminal as root.

  2. Change into the /custom/chromium-browser/directory.

  3. The usr/bin/ and usr/lib/ directories are good candidates for Chromium's main executable. Try to run the following command:
    ./usr/lib/chromium-browser/chromium-browser

    You will see the following error message:
    /usr/lib/chromium-browser/chromium-browser: error while loading shared libraries:
    libatomic.so.1: cannot open shared object file: No such file or directory

    This tells you that the program tries to load the shared library libatomic.so.1, but can't find it.
    You will need to obtain libatomic.so.1 and install it.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.