Advertisement
Guest User

Untitled

a guest
Jul 24th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. Application -> Internet -> Google Chrome
  2.  
  3. exec -a "$0" "$HERE/chrome" "$PROFILE_DIRECTORY_FLAG"
  4. "$@"
  5.  
  6. exec -a "$0" "$HERE/chrome" "$PROFILE_DIRECTORY_FLAG"
  7. "$@"-user-data-dir.
  8.  
  9. /usr/bin/google-chrome: /usr/lib/i386-linux-gnu/libnss3.so: version `NSS_3.14.3' not found (required by /usr/bin/google-chrome)
  10.  
  11. useradd -m chromeuser
  12.  
  13. adduser -u chromeuser
  14.  
  15. gksu -u chromeuser google-chrome
  16.  
  17. sux chromeuser google-chrome
  18.  
  19. exec -a "$0" "$HERE/chrome" "$@" --user-data-dir
  20.  
  21. gksu -u nonRootUser /usr/bin/google-chrome-stable %U
  22.  
  23. /usr/bin/google-chrome-stable %U --no-sandbox --user-data-dir &
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement