Custom Anbox installation files & patches, including patched Android OS image file.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
548 B

  1. #!/bin/env bash
  2. # This is a simple wrapper workaround. If we launch Anbox session manager before a desktop/Xorg session,
  3. # the session simply fails to launch, complaining about insufficient drm permissions (permission denied 13)
  4. # in a Xorg log file.
  5. # Use this script as start-up program in your desktop session start-up application menu. It ensures that
  6. # Xorg session starts BEFORE Anbox session manager, and both succeed to launch.
  7. [[ $(systemctl is-active anbox-container-manager.service) ]] && systemctl --user start anbox-session-manager