firefox-container.sh 325 B

1234567891011121314
  1. #!/usr/bin/env sh
  2. # this fails with:
  3. # Unable to init server: Broadway display type not supported:
  4. # Error: cannot open display:
  5. guix shell -CN \
  6. --share=$HOME/Downloads \
  7. --share=$HOME/.mozilla/ \
  8. --share=$HOME/.cache/mozilla/ \
  9. firefox-wayland coreutils \
  10. -- \
  11. env DISPLAY="$DISPLAY" firefox "$@"