Hi Caleb,
You're making progress. Outside the container, does `dino --help' work?
You can make the program print diagnostic messages. Option
`--gst-debug-level=LEVEL' (where LEVEL=0..9) can print *a lot* of
diagnostics for GStreamer. Have you tried it? It may help you find the
point at which the program segfaults.
Best Regards,
G.
On 12/8/23 17:54, Caleb Herbert wrote:
Wojtek Kosior <kos...@koszko.org> writes:
Ahh, I forgot we also need to pass the XAUTHORITY variable to the
container. How about this?
guix shell --container --no-cwd --network \
--share=/tmp/.X11-unix --expose="$XAUTHORITY" \
dino bash \
-- bash -c "DISPLAY='$DISPLAY' XAUTHORITY='$XAUTHORITY' dino"
It launches! But of course, it has no knowledge of my configuration,
and asks to set up an account.