Re: Setting up a development environment for guile-g-golf based software in KDE

2022-09-02 Thread Luis Felipe
On Friday, September 2nd, 2022 at 18:30, Luis Felipe wrote: > In my case (guix 16a6cbe), the example doesn't work at all, regardless of the > desktop environment or whether I use a pure environment or container without > grafts. Hmm, I changed "gtk" to "gtk@4" and now it runs. Which is weird.

Re: Setting up a development environment for guile-g-golf based software in KDE

2022-09-02 Thread Jérémy Korwin-Zmijowski
Hi Ricardo ! Thank you so much for your help. It worked like a charm. You save my weekend hahaha See you ! Le 02/09/2022 à 13:36, Ricardo Wurmus a écrit : Jérémy Korwin-Zmijowski writes: I want to build a GUI for Gnome (using guile-g-golf (and gtk)). When under Gnome my small "Hello Worl

Re: gpg: problem with the agent: No pinentry

2022-09-02 Thread Luis Felipe
Reza, Sébastien, Cairn, thanks to your help it works now. publickey - luis.felipe.la@protonmail.com - 0x12DE1598.asc Description: application/pgp-keys signature.asc Description: OpenPGP digital signature

Re: tor

2022-09-02 Thread Gottfried
Hi Denis, Before I am changing something, I prefer to ask in order to make not mistakes. To make virt-manager (and probably gnome-boxes) work you also need to add something like this in your service list in the system.scm: (service libvirt-service-type (libvirt-configuration))

Re: Setting up a development environment for guile-g-golf based software in KDE

2022-09-02 Thread Luis Felipe
Hi Jérémy, On Friday, September 2nd, 2022 at 10:25, Jérémy Korwin-Zmijowski wrote: > Dear Guixters, > > I want to build a GUI for Gnome (using guile-g-golf (and gtk)). > > When under Gnome my small "Hello World" (from the manual example script) > window shows up. > > When under KDE (Plas

Re: Problem with uilding a package for intel onepi fortran compiler.

2022-09-02 Thread Céline Acary
Hi Simon Not really Pierre Antoine là-dedans significative progress without reaching to suceed Cheers > Le 2 sept. 2022 à 18:46, zimoun a écrit : > > Hi Cécile, > > I am really late to the party. Did you solve the issue in the meantime? > >> On Wed, 13 Apr 2022 at 08:38, Céline Acary-Rob

Re: Problem with uilding a package for intel onepi fortran compiler.

2022-09-02 Thread zimoun
Hi Cécile, I am really late to the party. Did you solve the issue in the meantime? On Wed, 13 Apr 2022 at 08:38, Céline Acary-Robert wrote: > We are trying to build a package for intel onepi fortran compiler. The > sources are installed through a script "install" (/bin/sh) which calls > a bin

Re: Valgrind not working [core-update fixes?]

2022-09-02 Thread zimoun
Hi, On Tue, 08 Mar 2022 at 11:12, Ludovic Courtès wrote: >> valgrind: Fatal error at startup: a function redirection [...] >> valgrind: Cannot continue -- exiting now. Sorry. > > I’m late to the party, but here’s the trick you can use: Well, I am even later to the party. ;-) > --8<---

Re: Setting up a development environment for guile-g-golf based software in KDE

2022-09-02 Thread Ricardo Wurmus
Jérémy Korwin-Zmijowski writes: > I want to build a GUI for Gnome (using guile-g-golf (and gtk)). > > When under Gnome my small "Hello World" (from the manual example > script) window shows up. > > When under KDE (Plasma) nothing shows up but errors in the terminal : > >$ guix shell guile g

Re: make-autoloads phase fails

2022-09-02 Thread zimoun
Hi, On Thu, 18 Aug 2022 at 20:50, jgart wrote: > https://github.com/jkitchin/ox-ipynb > (define-public emacs-ox-ipynb > (let ((commit "9bf8db38bf18feb0484931877210cecfaa96bfc6") This commit is not in the Git tree anymore. And that’s annoying. --8<---cut here---start

Re: gpg: problem with the agent: No pinentry

2022-09-02 Thread Cairn
I remember running into some sort of issue as well. Chiming in with Reza, here's my `~/.gnupg/gpg-agent.conf` file: allow-loopback-pinentry And my `~/.gnupg/gpg.conf` file: use-agent pinentry-mode loopback The result is a prompt for my password directly in the terminal. Hope this

Setting up a development environment for guile-g-golf based software in KDE

2022-09-02 Thread Jérémy Korwin-Zmijowski
Dear Guixters, I want to build a GUI for Gnome (using guile-g-golf (and gtk)). When under Gnome my small "Hello World" (from the manual example script) window shows up. When under KDE (Plasma) nothing shows up but errors in the terminal : $ guix shell guile gtk guile-g-golf -- ./hello-wor

Re: gpg: problem with the agent: No pinentry

2022-09-02 Thread Sébastien Rey-Coyrehourcq
About GPG + Gnome and Seahorse, the package modification into dotfile ~ of dominicm work very well : Redefine gnome keyring : Other package (seahorse, ssh + gpg, etc.) :

Re: gpg: problem with the agent: No pinentry

2022-09-02 Thread Reza Housseini
> I don't recall this happening to me before. Anyone has had this issue or any clue about how to solve it? I have this in my ~/.gnupg/gpg-agent.conf file: default-cache-ttl 600 max-cache-ttl 7200 enable-ssh-support use-agent pinentry-program /run/current-system/profile/bin/pinentry-gnome3 Hope