bug#64644: emacs-next eshell-tramp not working when ssh to non Guix System

2023-07-15 Thread Moisés Simón
emacs-next eshell tramp can't execute external command on non Guix system when ssh this is: > eshell internal command work /ssh:admin@deepblue.local:~ $ ls 00-installer-config.yaml Repositories management transfer_0145.out > external commands don't work /ssh:admin@deepblue.local:~ $ id sh: c

bug#32981: dconf needs to be in environment for ibus-setup to work

2023-07-15 Thread Nguyễn Gia Phong via Bug reports for GNU Guix
On 2018-10-07 at 21:25:36-0500, Caleb Ristvedt wrote: > On installing ibus and ibus-libpinyin and ensuring > the appropriate environment variables were applied, > I attempted to run ibus-setup. I went to the "Input Method" section > and added the "Chinese - Intelligent Pinyin" method. At that poi

bug#64648: Can't clone a git repo over anonymous SSH

2023-07-15 Thread Edouard Klein
Hi all ! I'm trying to write a package for a repo that's accessible through an anonymous SSH access. The repo can be cloned with: git clone g...@the-dam.org:permaudit without any issues. However, when I use the package definition below, I get the following error: guix build: error: Git failure w

bug#54238: File is searched on incorrect path

2023-07-15 Thread francismb
Hi, here on the same track, trying to use recoll on guix foreign distro: 1) recoll log.txt [...] :2:index/indexer.cpp:405::ConfIndexer::createAspellDict: aspell buildDict failed: aspell dictionary creation command failed: /gnu/store/mgcicm6phq4971195znrrv804r89sb0b-aspell-0.60.8/bin/aspell --lang

bug#64653: ‘static-networking’ fails to start

2023-07-15 Thread Ludovic Courtès
Hi! On the machine that exhibited , I’m now seeing this, with the fix from commit 26602f4063a6e0c626e8deb3423166bcd0abeb90: --8<---cut here---start->8--- [ 121.017522] shepherd[1]: Starting service user-homes... [ 121.049038

bug#64365: [Shepherd] Export deregister-service.

2023-07-15 Thread Ludovic Courtès
Hi Bruno, Bruno Victal skribis: > Neat, LGTM. Pushed as b0eee0d037ccceb79c6db810063d129bba67f3f4. Thanks! Ludo’.