Guest User

Untitled

a guest
Mar 20th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. #!/bin/sh
  2. echo "$@" > /tmp/wakeUpParams.txt
  3. case $1/$2 in
  4. post|*)
  5. chromium-browser --no-sandbox http://google.com 1>/home/liza/out.txt 2>/home/liza/err.txt
  6. echo "$@" > /tmp/AfterBrowserLaunch.txt
  7. ;;
  8. esac
  9.  
  10. post suspend
  11.  
  12. sudo ./wakeUp.sh
  13.  
  14. sudo ./wakeUp.sh post suspend
  15.  
  16. Home directory not accessible: Permission denied
  17. [13870:13961:0316/181921.003202:ERROR:bus.cc(394)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
  18.  
  19. (chromium-browser:13870): LIBDBUSMENU-GLIB-WARNING **: Unable to get session bus: Unknown or unsupported transport 'disabled' for address 'disabled:'
  20. [13870:13870:0316/181922.813336:ERROR:gpu_process_transport_factory.cc(1009)] Lost UI shared context.
  21. [13968:14061:0316/181923.018813:ERROR:cmd_buffer_helper.cc(158)] ContextResult::kFatalFailure: CommandBufferHelper::AllocateRingBuffer() failed
Add Comment
Please, Sign In to add comment