Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. #!/bin/sh
  2.  
  3. systemctl --user import-envrionment DISPLAY XAUTHORITY
  4.  
  5. if command -v dbus-update-activation-environment >/dev/null 2>&1; then
  6. dbus-update-activation-environment DISPLAY XAUTHORITY
  7. fi
  8.  
  9. (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
  10. (WW) Warning, couldn't open module intel
  11. (WW) Warning, couldn't open module fbdev
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement