Re: Dino segfaults

2023-12-10 Thread Georgios Athanasiou
Hi Caleb, You can run Valgrind on it, maybe it'll show where the crash happens:     guix shell dino valgrind     valgrind .dino-real --version Best Regards, G.

Re: Dino segfaults

2023-12-10 Thread Georgios Athanasiou
Hi Caleb, An application segfaulting at such an early stage got me curious. Now I see it's a Vala application, so it does quite some initialization before parsing the command line arguments.  Anyway, following the link at `which dino' shows that `dino' is a shell script.  It sets some variabl

Re: Dino segfaults

2023-12-08 Thread Georgios Athanasiou
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 whic

Re: Dino segfaults

2023-12-05 Thread Georgios Athanasiou
Hi Caleb, On 12/5/23 19:48, Caleb Herbert wrote: Hi Guix, Dino segfaults. I tried doing "guix install dino" again; it didn't help. caleb@miller ~❄️ dino Segmentation fault caleb@miller ~❄️ dino --version Segmentation fault caleb@miller ~❄️ I don't know if this is any help, but I just tried

Re: Cannot start Tor Browser

2023-11-30 Thread Georgios Athanasiou
Hi Caleb, On 11/30/23 00:10, Caleb Herbert wrote: Hi Guix, I cannot start Tor Browser from following the instructions on the FHS article. https://guix.gnu.org/en/blog/2023/the-filesystem-hierarchy-standard-comes-to-guix-containers/ $ ls Browser/ start-tor-browser.desktop $ guix shell --conta

Re: problem trying to install python module in python virtual environment on top of Guix

2023-08-29 Thread Georgios Athanasiou
Hi Andy, I think that it may be possible to build the package with a little effort. You'll have to emulate the FHS as Maxim suggested. But you'll also have to expose the standard C/C++ libraries (they are currently hidden, see https://issues.guix.gnu.org/63267). Save the following Scheme cod

Re: problem trying to install python module in python virtual environment on top of Guix

2023-08-29 Thread Georgios Athanasiou
Hi Andy, I think that it may be possible to build the package with a little effort. You'll have to emulate the FHS as Maxim suggested. But you'll also have to expose the standard C/C++ libraries (they are currently hidden, see https://issues.guix.gnu.org/63267). Save the following Scheme cod

Restart freezes after reconfiguring system

2023-07-02 Thread Georgios Athanasiou
Hello Guix! I've been trying out Guix OS since about a week now.  It's been very nice so far, though I do have a slight problem. After running `guix system reconfigure' and then trying to restart my computer, it won't restart.  I get a blank screen with the cursor blinking at the top left cor

Restart freezes after reconfiguring system

2023-07-02 Thread Georgios Athanasiou
Hello Guix! I've been trying out Guix OS since about a week now.  It's been very nice so far, though I do have a slight problem. After running `guix system reconfigure' and then trying to restart my computer, it won't restart.  I get a blank screen with the cursor blinking at the top left corner