help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Dino segfaults


From: Georgios Athanasiou
Subject: Re: Dino segfaults
Date: Fri, 8 Dec 2023 18:59:10 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.15.0

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 <koszko@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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]