Home > OS >  Ubuntu startup problem [small white help]
Ubuntu startup problem [small white help]

Time:10-08

When manually launch chromium - browser,
Input order
startx/etc/startx_browser. Sh
The last error
Loading the extension that GLX
[1942-1942:0619/064045: FATAL: namespace_sandbox. Cc (107) "the Check failed: clone_flags & amp; CLONE_NEWUSER.
Aborted
Xinit: the connection to the X server lost
Waiting for the X server to shut down (EE) server terminated successfully (0). Closing the log file.


Startx_browser. Sh the following
#!/bin/sh

URL='http://baidu.com' # the default home page

# APP_PATH=/chrome - arm
APP_PATH=/usr/bin
USER_DIR=/MNT/wecon/chrome
CACHE_DIR=/MNT/wecon chrome_cache

The mkdir -p $USER_DIR
The mkdir -p $CACHE_DIR

Sync
$APP_PATH/chromium - browser "$URL \
"- start - maximized - start - fullscreen \
- no - first - run=1 \
- no - the sandbox=1 \
- the user - data - dir=$USER_DIR - disk cache - dir=$CACHE_DIR - disk cache - size=209715200 \ # cache - the size of 200 m
- disable - translate \
/dev/null 2 & gt; & 1

  • Related